diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-13 16:01:53 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-13 16:01:53 +0000 |
commit | fde8a8ec465bddd8378394c44e3b889d741f5009 (patch) | |
tree | 382222393dc3b517a7ea596de312f08138ca1378 /gnu | |
parent | bc0f53c63a331df3494eb952e2221c8b023f1fd6 (diff) | |
download | FreeBSD-src-fde8a8ec465bddd8378394c44e3b889d741f5009.zip FreeBSD-src-fde8a8ec465bddd8378394c44e3b889d741f5009.tar.gz |
spelling corrections.
PR: docs/4450
Submitted by: josh@quick.net
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gzip/gzip.1 | 2 | ||||
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 6 | ||||
-rw-r--r-- | gnu/usr.bin/man/catman/catman.1 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/gzip/gzip.1 b/gnu/usr.bin/gzip/gzip.1 index 5304d30..2d1e1a4 100644 --- a/gnu/usr.bin/gzip/gzip.1 +++ b/gnu/usr.bin/gzip/gzip.1 @@ -195,7 +195,7 @@ is read from or written to a terminal. If the input data is not in a format recognized by .I gzip, and if the option --stdout is also given, copy the input data without change -to the standard ouput: let +to the standard output: let .I zcat behave as .I cat. diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index dbd4dde..90e9d54 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $ +.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number .Ac \&. .Pp .Nm -recognises a number of environment variables that can be used to modify +recognizes a number of environment variables that can be used to modify its behaviour as follows: .Pp .Bl -tag -width "LD_IGNORE_MISSING_OBJECTS" @@ -201,7 +201,7 @@ Additionally, .Sy \en and .Sy \et -are recognised and have their usual meaning. +are recognized and have their usual meaning. .\" .It Ev LD_NO_INTERN_SEARCH .\" When set, .\" .Nm diff --git a/gnu/usr.bin/man/catman/catman.1 b/gnu/usr.bin/man/catman/catman.1 index ceaeec5..b23a6c6 100644 --- a/gnu/usr.bin/man/catman/catman.1 +++ b/gnu/usr.bin/man/catman/catman.1 @@ -24,7 +24,7 @@ .\" .\" /usr/bin/catman - preformat man pages .\" -.\" $Id$ +.\" $Id: catman.1,v 1.12 1997/02/22 15:46:59 peter Exp $ .Dd Mar 12, 1995 .Dt CATMAN 1 .Os @@ -74,11 +74,11 @@ More warnings. .Pp Format man pages in .Ar /usr/share/man -if neccessary. +if necessary. .Pp .Dl $ catman $MANPATH .Pp -Format all your man pages if neccessary. +Format all your man pages if necessary. .Pp .Dl $ catman -f /usr/local/man/man1 /usr/local/man/manl .Pp |