summaryrefslogtreecommitdiff
path: root/lib/libc/gen/exec.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 10:13:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 10:13:54 +0000
commit95f4226b2755f1600e3bf4e32e8aa0db0886c280 (patch)
treed7fc87dbba410fea9fb526ffb94f2409d3c5f8cc /lib/libc/gen/exec.3
parentb92cc9b8783fe78fa7d6f4ad6b005d29e28cd99c (diff)
Notes
Diffstat (limited to 'lib/libc/gen/exec.3')
-rw-r--r--lib/libc/gen/exec.312
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index a3ef1438418a..a17a7de6603c 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -203,11 +203,13 @@ will be set to indicate the error.
The shell.
.El
.Sh ERRORS
-.Fn Execl ,
+The
+.Fn execl ,
.Fn execle ,
.Fn execlp
and
.Fn execvp
+functions
may fail and set
.Va errno
for any of the errors specified for the library functions
@@ -215,9 +217,11 @@ for any of the errors specified for the library functions
and
.Xr malloc 3 .
.Pp
-.Fn Exect
+The
+.Fn exect
and
.Fn execv
+functions
may fail and set
.Va errno
for any of the errors specified for the library function
@@ -286,11 +290,13 @@ and the unusual error
The behaviour was changed to match the behaviour of
.Xr sh 1 .
.Sh STANDARDS
-.Fn Execl ,
+The
+.Fn execl ,
.Fn execv ,
.Fn execle ,
.Fn execlp
and
.Fn execvp
+functions
conform to
.St -p1003.1-88 .