]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/fork.2
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / man / man2 / fork.2
index 52aea6389b47d14c1d741086c19bd89522a6ad38..b5bb420e0ab1ef13400dbecd654dab0c9329293e 100644 (file)
@@ -46,7 +46,7 @@
 .Fa void
 .Fc
 .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 @@ no 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 Er
 .\" ==========