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/fork.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/fork.2')
-rw-r--r-- | lib/libc/sys/fork.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index 3f5bde2032a..3f6c3cb9987 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -62,9 +62,9 @@ for instance, file pointers in file objects are shared between the child and the parent, so that an .Xr lseek 2 on a descriptor in the child process can affect a subsequent -.Xr read +.Xr read 2 or -.Xr write +.Xr write 2 by the parent. This descriptor copying is also used by the shell to establish standard input and output for newly created processes |