summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-02-13 23:02:27 +0000
committerandvar <andvar@NetBSD.org>2023-02-13 23:02:27 +0000
commit71c53bc48cd89da71d102ec990a8bd0301eb8c8a (patch)
treef07d7ab2bc2669d41ad171213b1f166f56d2a03c
parente3836ca21ea1c93c9d8edfdcd606b9610accd308 (diff)
s/chracter/character/ in documentation.
-rw-r--r--lib/libcurses/PSD.doc/appen.A4
-rw-r--r--lib/libcurses/PSD.doc/appen.C4
-rw-r--r--lib/libcurses/PSD.doc/intro.54
-rw-r--r--usr.bin/printf/printf.14
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libcurses/PSD.doc/appen.A b/lib/libcurses/PSD.doc/appen.A
index c707d85bdcc..a8c6efca9be 100644
--- a/lib/libcurses/PSD.doc/appen.A
+++ b/lib/libcurses/PSD.doc/appen.A
@@ -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 @@ the source code in the
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 --git a/lib/libcurses/PSD.doc/appen.C b/lib/libcurses/PSD.doc/appen.C
index ce12a2ea7a7..efa408f7e89 100644
--- a/lib/libcurses/PSD.doc/appen.C
+++ b/lib/libcurses/PSD.doc/appen.C
@@ -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 @@ of what the relevant portions do.
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 --git a/lib/libcurses/PSD.doc/intro.5 b/lib/libcurses/PSD.doc/intro.5
index 50bd75adbb5..ceeeabbf9f6 100644
--- a/lib/libcurses/PSD.doc/intro.5
+++ b/lib/libcurses/PSD.doc/intro.5
@@ -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 @@ line) is output.
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 --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index a3bc3be1e8d..ad51e68c039 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -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 @@ Each format specification is introduced by the percent character
.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,