diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-06 22:23:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-06 22:23:22 +0000 |
commit | ca298332c9649c2500f0e4f3d94401193db3349c (patch) | |
tree | a2f1af75d795779c6d51b1367dc11979819b3043 /usr.bin/ranlib/ranlib.1 | |
parent | b224066e4d677e6eb97225a356f813c8f7fa5c81 (diff) |
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
Diffstat (limited to 'usr.bin/ranlib/ranlib.1')
-rw-r--r-- | usr.bin/ranlib/ranlib.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1 index 8a27c4400b9..90cee578559 100644 --- a/usr.bin/ranlib/ranlib.1 +++ b/usr.bin/ranlib/ranlib.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ranlib.1,v 1.2 1996/06/26 05:38:05 deraadt Exp $ +.\" $OpenBSD: ranlib.1,v 1.3 1998/09/06 22:23:17 aaron Exp $ .\" Copyright (c) 1990 Regents of the University of California. .\" All rights reserved. .\" @@ -47,7 +47,7 @@ creates a table of external references for archive libraries, normally used by the loader, .Xr ld 1 . -This table is is named ``__.SYMDEF'' and is prepended to the archive. +This table is named ``__.SYMDEF'' and is prepended to the archive. Files in the archive which are not executable and symbols which are uninteresting to the loader are ignored. .Pp |