summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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