shithub: riscv

Download patch

ref: 64195aea410e3b8f7e01183ea870669fb5708a8c
parent: a4c35d47bf2c591a4d699f50107819b637a52e7c
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