diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-01 16:38:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-01 16:38:26 +0000 |
commit | 1d8b37c69ca15e065c00671f8457b6df577db257 (patch) | |
tree | 058988774dd325531ec346aee241ce7435220916 /bin | |
parent | b71308c90de1005a44413da2491439a019e721e6 (diff) |
more man page fixes; aaron@ug.cs.dal.ca
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/ed.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 46ca9e90c24..9d67dae607d 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.10 1998/07/21 08:10:22 deraadt Exp $ +.\" $OpenBSD: ed.1,v 1.11 1998/09/01 16:38:14 deraadt Exp $ .\" .Dd May 2 1993 .Dt ED 1 @@ -46,7 +46,7 @@ A typical command might look like: ,s/old/new/g .Ed .Pp -which replaces all occurences of the string +which replaces all occurrences of the string .Pa old with .Pa new No . diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index a4709b78fba..1445141c0fd 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1,v 1.8 1998/07/24 20:50:02 deraadt Exp $ +.\" $OpenBSD: ksh.1,v 1.9 1998/09/01 16:38:15 deraadt Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -1293,7 +1293,7 @@ closes its copy of the pipe). This can be avoided by redirecting the output to a numbered file descriptor (as this also causes the shell to close its copy). Note that this behaviour is slightly different from the original Korn shell -which closes its copy of the write portion of the co-processs output when the +which closes its copy of the write portion of the co-process output when the most recently started co-process (instead of when all sharing co-processes) exits. .IP \ \ \(bu diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 48fd8d2204c..bd70ae621ae 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1tbl,v 1.8 1998/07/24 20:50:02 deraadt Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.9 1998/09/01 16:38:15 deraadt Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -1293,7 +1293,7 @@ closes its copy of the pipe). This can be avoided by redirecting the output to a numbered file descriptor (as this also causes the shell to close its copy). Note that this behaviour is slightly different from the original Korn shell -which closes its copy of the write portion of the co-processs output when the +which closes its copy of the write portion of the co-process output when the most recently started co-process (instead of when all sharing co-processes) exits. .IP \ \ \(bu |