Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-10]: src/usr.bin/printf Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/ba21a1bbd8c9
branches:  netbsd-10
changeset: 373513:ba21a1bbd8c9
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 14 16:12:42 2023 +0000

description:
Pull up following revision(s) (requested by andvar in ticket #83):

        usr.bin/printf/printf.1: revision 1.37

s/chracter/character/ in documentation.

diffstat:

 usr.bin/printf/printf.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5f817e13585 -r ba21a1bbd8c9 usr.bin/printf/printf.1
--- a/usr.bin/printf/printf.1   Tue Feb 14 16:05:53 2023 +0000
+++ b/usr.bin/printf/printf.1   Tue Feb 14 16:12:42 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.1,v 1.36 2021/05/19 22:29:18 kre Exp $
+.\"    $NetBSD: printf.1,v 1.36.4.1 2023/02/14 16:12:42 martin Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -138,7 +138,7 @@
 .Pq Ql \&% .
 To produce a literal percent
 .Pq Ql \&% 
-in the output, write the percent chracter twice:
+in the output, write the percent character twice:
 .Pq Ql \&%% .
 This is not a format conversion.
 The remainder of the format specification includes,



Home | Main Index | Thread Index | Old Index