some grammar fixes; from dholland@netbsd, -r1.68
authorjmc <jmc@openbsd.org>
Tue, 2 Jan 2018 08:05:03 +0000 (08:05 +0000)
committerjmc <jmc@openbsd.org>
Tue, 2 Jan 2018 08:05:03 +0000 (08:05 +0000)
lib/libc/stdio/printf.3

index 379de6d..1fc1618 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: printf.3,v 1.77 2017/12/01 11:18:40 schwarze Exp $
+.\"    $OpenBSD: printf.3,v 1.78 2018/01/02 08:05:03 jmc Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)printf.3   8.1 (Berkeley) 6/4/93
 .\"
-.Dd $Mdocdate: December 1 2017 $
+.Dd $Mdocdate: January 2 2018 $
 .Dt PRINTF 3
 .Os
 .Sh NAME
@@ -321,7 +321,7 @@ The following length modifiers are valid for the
 .Cm o , u , x ,
 or
 .Cm X
-conversion:
+conversions:
 .Bl -column "(deprecated)" "signed char" "unsigned long long" "long long *"
 .It Sy Modifier Ta Sy "d, i" Ta Sy "o, u, x, X" Ta Sy n
 .It hh Ta "signed char" Ta "unsigned char" Ta "signed char *"
@@ -359,7 +359,7 @@ conversion, it indicates that the argument is a pointer to a signed type
 equivalent in size to a
 .Vt size_t .
 .Pp
-The following length modifier is valid for the
+The following length modifiers are valid for the
 .Cm a ,
 .Cm A ,
 .Cm e ,
@@ -369,7 +369,7 @@ The following length modifier is valid for the
 .Cm g ,
 or
 .Cm G
-conversion:
+conversions:
 .Bl -column "Modifier" "e, E, f, F, g, G"
 .It Sy Modifier Ta Sy "e, E, f, F, g, G"
 .It "l (ell)" Ta double (ignored: same behavior as without it)
@@ -380,7 +380,7 @@ The following length modifier is valid for the
 .Cm c
 or
 .Cm s
-conversion:
+conversions:
 .Bl -column "Modifier" "wint_t" "wchar_t *"
 .It Sy Modifier Ta Sy c Ta Sy s
 .It "l (ell)" Ta wint_t Ta "wchar_t *"