summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-03 18:14:39 +0000
committerru <ru@FreeBSD.org>2003-07-03 18:14:39 +0000
commit87561c3aaf68e1a2b0f3365dbecea35358f05f52 (patch)
tree507addff662fc7c9e17129d4f5df67eb44455b17 /lib
parent25a22d8ccd37fe2b398ceff352d6d3494bb7b534 (diff)
downloadFreeBSD-src-87561c3aaf68e1a2b0f3365dbecea35358f05f52.zip
FreeBSD-src-87561c3aaf68e1a2b0f3365dbecea35358f05f52.tar.gz
With the latest mdoc(7), we can now fix the synopsis like this.
Desired by: bde
Diffstat (limited to 'lib')
-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 ea0f5b4..fd23e16 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -50,11 +50,17 @@
.In unistd.h
.Vt extern char **environ ;
.Ft int
-.Fn execl "const char *path" "const char *arg" "... /*" "(char *)0*/"
+.Fn execl "const char *path" "const char *arg" ... /* "(char *)0" */
.Ft int
-.Fn execlp "const char *file" "const char *arg" "... /*" "(char *)0*/"
+.Fn execlp "const char *file" "const char *arg" ... /* "(char *)0" */
.Ft int
-.Fn execle "const char *path" "const char *arg" "... /*" "(char *)0" "char *const envp[]*/"
+.Fo execle
+.Fa "const char *path" "const char *arg" ...
+.Fa /*
+.Bk -words
+.Fa "(char *)0" "char *const envp[]" */
+.Ek
+.Fc
.Ft int
.Fn exect "const char *path" "char *const argv[]" "char *const envp[]"
.Ft int
OpenPOWER on IntegriCloud