summaryrefslogtreecommitdiff
path: root/lib/libc/gen/exec.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/exec.3')
-rw-r--r--lib/libc/gen/exec.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index d3faad22c75..f23d193f656 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exec.3,v 1.7 1999/05/29 22:38:33 aaron Exp $
+.\" $OpenBSD: exec.3,v 1.8 1999/06/03 10:03:19 aaron Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -184,7 +184,7 @@ executes a file with the program tracing facilities enabled (see
If any of the
.Xr exec
functions return, an error has occurred.
-The return value is -1, and the global variable
+The return value is \-1, and the global variable
.Va errno
will be set to indicate the error.
.Sh FILES