summaryrefslogtreecommitdiff
path: root/lib/libc/sys/execve.2
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-05-13 10:20:57 +0000
committerwiz <wiz@NetBSD.org>2004-05-13 10:20:57 +0000
commit64ebeb5cbc1f84c8d9474e44f49358cf42294057 (patch)
tree2da00131cfb1988afb5dc35d5fa87c2a841a8469 /lib/libc/sys/execve.2
parent339084de19c02320a139a13058526e148e4174a6 (diff)
\- is a minus, not -.
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r--lib/libc/sys/execve.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index e4fe7cd1c71..b65b4e12f41 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: execve.2,v 1.32 2003/08/07 16:43:56 agc Exp $
+.\" $NetBSD: execve.2,v 1.33 2004/05/13 10:20:58 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -200,7 +200,7 @@ has no process to return to.
If
.Fn execve
does return to the calling process an error has occurred; the
-return value will be -1 and the global variable
+return value will be \-1 and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS