| Summary: | printf(3) man page doesn't document "%ll{d,o,x}" | ||
|---|---|---|---|
| Product: | Base System | Reporter: | guy |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Fixed in -current; soon to be MFC'd. Thanks, Guy! |
As of FreeBSD 4.0, "printf" and company support "%ll{d,o,x}", as well as "%q{d,o,x}", for printing "long long int" quantities. However, the man page doesn't appear to document that.