Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 1998 12:26:07 -0800 (PST)
From:      garbanzo@hooked.net
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   docs/5573: more minor typos in strcasecmp.3 and strcmp.3
Message-ID:  <199801262026.MAA20699@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 26 12:30:01 PST 1998
>Last-Modified:
>Originator:     Alex
>Organization:
>Release:        -current
>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>
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801262026.MAA20699>