Module Name: src
Committed By: jschauma
Date: Fri Aug 4 15:31:40 UTC 2023
Modified Files:
src/bin/sh: sh.1
Log Message:
tyops:
* redicection -> redirection
* escaoed -> escaped
Noted by J. Lewis Muir on netbsd-docs@
To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 src/bin/sh/sh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.255 src/bin/sh/sh.1:1.256
--- src/bin/sh/sh.1:1.255 Tue Dec 20 17:51:54 2022
+++ src/bin/sh/sh.1 Fri Aug 4 15:31:40 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.255 2022/12/20 17:51:54 kre Exp $
+.\" $NetBSD: sh.1,v 1.256 2023/08/04 15:31:40 jschauma Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -1000,7 +1000,7 @@ If not explicitly present,
.Ar n
will be 0 (standard input)
or 1 (standard output)
-depending upon the redicection operator used.
+depending upon the redirection operator used.
If file descriptor
.Ar n
was open prior to the redirection, its previous use is closed.
@@ -3632,7 +3632,7 @@ which is processed as if it had been par
This includes reading yet more input if necessary,
until a line is read that contains or ends with an unescaped
copy of the delimiter character.
-If the end delimiter (when it is not a newline) is escaoed,
+If the end delimiter (when it is not a newline) is escaped,
it is treated as a normal character, and
.Ic read
continues looking for an unescaped end delimiter character.