diff options
author | 2018-11-06 13:16:54 +0000 | |
---|---|---|
committer | 2018-11-06 13:16:54 +0000 | |
commit | a90cf4f474a366343b2a0936e3196b59055bd861 (patch) | |
tree | b207d34e3463e756c25465c1a49d3ce8d96a1c8e /lib/libc | |
parent | rm FILES section; prompted by Janne Johansson (diff) | |
download | wireguard-openbsd-a90cf4f474a366343b2a0936e3196b59055bd861.tar.xz wireguard-openbsd-a90cf4f474a366343b2a0936e3196b59055bd861.zip |
typo on fs.posix.setuid; from Piotr Durlej
Diffstat (limited to 'lib/libc')
-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 |