diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-09-21 16:24:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-09-21 16:24:04 +0000 |
commit | 3036237e0373330e222d71c3fb64200688ddef8c (patch) | |
tree | 00efd0bb279196ebaa35717dfaa7e0393e36a08f | |
parent | c26ac48c82f8983a867acd11d4079b77765a0db9 (diff) |
Typo; grange@rt.mipt.ru
-rw-r--r-- | lib/libc/gen/login_cap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/login_cap.3 b/lib/libc/gen/login_cap.3 index 6d53f6a580b..da62402c444 100644 --- a/lib/libc/gen/login_cap.3 +++ b/lib/libc/gen/login_cap.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login_cap.3,v 1.6 2001/08/15 17:55:30 aaron Exp $ +.\" $OpenBSD: login_cap.3,v 1.7 2001/09/21 16:24:03 aaron Exp $ .\" BSDI $From: login_cap.3,v 1.4 1997/11/07 16:22:27 jch Exp $ .\" .Dd July 16, 1996 @@ -176,7 +176,7 @@ The .Fn secure_path function takes a path name and returns 0 if the path name is secure, \-1 if not. -To be secure a path must exist, be a regular file (and not a direectory), +To be secure a path must exist, be a regular file (and not a directory), owned by root, and only writable by the owner (root). .Pp The |