Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/printf s/chracter/character/ in documentation.



details:   https://anonhg.NetBSD.org/src/rev/b0176d9d02a7
branches:  trunk
changeset: 373503:b0176d9d02a7
user:      andvar <andvar%NetBSD.org@localhost>
date:      Mon Feb 13 23:02:27 2023 +0000

description:
s/chracter/character/ in documentation.

diffstat:

 lib/libcurses/PSD.doc/appen.A |  4 ++--
 lib/libcurses/PSD.doc/appen.C |  4 ++--
 lib/libcurses/PSD.doc/intro.5 |  4 ++--
 usr.bin/printf/printf.1       |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 5652da885f5a -r b0176d9d02a7 lib/libcurses/PSD.doc/appen.A
--- a/lib/libcurses/PSD.doc/appen.A     Mon Feb 13 22:44:52 2023 +0000
+++ b/lib/libcurses/PSD.doc/appen.A     Mon Feb 13 23:02:27 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: appen.A,v 1.7 2003/08/07 16:44:26 agc Exp $
+.\"    $NetBSD: appen.A,v 1.8 2023/02/13 23:02:27 andvar Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -58,7 +58,7 @@
 This program demonstrates how to set up a window and output characters to it.
 Also, it demonstrates how one might control the output to the window.
 If you run this program, you will get a demonstration of the character output
-chracteristics discussed in the above Character Output section.
+characteristics discussed in the above Character Output section.
 .(l I
 .so ex1.gr
 .)l
diff -r 5652da885f5a -r b0176d9d02a7 lib/libcurses/PSD.doc/appen.C
--- a/lib/libcurses/PSD.doc/appen.C     Mon Feb 13 22:44:52 2023 +0000
+++ b/lib/libcurses/PSD.doc/appen.C     Mon Feb 13 23:02:27 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: appen.C,v 1.7 2003/08/07 16:44:26 agc Exp $
+.\"    $NetBSD: appen.C,v 1.8 2023/02/13 23:02:27 andvar Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -62,7 +62,7 @@
 This program demonstrates how to set up a window and output characters to it.
 Also, it demonstrates how one might control the output to the window.
 If you run this program, you will get a demonstration of the character output
-chracteristics discussed in the above Character Output section.
+characteristics discussed in the above Character Output section.
 .(l I
 .so t2.gr
 .)l
diff -r 5652da885f5a -r b0176d9d02a7 lib/libcurses/PSD.doc/intro.5
--- a/lib/libcurses/PSD.doc/intro.5     Mon Feb 13 22:44:52 2023 +0000
+++ b/lib/libcurses/PSD.doc/intro.5     Mon Feb 13 23:02:27 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.5,v 1.8 2003/11/02 11:16:03 wiz Exp $
+.\"    $NetBSD: intro.5,v 1.9 2023/02/13 23:02:27 andvar Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -46,7 +46,7 @@
 Likewise, if scrolling is enabled, a scroll will be invoked only when the
 first character on he first line past the bottom line of the window is
 output.
-If scrolling is not enabled the chracters will to be output to the
+If scrolling is not enabled the characters will to be output to the
 bottom right corner of the window which is the cursor location.
 .pp
 This policy allows consistent behavior of the cursor at the boundary
diff -r 5652da885f5a -r b0176d9d02a7 usr.bin/printf/printf.1
--- a/usr.bin/printf/printf.1   Mon Feb 13 22:44:52 2023 +0000
+++ b/usr.bin/printf/printf.1   Mon Feb 13 23:02:27 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.37 2023/02/13 23:02:27 andvar 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