Bug 190341
Summary: | printf(3): Incorrect description of "L" and "ll" prefixes | ||
---|---|---|---|
Product: | Documentation | Reporter: | Nadav Har'El (nyh) |
Component: | man-pages | Assignee: | documentation_man-pages (documentation_man-pages) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | mtk.manpages |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Nadav Har'El
2016-12-14 11:47:44 UTC
Thanks for the report. I removed the simple statement that 'll' is a synonym for 'L' and added the following text later in the page: As a nonstandard extension, the GNU implementations treats ll and L as synonyms, so that one can, for example, write llg (as a syn‐ onym for the standards-compliant Lg) and Ld (as a synonym for the standards compliant lld). Such usage is nonportable. I'll close this now. |