diff options
author | 1997-06-13 10:08:29 +0000 | |
---|---|---|
committer | 1997-06-13 10:08:29 +0000 | |
commit | 4e001e45dcbea2090fdf15c93a7ef3ed26cd9be0 (patch) | |
tree | 971e88d759677cf8cd4b769f2b9b158ba3c96a62 /lib/libc/sys/open.2 | |
parent | fix (diff) | |
download | wireguard-openbsd-4e001e45dcbea2090fdf15c93a7ef3ed26cd9be0.tar.xz wireguard-openbsd-4e001e45dcbea2090fdf15c93a7ef3ed26cd9be0.zip |
fix lots of .Xr and other minor things
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r-- | lib/libc/sys/open.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index cf215d87d85..d676ad36885 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -138,7 +138,7 @@ When a new file is created it is given the group of the directory which contains it. .Pp The new descriptor is set to remain open across -.Xr execve +.Xr execve 2 system calls; see .Xr close 2 and |