summaryrefslogtreecommitdiff
path: root/lib/libc/sys/fork.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/fork.2')
-rw-r--r--lib/libc/sys/fork.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2
index 6d3b9b3b43a..f19dc2d3458 100644
--- a/lib/libc/sys/fork.2
+++ b/lib/libc/sys/fork.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fork.2,v 1.8 1999/06/06 06:57:53 pjanzen Exp $
+.\" $OpenBSD: fork.2,v 1.9 1999/06/29 14:09:55 aaron Exp $
.\" $NetBSD: fork.2,v 1.6 1995/02/27 12:32:36 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -80,7 +80,7 @@ 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
+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