diff options
| author | itojun <itojun@NetBSD.org> | 2000-07-07 11:05:06 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2000-07-07 11:05:06 +0000 |
| commit | b596a9b1043dfd9887c93283aaa41b3194fcc3bc (patch) | |
| tree | 374dcfcb13bc07f593891184acc7710f6af75393 /lib/libutil | |
| parent | e55de4b4cfa3d1e4f460f1785929a1d9071855fd (diff) | |
rename securepath.3 into secure_path.3, as the function is named secure_path().
it is too hard to guess...
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/Makefile | 4 | ||||
| -rw-r--r-- | lib/libutil/secure_path.3 (renamed from lib/libutil/securepath.3) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 6975b43323b..8a378c73ca9 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -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 diff --git a/lib/libutil/securepath.3 b/lib/libutil/secure_path.3 index 3ef3562355a..daa839576b9 100644 --- a/lib/libutil/securepath.3 +++ b/lib/libutil/secure_path.3 @@ -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 |
