diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-12 18:54:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-12 18:54:05 +0000 |
commit | 2668ad36021e90936b4a7df96415d5c190e7fa3a (patch) | |
tree | 4a12919ee23a03c3ec0bc1cb47f5ad292f95e348 /bin | |
parent | 534a028f58c17cea0a9b239b80895c269809f056 (diff) |
of course, douglas' mail hits my machine 2 nanoseconds later...
the correct name for the sysctl is fs.posix.setuid, not fs.posix.suid;
from douglas santos (pr #4462);
apologies to douglas for closing his pr, but i just could not see it.
if you are sending typo stuff, please be specific about the problem.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chmod/chown.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chmod/chown.8 b/bin/chmod/chown.8 index 9c8cb909405..f75e453dc83 100644 --- a/bin/chmod/chown.8 +++ b/bin/chmod/chown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chown.8,v 1.7 2005/03/16 20:31:08 jmc Exp $ +.\" $OpenBSD: chown.8,v 1.8 2005/08/12 18:54:04 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -129,7 +129,7 @@ set-user-ID and set-group-ID programs. This behaviour can be overridden by setting the .Xr sysctl 8 variable -.Va fs.posix.suid +.Va fs.posix.setuid to zero. .Pp Only the superuser is permitted to change the owner of a file. |