diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-06-23 15:00:26 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-06-23 15:00:26 +0000 |
commit | 04de03123bad3016838be1962bfb01ae68777562 (patch) | |
tree | 58825ad1d7c5348964f4aac83a8216294f960099 /lib/libc/stdio | |
parent | 2073c5a5e9eb5c19df35da46131208c93d453da9 (diff) |
document ll, depreciate q
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index f58ea647a42..afa7c1866bd 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.34 2001/06/05 21:18:56 pjanzen Exp $ +.\" $OpenBSD: printf.3,v 1.35 2001/06/23 15:00:25 provos Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -369,8 +369,8 @@ conversion corresponds to a pointer to a .Li long int argument. .It -The optional character -.Cm q , +The optional character sequence +.Cm \&ll , specifying that a following .Cm d , .Cm i , @@ -387,7 +387,9 @@ argument, or that a following .Cm n conversion corresponds to a pointer to a .Li quad int -argument. +argument. The use of +.Cm q +has been depreciated as conversion character. .It The character .Cm L |