ref: e84c45a22184d225a6265e85e6de74ea9ef3e5f7
parent: 002ccff1789142e814fd520218485a9a240545c3
author: Ethan Grammatikidis <eekee57@fastmail.fm>
date: Sun Jul 2 15:12:50 EDT 2017
print(2): clean up vlong flag description
--- a/sys/man/2/print
+++ b/sys/man/2/print
@@ -198,6 +198,7 @@
.BR h ,
.BR hh ,
.BR l ,
+.BR ll ,
.BR u ,
.BR + ,
.BR - ,
@@ -205,7 +206,7 @@
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 @@
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
--
⑨