diff options
| author | ad <ad@NetBSD.org> | 2000-09-18 16:36:33 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2000-09-18 16:36:33 +0000 |
| commit | 8b2c913445ca82d8dcdca04a420061561a566cf2 (patch) | |
| tree | f192c49843a528915c46fd569ade4ab48a4444f5 /lib/libutil/secure_path.3 | |
| parent | 0940cdc61db3d2f163615230b77b36647f431545 (diff) | |
- Simplify code path.
- Make the first argument to secure_path() constant.
- KNF.
Diffstat (limited to 'lib/libutil/secure_path.3')
| -rw-r--r-- | lib/libutil/secure_path.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/secure_path.3 b/lib/libutil/secure_path.3 index daa839576b9..fe2972e18d9 100644 --- a/lib/libutil/secure_path.3 +++ b/lib/libutil/secure_path.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: secure_path.3,v 1.1 2000/07/07 11:05:07 itojun Exp $ +.\" $NetBSD: secure_path.3,v 1.2 2000/09/18 16:36:33 ad Exp $ .\" .\" Copyright (c) 1996,1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Fd #include <util.h> .Ft int -.Fn secure_path "char *path" +.Fn secure_path "const char *path" .Sh DESCRIPTION The .Fn secure_path |
