From owner-freebsd-bugs Mon Jan 26 12:30:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21425 for freebsd-bugs-outgoing; Mon, 26 Jan 1998 12:30:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21410; Mon, 26 Jan 1998 12:30:03 -0800 (PST) (envelope-from gnats) 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 X-Send-Pr-Version: www-1.0 Subject: docs/5573: more minor typos in strcasecmp.3 and strcmp.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 --- 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 >Audit-Trail: >Unformatted: