Correct a typo (off by one (key)) ...
There is no 'w' format, but there is an 'e'
This commit is contained in:
parent
3926ef35d5
commit
520d24e3eb
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: printf.1,v 1.27 2018/03/12 09:29:43 wiz Exp $
|
||||
.\" $NetBSD: printf.1,v 1.28 2018/07/24 19:49:33 kre Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -240,7 +240,7 @@ formats); if the digit string is missing, the precision is treated
|
|||
as zero;
|
||||
.It Format :
|
||||
A character which indicates the type of format to use (one of
|
||||
.Cm diouxXfwEgGbBcs ) .
|
||||
.Cm diouxXfeEgGbBcs ) .
|
||||
.El
|
||||
.Pp
|
||||
A field width or precision may be
|
||||
|
|
Loading…
Reference in New Issue