-.\" $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.
.\"
.\" @(#)printf.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 1 2017 $
+.Dd $Mdocdate: January 2 2018 $
.Dt PRINTF 3
.Os
.Sh NAME
.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 *"
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 ,
.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)
.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 *"