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/_exit.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/_exit.2')
-rw-r--r-- | lib/libc/sys/_exit.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 402de8fb9b1..f8d08d2d986 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -55,7 +55,7 @@ This may entail delays, for example, waiting for output to drain; a process in this state may not be killed, as it is already dying. .It If the parent process of the calling process has an outstanding -.Xr wait +.Xr wait 2 call or catches the .Dv SIGCHLD |