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 /lib/libc/string/string.3 | |
parent | b224066e4d677e6eb97225a356f813c8f7fa5c81 (diff) |
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
Diffstat (limited to 'lib/libc/string/string.3')
-rw-r--r-- | lib/libc/string/string.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 80da886e576..323d4f30408 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: string.3,v 1.2 1996/08/19 08:34:18 tholo Exp $ +.\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $ .\" .Dd April 19, 1991 .Dt STRING 3 @@ -102,7 +102,7 @@ .Fn rindex "const char *s" "int c" .Sh DESCRIPTION The string functions -functions manipulate strings terminated by a +manipulate strings terminated by a null byte. .Pp See the specific manual pages for more information. |