rename securepath.3 into secure_path.3, as the function is named secure_path().
it is too hard to guess...
This commit is contained in:
parent
e55de4b4cf
commit
b596a9b104
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.243 2000/07/06 10:58:56 ad Exp $
|
||||
# $NetBSD: mi,v 1.244 2000/07/07 11:05:08 itojun Exp $
|
||||
./sys comp-sysutil-root
|
||||
./usr/bin/addr2line comp-miscutil-bin
|
||||
./usr/bin/ar comp-util-bin
|
||||
|
@ -2354,7 +2354,6 @@
|
|||
./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
|
||||
./usr/share/man/cat3/setbuf.0 comp-c-catman
|
||||
|
@ -3970,7 +3969,6 @@
|
|||
./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
|
||||
./usr/share/man/man3/setbuf.3 comp-c-man
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: obsolete.mi,v 1.23 2000/06/27 09:00:16 mrg Exp $
|
||||
# $NetBSD: obsolete.mi,v 1.24 2000/07/07 11:05:08 itojun Exp $
|
||||
/usr/bin/genclass
|
||||
/usr/include/bfd/ansidecl.h
|
||||
/usr/include/bfd/bfd.h
|
||||
|
@ -350,6 +350,7 @@
|
|||
/usr/share/man/cat2/swapon.0
|
||||
/usr/share/man/cat3/getpw.0
|
||||
/usr/share/man/cat3/regsterrpc.0
|
||||
/usr/share/man/cat3/securepath.0
|
||||
/usr/share/man/cat3/setgrfile.0
|
||||
/usr/share/man/cat3/setpwfile.0
|
||||
/usr/share/man/cat3/setregid.0
|
||||
|
@ -363,6 +364,7 @@
|
|||
/usr/share/man/cat9/vsunlock.0
|
||||
/usr/share/man/man3/getpw.3
|
||||
/usr/share/man/man3/regsterrpc.3
|
||||
/usr/share/man/man3/securepath.3
|
||||
/usr/share/man/man3/svc_getreg.3
|
||||
/usr/share/man/man3/svc_getregset.3
|
||||
/usr/share/man/man3/vlimit.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.26 2000/07/06 11:08:19 ad Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2000/07/07 11:05:06 itojun Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
LIB= util
|
||||
|
@ -11,7 +11,7 @@ SRCS= fparseln.c getmaxpartitions.c getrawpartition.c \
|
|||
MAN= fparseln.3 getmaxpartitions.3 getrawpartition.3 \
|
||||
login.3 login_cap.3 opendisk.3 \
|
||||
openpty.3 pidfile.3 pidlock.3 pw_getconf.3 pw_init.3 pw_lock.3 \
|
||||
securepath.3 ttyaction.3 ttymsg.3
|
||||
secure_path.3 ttyaction.3 ttymsg.3
|
||||
|
||||
.PATH: ${.CURDIR}/../libc/gen
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: securepath.3,v 1.3 2000/03/08 00:02:54 mjl Exp $
|
||||
.\" $NetBSD: secure_path.3,v 1.1 2000/07/07 11:05:07 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996,1997 Berkeley Software Design, Inc. All rights reserved.
|
||||
.\"
|
||||
|
@ -33,10 +33,10 @@
|
|||
.\" BSDI login_cap.3,v 1.4 1997/11/07 16:22:27 jch Exp
|
||||
.\"
|
||||
.Dd "July 16, 1996"
|
||||
.Dt SECUREPATH 3
|
||||
.Dt SECURE_PATH 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm secure_path ,
|
||||
.Nm secure_path
|
||||
.Nd determine if a file appears to be secure
|
||||
.Sh LIBRARY
|
||||
.Lb libutil
|
Loading…
Reference in New Issue