diff options
| author | tv <tv@NetBSD.org> | 1998-09-14 21:10:18 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-09-14 21:10:18 +0000 |
| commit | ff03cd6580ea6bb8f7d52c4ecc86cc52a43f654d (patch) | |
| tree | 4989ef5c98effe8ac8236d86f12a7f188068ffc8 /lib | |
| parent | 517139017e9e89e1e628100ed9f5b3514e4d901c (diff) | |
Document %ll[diouxX] as requested by <bgrayson@ece.utexas.edu> in PR
standards/3527. Also describe the argument to such a format as "quad_t",
not "quad int".
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 3a0c82ccd47..da26c9f9f85 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.3,v 1.12 1998/08/29 08:32:34 lukem Exp $ +.\" $NetBSD: printf.3,v 1.13 1998/09/14 21:10:18 tv Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -350,6 +350,9 @@ argument. .It The optional character .Cm q , +or alternatively two consecutive +.Cm l +(ell) characters, specifying that a following .Cm d , .Cm i , @@ -359,13 +362,13 @@ specifying that a following or .Cm X conversion corresponds to a -.Em quad int +.Em quad_t or -.Em unsigned quad int +.Em u_quad_t argument, or that a following .Cm n conversion corresponds to a pointer to a -.Em quad int +.Em quad_t argument. .It The character |
