summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Grammatikidis <eekee57@fastmail.fm>2017-07-02 19:12:50 +0100
committerEthan Grammatikidis <eekee57@fastmail.fm>2017-07-02 19:12:50 +0100
commit64195aea410e3b8f7e01183ea870669fb5708a8c (patch)
tree4200b6c41cf519ed7084d7aebe21d2bd3f98df00
parenta4c35d47bf2c591a4d699f50107819b637a52e7c (diff)
downloadplan9front-64195aea410e3b8f7e01183ea870669fb5708a8c.tar.xz
print(2): clean up vlong flag description
-rw-r--r--sys/man/2/print9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/man/2/print b/sys/man/2/print
index 0188b5318..b88af0356 100644
--- a/sys/man/2/print
+++ b/sys/man/2/print
@@ -198,6 +198,7 @@ Each interprets the flags
.BR h ,
.BR hh ,
.BR l ,
+.BR ll ,
.BR u ,
.BR + ,
.BR - ,
@@ -205,7 +206,7 @@ Each interprets the flags
and
.B #
to mean pad with zeros,
-short, byte, long, unsigned, always print a sign, left justified, commas every three digits,
+short, byte, long, vlong, unsigned, always print a sign, left justified, commas every three digits,
and alternate format.
Also, a space character in the flag
position is like
@@ -218,12 +219,6 @@ then the argument is an
If unsigned is specified,
then the argument is interpreted as a
positive number and no sign is output.
-If two
-.B l
-flags are given,
-then the argument is interpreted as a
-.B vlong
-(usually an 8-byte, sometimes a 4-byte integer).
If
.I precision
is not omitted, the number is padded on the left with zeros