Module Name: src
Committed By: martin
Date: Tue Feb 14 16:12:42 UTC 2023
Modified Files:
src/usr.bin/printf [netbsd-10]: printf.1
Log Message:
Pull up following revision(s) (requested by andvar in ticket #83):
usr.bin/printf/printf.1: revision 1.37
s/chracter/character/ in documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.4.1 src/usr.bin/printf/printf.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/printf/printf.1
diff -u src/usr.bin/printf/printf.1:1.36 src/usr.bin/printf/printf.1:1.36.4.1
--- src/usr.bin/printf/printf.1:1.36 Wed May 19 22:29:18 2021
+++ src/usr.bin/printf/printf.1 Tue Feb 14 16:12:42 2023
@@ -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 @@ Each format specification is introduced
.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,