diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-07 16:44:39 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-07 16:44:39 +0000 |
commit | d772ee662c59d0c57ee6ec091bcc1b5d284fb641 (patch) | |
tree | 2ba3033cb81512b9255ff0b54ad76cd667e5d2c6 /bin/ksh | |
parent | 59bb7d3d2196d91e9c21929f6b0dbad6562a46b5 (diff) |
More man page fixes. Particularly fix uses of it's/its, affect/effect,
then/than and such. Other miscellaneous problems fixed across these source
files.
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/ksh.1 | 6 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 1445141c0fd..b1f469737a2 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1,v 1.9 1998/09/01 16:38:15 deraadt Exp $ +.\" $OpenBSD: ksh.1,v 1.10 1998/09/07 16:44:32 aaron Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -1553,11 +1553,11 @@ is prefixed with the string "\fBalias\fP\ ". .sp The \fB\-x\fP option sets (\fB+x\fP clears) the export attribute of an alias, or, if no names are given, lists the aliases with the export attribute -(exporting an alias has no affect). +(exporting an alias has no effect). .sp The \fB\-x\fP option sets the export attribute of an alias, or, if no names are given, lists the aliases with the export attribute -(exporting an alias currently has no affect). +(exporting an alias currently has no effect). .sp The \fB\-t\fP option indicates that tracked aliases are to be listed/set (values specified on the command line are ignored for tracked aliases). diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index bd70ae621ae..8d53b7f68bb 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1tbl,v 1.9 1998/09/01 16:38:15 deraadt Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.10 1998/09/07 16:44:32 aaron Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -1553,11 +1553,11 @@ is prefixed with the string "\fBalias\fP\ ". .sp The \fB\-x\fP option sets (\fB+x\fP clears) the export attribute of an alias, or, if no names are given, lists the aliases with the export attribute -(exporting an alias has no affect). +(exporting an alias has no effect). .sp The \fB\-x\fP option sets the export attribute of an alias, or, if no names are given, lists the aliases with the export attribute -(exporting an alias currently has no affect). +(exporting an alias currently has no effect). .sp The \fB\-t\fP option indicates that tracked aliases are to be listed/set (values specified on the command line are ignored for tracked aliases). |