diff options
author | dd <dd@FreeBSD.org> | 2002-03-03 01:13:47 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-03-03 01:13:47 +0000 |
commit | fee779d388abf3d561dbf86f7f9c0cd9ac2110ed (patch) | |
tree | 60d45e993266d21086d389d18c6f26bf2231ffef /lib/libutil/_secure_path.3 | |
parent | da7415a981033a7e82e75b7a2da892617280b90f (diff) | |
download | FreeBSD-src-fee779d388abf3d561dbf86f7f9c0cd9ac2110ed.zip FreeBSD-src-fee779d388abf3d561dbf86f7f9c0cd9ac2110ed.tar.gz |
Correct a typo.
PR: 35273
Submitted by: Nicola Vitale <nivit@libero.it>
Diffstat (limited to 'lib/libutil/_secure_path.3')
-rw-r--r-- | lib/libutil/_secure_path.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3 index 7545b2f..cd3cc25 100644 --- a/lib/libutil/_secure_path.3 +++ b/lib/libutil/_secure_path.3 @@ -51,7 +51,7 @@ Is not world writable. .It Is owned by the given uid or uid 0, if uid is not -1, .It -Is not group wriable or it has group ownership by the given +Is not group writable or it has group ownership by the given gid, if gid is not -1. .El .Sh RETURN VALUES |