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 /share/man/man1 | |
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 'share/man/man1')
-rw-r--r-- | share/man/man1/cd.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/cd.1 b/share/man/man1/cd.1 index d93a2f30faa..420d1e56ebb 100644 --- a/share/man/man1/cd.1 +++ b/share/man/man1/cd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.1,v 1.2 1997/06/15 22:24:26 millert Exp $ +.\" $OpenBSD: cd.1,v 1.3 1998/09/07 16:44:35 aaron Exp $ .\" $NetBSD: cd.1,v 1.2 1994/11/30 08:34:59 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -56,7 +56,7 @@ environment variable (see below). Note that .Nm is implemented as a built-in command in all shells and not as a stand-alone -program. Because each process has it's own working directory, a separate +program. Because each process has its own working directory, a separate .Nm utility would have no effect (it would change the directory and exit, leaving the working directory in the parent unchanged). Different |