summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1997-11-14 02:04:36 +0000
committermrg <mrg@NetBSD.org>1997-11-14 02:04:36 +0000
commit4e252e8c4daa3e0c211f9e04bc83ba1ae26c0a08 (patch)
tree471c16a19452183cedf63a279ec57613ba43dce2 /lib/libc/string
parent0c7ac6dc71a55dc3bf792d87508bb17ac2b40343 (diff)
add missing .Nm entries. from spz@serpens.swb.de.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strcasecmp.35
-rw-r--r--lib/libc/string/strcat.35
-rw-r--r--lib/libc/string/strcmp.35
-rw-r--r--lib/libc/string/strcpy.35
4 files changed, 12 insertions, 8 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index a9c773a870e..26319c209d3 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -32,13 +32,14 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcasecmp.3 5.4 (Berkeley) 4/19/91
-.\" $NetBSD: strcasecmp.3,v 1.3 1997/10/09 10:08:52 lukem Exp $
+.\" $NetBSD: strcasecmp.3,v 1.4 1997/11/14 02:04:51 mrg Exp $
.\"
.Dd April 19, 1991
.Dt STRCASECMP 3
.Os
.Sh NAME
-.Nm strcasecmp
+.Nm strcasecmp ,
+.Nm strncasecmp
.Nd compare strings, ignoring case
.Sh SYNOPSIS
.Fd #include <string.h>
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 997c6918c78..273277b7fa5 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -34,13 +34,14 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcat.3 5.6 (Berkeley) 6/29/91
-.\" $NetBSD: strcat.3,v 1.3 1997/10/09 10:08:54 lukem Exp $
+.\" $NetBSD: strcat.3,v 1.4 1997/11/14 02:04:52 mrg Exp $
.\"
.Dd June 29, 1991
.Dt STRCAT 3
.Os
.Sh NAME
-.Nm strcat
+.Nm strcat ,
+.Nm strncat
.Nd concatenate strings
.Sh SYNOPSIS
.Fd #include <string.h>
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index edd30268a3a..ad1a1d29c5d 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -34,13 +34,14 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcmp.3 5.6 (Berkeley) 6/29/91
-.\" $NetBSD: strcmp.3,v 1.3 1997/10/09 10:09:00 lukem Exp $
+.\" $NetBSD: strcmp.3,v 1.4 1997/11/14 02:04:53 mrg Exp $
.\"
.Dd June 29, 1991
.Dt STRCMP 3
.Os
.Sh NAME
-.Nm strcmp
+.Nm strcmp ,
+.Nm strncmp
.Nd compare strings
.Sh SYNOPSIS
.Fd #include <string.h>
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index 59a490aef61..0225bbbe927 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -34,13 +34,14 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcpy.3 5.4 (Berkeley) 6/29/91
-.\" $NetBSD: strcpy.3,v 1.3 1997/10/09 10:09:04 lukem Exp $
+.\" $NetBSD: strcpy.3,v 1.4 1997/11/14 02:04:54 mrg Exp $
.\"
.Dd June 29, 1991
.Dt STRCPY 3
.Os BSD 4
.Sh NAME
-.Nm strcpy
+.Nm strcpy ,
+.Nm strncpy
.Nd copy strings
.Sh SYNOPSIS
.Fd #include <string.h>