summaryrefslogtreecommitdiff
path: root/man3/fexecve.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-02-03 07:53:09 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-03 07:53:09 +1300
commit0f7552d2a8ab04225856d37efb8eead2cb05eead (patch)
treed5370548594d717d1bfdf936f87579184f911d6f /man3/fexecve.3
parent2d64f60e4d42bbbb0f3e73af5a7279c029b12281 (diff)
fexecve.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/fexecve.3')
-rw-r--r--man3/fexecve.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fexecve.3 b/man3/fexecve.3
index 4cfcb6f6..c4e33482 100644
--- a/man3/fexecve.3
+++ b/man3/fexecve.3
@@ -44,7 +44,7 @@ rather than via a pathname.
A successful call to
.BR fexecve ()
never returns.
-On error, the function returns, with a result value of \-1 is returned, and
+On error, the function returns, with a result value of \-1, and
.I errno
is set appropriately.
.SH ERRORS