Subject: lib/10354: secure_path(3) too hard to find
To: None <gnats-bugs@gnats.netbsd.org>
From: None <itojun@itojun.org>
List: netbsd-bugs
Date: 06/13/2000 11:23:13
>Number: 10354
>Category: lib
>Synopsis: secure_path(3) too hard to find
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: lib-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Jun 13 11:24:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Jun-ichiro itojun Hagino
>Release: 1.4ZD
>Organization:
itojun.org
>Environment:
NetBSD starfruit.itojun.org 1.4ZD NetBSD 1.4ZD (STARFRUIT) #35: Tue Jun 13 23:31:26 JST 2000 itojun@starfruit.itojun.org:/usr/home/itojun/NetBSD/src/sys/arch/i386/compile/STARFRUIT i386
>Description:
it is too hard to find the way to print secure_path(3) manpage.
it is installed as securepath.[03].
>How-To-Repeat:
% man 3 secure_path
does not work.
>Fix:
the most simpe fix is this one. not sure if we would like to keep
securepath.[03].
Index: distrib/sets/lists/comp/mi
===================================================================
RCS file: /cvsroot/basesrc/distrib/sets/lists/comp/mi,v
retrieving revision 1.229
diff -u -r1.229 mi
--- mi 2000/06/13 03:12:44 1.229
+++ mi 2000/06/13 18:21:55
@@ -2217,6 +2217,7 @@
./usr/share/man/cat3/scalbnf.0 comp-c-catman
./usr/share/man/cat3/scandir.0 comp-c-catman
./usr/share/man/cat3/scanf.0 comp-c-catman
+./usr/share/man/cat3/secure_path.0 comp-c-catman
./usr/share/man/cat3/securepath.0 comp-c-catman
./usr/share/man/cat3/seed48.0 comp-c-catman
./usr/share/man/cat3/seekdir.0 comp-c-catman
@@ -3808,6 +3809,7 @@
./usr/share/man/man3/scalbnf.3 comp-c-man
./usr/share/man/man3/scandir.3 comp-c-man
./usr/share/man/man3/scanf.3 comp-c-man
+./usr/share/man/man3/secure_path.3 comp-c-man
./usr/share/man/man3/securepath.3 comp-c-man
./usr/share/man/man3/seed48.3 comp-c-man
./usr/share/man/man3/seekdir.3 comp-c-man
Index: lib/libutil/Makefile
===================================================================
RCS file: /cvsroot/basesrc/lib/libutil/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile 2000/05/12 18:31:55 1.25
+++ Makefile 2000/06/13 18:21:55
@@ -37,5 +37,6 @@
MLINKS+=pw_lock.3 pw_abort.3
MLINKS+=pidlock.3 ttylock.3
MLINKS+=pidlock.3 ttyunlock.3
+MLINKS+=securepath.3 secure_path.3
.include <bsd.lib.mk>
Index: lib/libutil/securepath.3
===================================================================
RCS file: /cvsroot/basesrc/lib/libutil/securepath.3,v
retrieving revision 1.3
diff -u -r1.3 securepath.3
--- securepath.3 2000/03/08 00:02:54 1.3
+++ securepath.3 2000/06/13 18:21:56
@@ -36,7 +36,7 @@
.Dt SECUREPATH 3
.Os
.Sh NAME
-.Nm secure_path ,
+.Nm secure_path
.Nd determine if a file appears to be secure
.Sh LIBRARY
.Lb libutil
>Release-Note:
>Audit-Trail:
>Unformatted: