summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1998-01-27 07:01:09 +0000
committerdanny <danny@FreeBSD.org>1998-01-27 07:01:09 +0000
commit3599f91c1ddcf7dd8de06c2a97c82e421b911732 (patch)
tree7919fe776e27c81caa713f4eb4c6c97ce7b36c4c /lib
parent9b278a0ddff31eecac50c1f25e005b6dc099d4b7 (diff)
downloadFreeBSD-src-3599f91c1ddcf7dd8de06c2a97c82e421b911732.zip
FreeBSD-src-3599f91c1ddcf7dd8de06c2a97c82e421b911732.tar.gz
PR: 5573
Submitted by: garbanzo@hooked.net Add strncasecmp, strncmp to NAME field.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/strcasecmp.33
-rw-r--r--lib/libc/string/strcmp.33
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index c26740e..9bb68d2 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -37,7 +37,8 @@
.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/strcmp.3 b/lib/libc/string/strcmp.3
index 49e5f14..08e6c03 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -39,7 +39,8 @@
.Dt STRCMP 3
.Os
.Sh NAME
-.Nm strcmp
+.Nm strcmp ,
+.Nm strncmp ,
.Nd compare strings
.Sh SYNOPSIS
.Fd #include <string.h>
OpenPOWER on IntegriCloud