summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-01-02 08:05:03 +0000
committerjmc <jmc@openbsd.org>2018-01-02 08:05:03 +0000
commitb8342e0240b186e6bc08fca642b2a26438fcfe01 (patch)
tree76741f4973eb39017290d9027751cf8f3230e28e
parentupdate currency exchange rates; (diff)
downloadwireguard-openbsd-b8342e0240b186e6bc08fca642b2a26438fcfe01.tar.xz
wireguard-openbsd-b8342e0240b186e6bc08fca642b2a26438fcfe01.zip
some grammar fixes; from dholland@netbsd, -r1.68
-rw-r--r--lib/libc/stdio/printf.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 379de6d6946..1fc1618b29f 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -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 *"