]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/fexecve.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / fexecve.3
index 4e1d5081a87154d80871b318e9da442ac0857d24..3321ad86dadcfab082a8c7861d413319c8e996a2 100644 (file)
@@ -10,7 +10,7 @@
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
@@ -18,7 +18,7 @@
 .\" have taken the same level of care in the production of this manual,
 .\" which is licensed free of charge, as they might when working
 .\" professionally.
-.\" 
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
@@ -33,10 +33,10 @@ fexecve \- execute program specified via file descriptor
 .fi
 .SH DESCRIPTION
 .BR fexecve ()
-performs the same task as 
-.BR execve (2), 
+performs the same task as
+.BR execve (2),
 with the difference that the file to be executed
-is specified via a file descriptor, 
+is specified via a file descriptor,
 .IR fd ,
 rather than via a pathname.
 .SH "RETURN VALUE"
@@ -47,13 +47,13 @@ On error, the function returns, with a result value of \-1 is returned, and
 .I errno
 is set appropriately.
 .SH ERRORS
-Errors are as for 
+Errors are as for
 .BR execve (2),
 with the following additions:
 .TP
 .B EINVAL
 .I fd
-is not a valid file descriptor, or 
+is not a valid file descriptor, or
 .I argv
 is NULL, or
 .I envp