summaryrefslogtreecommitdiff
path: root/lib/libc/sys/fork.2
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
committerlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
commitce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch)
tree450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/fork.2
parented88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff)
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/fork.2')
-rw-r--r--lib/libc/sys/fork.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2
index 844d5b3b71b..2ad20f61940 100644
--- a/lib/libc/sys/fork.2
+++ b/lib/libc/sys/fork.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: fork.2,v 1.9 1998/04/28 22:28:31 fair Exp $
+.\" $NetBSD: fork.2,v 1.10 1998/08/29 08:32:36 lukem Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -45,7 +45,7 @@
.Ft pid_t
.Fn fork void
.Sh DESCRIPTION
-.Fn Fork
+.Fn fork
causes creation of a new process.
The new process (child process) is an exact copy of the
calling process (parent process) except for the following:
@@ -85,7 +85,7 @@ child process is created, and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS
-.Fn Fork
+.Fn fork
will fail and no child process will be created if:
.Bl -tag -width [EAGAIN]
.It Bq Er EAGAIN