diff options
author | 1997-11-04 08:36:27 +0000 | |
---|---|---|
committer | 1997-11-04 08:36:27 +0000 | |
commit | 18eaa2e6d77faa84643fe784fc300ecfc165321f (patch) | |
tree | 920a3ea0205249d3be372af1955c93bff6e22fa5 /lib/libc/sys/vfork.2 | |
parent | unbalanced parenthesis around command abbreviation in mail.1; h-nokubi@nmit.tmg.nec.co.jp (diff) | |
download | wireguard-openbsd-18eaa2e6d77faa84643fe784fc300ecfc165321f.tar.xz wireguard-openbsd-18eaa2e6d77faa84643fe784fc300ecfc165321f.zip |
cleanup
Diffstat (limited to 'lib/libc/sys/vfork.2')
-rw-r--r-- | lib/libc/sys/vfork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index e363e74fc7e..8ec0edab15b 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -72,7 +72,7 @@ the parent's context. .Xr fork 2 , .Xr execve 2 , .Xr sigaction 2 , -.Xr wait 2 , +.Xr wait 2 .Sh DIAGNOSTICS Same as for .Xr fork 2 . |