diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-11-06 13:16:55 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-11-06 13:16:55 +0000 |
commit | b83bf81f4f0ac060a34dca8fa9c32a3a89617777 (patch) | |
tree | 60a817457c0fb24700f95bea7375a37aa5e2a2cf /lib/libc/sys | |
parent | 4444cf6f796646dcef1bb106cc58063be933a035 (diff) |
typo on fs.posix.setuid; from Piotr Durlej
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sysctl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index 0044223e8ab..a26c4b269d5 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.13 2018/11/06 07:55:08 otto Exp $ +.\" $OpenBSD: sysctl.2,v 1.14 2018/11/06 13:16:54 otto Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -256,7 +256,7 @@ privileges may change the value. .It Dv FS_POSIX_SETUID Ta "integer" Ta "yes" .El .Bl -tag -width "123456" -.It Dv FS_POSIX_SETUID Pq Va fx.posix.setuid +.It Dv FS_POSIX_SETUID Pq Va fs.posix.setuid When this variable is set, ownership changes on a file will cause the .Va S_ISUID |