diff options
author | 2015-09-11 09:01:16 +0000 | |
---|---|---|
committer | 2015-09-11 09:01:16 +0000 | |
commit | af899af74ec9a5d14248784ba60f8251c3cb5642 (patch) | |
tree | cdbc40faa89b09afbdc8a00d030f15a9d4849330 /lib/libc | |
parent | whitespaces (diff) | |
download | wireguard-openbsd-af899af74ec9a5d14248784ba60f8251c3cb5642.tar.xz wireguard-openbsd-af899af74ec9a5d14248784ba60f8251c3cb5642.zip |
change remaining mentions of "flags" to "request" and adapt text
nearby. Spotted by Ross Richardson.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/tame.2 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/tame.2 b/lib/libc/sys/tame.2 index 4250e4288ac..7dc74a6fa81 100644 --- a/lib/libc/sys/tame.2 +++ b/lib/libc/sys/tame.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tame.2,v 1.26 2015/09/09 21:54:02 jmc Exp $ +.\" $OpenBSD: tame.2,v 1.27 2015/09/11 09:01:16 deraadt Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 9 2015 $ +.Dd $Mdocdate: September 11 2015 $ .Dt TAME 2 .Os .Sh NAME @@ -31,7 +31,7 @@ management, read-write operations on file descriptors, opening of files, networking. In general, these modes were selected by studying the operation of many programs using libc and other such interfaces, and setting -.Ar flags +.Ar request or .Ar paths . .Pp @@ -54,8 +54,8 @@ is delivered instead, possibly resulting in a file. .Pp A -.Fa flags -value of 0 restricts the process to the +.Fa request +value of "" restricts the process to the .Xr _exit 2 system call. This can be used for pure computation operating on memory shared @@ -356,9 +356,9 @@ environment, so a successful .Xr open 2 of .Pa /var/run/ypbind.lock -enables the +enables .Va "inet" -flag. +operations. .It Va "cmsg" Allows passing of file descriptors using the .Xr sendmsg 2 |