From nobody  Mon Jan 26 12:26:07 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id MAA20699;
          Mon, 26 Jan 1998 12:26:07 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199801262026.MAA20699@hub.freebsd.org>
Date: Mon, 26 Jan 1998 12:26:07 -0800 (PST)
From: garbanzo@hooked.net
To: freebsd-gnats-submit@freebsd.org
Subject: more minor typos in strcasecmp.3 and strcmp.3
X-Send-Pr-Version: www-1.0

>Number:         5573
>Category:       docs
>Synopsis:       more minor typos in strcasecmp.3 and strcmp.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 26 12:30:01 PST 1998
>Closed-Date:    Mon Jan 26 23:08:03 PST 1998
>Last-Modified:  Mon Jan 26 23:08:47 PST 1998
>Originator:     Alex
>Release:        -current
>Organization:
>Environment:
FreeBSD zippy.dyn.ml.org 3.0-CURRENT FreeBSD 3.0-CURRENT #0: 
Sun Jan 25 16:57:09 PST 1998     
root@zippy.dyn.ml.org:/usr/src/sys/compile/ZIPPY  i386

>Description:
Very minor, but the strncmp manpage, a hard link to strcmp.3,
doesn't mention strncmp in the title (same with the case insensitive
versions as well).
>How-To-Repeat:
man strncmp
man strncasecmp
>Fix:
--- strcmp.3.orig       Mon Jan 26 12:21:35 1998
+++ strcmp.3    Mon Jan 26 12:23:05 1998
@@ -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>
--- strcasecmp.3.orig   Mon Jan 26 12:23:51 1998
+++ strcasecmp.3        Mon Jan 26 12:24:01 1998
@@ -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>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: danny 
State-Changed-When: Mon Jan 26 23:08:03 PST 1998 
State-Changed-Why:  
Supplied patch applied.  Thank you. 
>Unformatted:
