summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-10-01 17:22:00 +0000
committerwiz <wiz@NetBSD.org>2002-10-01 17:22:00 +0000
commit6569c5c50996a3ffc19fc4b63fa6d74cd573f4f3 (patch)
treeb640f9cbe5bf5ee4b28d53fc73216174300f972e /lib/libc/stdio/printf.3
parent45dfd29508988be493867313533f1d1c7652a81b (diff)
New sentence, new line. From Robert Elz.
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r--lib/libc/stdio/printf.322
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 567b41e7792..2b483d4b233 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: printf.3,v 1.26 2002/07/10 14:37:16 yamt Exp $
+.\" $NetBSD: printf.3,v 1.27 2002/10/01 17:24:06 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -286,14 +286,13 @@ overrides a space if both are used.
An optional decimal digit string specifying a minimum field width.
If the converted value has fewer characters than the field width, it will
be padded with spaces on the left (or right, if the left-adjustment
-flag has been given) to fill out
-the field width.
+flag has been given) to fill out the field width.
.It
An optional precision, in the form of a period
.Sq Cm \&.
-followed by an
-optional digit string. If the digit string is omitted, the precision
-is taken as zero. This gives the minimum number of digits to appear for
+followed by an optional digit string.
+If the digit string is omitted, the precision is taken as zero.
+This gives the minimum number of digits to appear for
.Cm d ,
.Cm i ,
.Cm o ,
@@ -460,8 +459,7 @@ A character that specifies the type of conversion to be applied.
A field width or precision, or both, may be indicated by
an asterisk
.Ql *
-instead of a
-digit string.
+instead of a digit string.
In this case, an
.Em int
argument supplies the field width or precision.
@@ -486,7 +484,8 @@ or unsigned hexadecimal
.Pf ( Cm x
and
.Cm X )
-notation. The letters
+notation.
+The letters
.Cm abcdef
are used for
.Cm x
@@ -632,8 +631,9 @@ No argument is converted.
.It Cm %
A
.Ql %
-is written. No argument is converted. The complete conversion specification
-is
+is written.
+No argument is converted.
+The complete conversion specification is
.Ql %% .
.El
.Pp