diff options
author | 2000-10-18 05:12:06 +0000 | |
---|---|---|
committer | 2000-10-18 05:12:06 +0000 | |
commit | ea418ffe85da8239e30bb1c3e28466cf6b8f685e (patch) | |
tree | 01651b197bba18ec88ec6a378fec58207d2f3632 /lib/libc/sys/fork.2 | |
parent | get the bounds checking right for the data used in copyout() in several (diff) | |
download | wireguard-openbsd-ea418ffe85da8239e30bb1c3e28466cf6b8f685e.tar.xz wireguard-openbsd-ea418ffe85da8239e30bb1c3e28466cf6b8f685e.zip |
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/fork.2')
-rw-r--r-- | lib/libc/sys/fork.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index f19dc2d3458..06c9915cad3 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork.2,v 1.9 1999/06/29 14:09:55 aaron Exp $ +.\" $OpenBSD: fork.2,v 1.10 2000/10/18 05:12:09 aaron Exp $ .\" $NetBSD: fork.2,v 1.6 1995/02/27 12:32:36 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -80,9 +80,9 @@ Upon successful completion, .Fn fork returns a value of 0 to the child process and returns the process ID of the child -process to the parent process. Otherwise, a value of \-1 is returned -to the parent process, no child process is created, and the global -variable +process to the parent process. +Otherwise, a value of \-1 is returned to the parent process, +no child process is created, and the global variable .Va errno is set to indicate the error. .Sh ERRORS @@ -96,8 +96,8 @@ This limit is configuration-dependent. .It Bq Er EAGAIN The limit .Dv RLIMIT_NPROC -on the total number of -processes under execution by the user ID would be exceeded. +on the total number of processes under execution by the user ID +would be exceeded. .It Bq Er ENOMEM There is insufficient swap space for the new process. .El |