Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/printf Correct a typo (off by one (key)) ...
details: https://anonhg.NetBSD.org/src/rev/95e26d8a30b9
branches: trunk
changeset: 834037:95e26d8a30b9
user: kre <kre%NetBSD.org@localhost>
date: Tue Jul 24 19:49:33 2018 +0000
description:
Correct a typo (off by one (key)) ...
There is no 'w' format, but there is an 'e'
diffstat:
usr.bin/printf/printf.1 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0b2130a7f220 -r 95e26d8a30b9 usr.bin/printf/printf.1
--- a/usr.bin/printf/printf.1 Tue Jul 24 19:08:22 2018 +0000
+++ b/usr.bin/printf/printf.1 Tue Jul 24 19:49:33 2018 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index