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/execve.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/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index c5c9838e611..baa0ba7bd38 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -259,7 +259,8 @@ the real is ``root'', then the program has some of the powers of a super-user as well. .Sh SEE ALSO -.Xr exit 2 , +.Xr _exit 2 , +.Xr exit 3 , .Xr fork 2 , .Xr execl 3 , .Xr environ 7 |