summaryrefslogtreecommitdiff
path: root/usr.bin/make/PSD.doc/tutorial.ms
diff options
context:
space:
mode:
authorkristerw <kristerw@NetBSD.org>1999-11-19 22:29:24 +0000
committerkristerw <kristerw@NetBSD.org>1999-11-19 22:29:24 +0000
commite71aea426def42e167535c8ac9ba09f47764772c (patch)
tree1315c080b65b418574c3c7c48350b1862a5f0e65 /usr.bin/make/PSD.doc/tutorial.ms
parent351a7de6219378414d24d671fc924859625f0d53 (diff)
Typos (from OpenBSD)
Diffstat (limited to 'usr.bin/make/PSD.doc/tutorial.ms')
-rw-r--r--usr.bin/make/PSD.doc/tutorial.ms6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms
index f66fd909be7..cc5ae821548 100644
--- a/usr.bin/make/PSD.doc/tutorial.ms
+++ b/usr.bin/make/PSD.doc/tutorial.ms
@@ -1,4 +1,4 @@
-.\" $NetBSD: tutorial.ms,v 1.3 1996/03/06 00:15:31 christos Exp $
+.\" $NetBSD: tutorial.ms,v 1.4 1999/11/19 22:29:25 kristerw Exp $
.\" Copyright (c) 1988, 1989 by Adam de Boor
.\" Copyright (c) 1989 by Berkeley Softworks
.\" Copyright (c) 1988, 1989, 1993
@@ -2600,7 +2600,7 @@ in the variable to be replaced by
.I replacement-string ,
unless the
.CW g
-flag is given at the end, in which case all occurences of the string
+flag is given at the end, in which case all occurrences of the string
are replaced. The substitution is performed on each word in the
variable in turn. If
.I search-string
@@ -3337,7 +3337,7 @@ When the echo off command is executed, the shell will print
.CW \-x
flag (rather than the
.CW \-v
-flag PMake usually uses)). PMake will remove all occurences of this
+flag PMake usually uses)). PMake will remove all occurrences of this
string from the output, so you don't notice extra commands you didn't
put there.
.Bp