summaryrefslogtreecommitdiff
path: root/lib/libc/string/string.3
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1998-01-30 23:37:40 +0000
committerperry <perry@NetBSD.org>1998-01-30 23:37:40 +0000
commit5f8a6c06f3846a34f3f33814be561921a3ec44ed (patch)
tree5e81cfc33422e84e729e1265fdd9cb62ad167026 /lib/libc/string/string.3
parent0c8ab9044cf7f5754410b42c1b60d551ecb16499 (diff)
update to lite-2
Diffstat (limited to 'lib/libc/string/string.3')
-rw-r--r--lib/libc/string/string.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index 002bf9a83f3..31dc3be35c2 100644
--- a/lib/libc/string/string.3
+++ b/lib/libc/string/string.3
@@ -1,5 +1,5 @@
-.\" Copyright (c) 1990, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1991, 1993
+.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" Chris Torek.
@@ -31,10 +31,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)string.3 6.9 (Berkeley) 4/19/91
-.\" $NetBSD: string.3,v 1.3 1997/10/09 10:09:12 lukem Exp $
+.\" from: @(#)string.3 8.2 (Berkeley) 12/11/93
+.\" $NetBSD: string.3,v 1.4 1998/01/30 23:38:33 perry Exp $
.\"
-.Dd April 19, 1991
+.Dd December 11, 1993
.Dt STRING 3
.Os BSD 4
.Sh NAME
@@ -102,7 +102,7 @@
.Ft char *
.Fn rindex "const char *s" "int c"
.Sh DESCRIPTION
-The string functions
+The string
functions manipulate strings terminated by a
null byte.
.Pp