diff options
author | ru <ru@FreeBSD.org> | 2001-12-04 16:09:27 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-12-04 16:09:27 +0000 |
commit | 669f0111038b98b4012bdeb17a62b8e9c7db449d (patch) | |
tree | 000cbf57b1e8a9f7288f55f368249ec90791dc5d /lib/libc/sys/execve.2 | |
parent | dc891f7e3ccfd846c9a8e0baba41ca6983227e0b (diff) | |
download | FreeBSD-src-669f0111038b98b4012bdeb17a62b8e9c7db449d.zip FreeBSD-src-669f0111038b98b4012bdeb17a62b8e9c7db449d.tar.gz |
mdoc(7) police: markup the previous delta.
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 84e9537..675f9b8 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -212,7 +212,9 @@ A component of a pathname exceeded 255 characters, or an entire path name exceeded 1023 characters. .It Bq Er ENAMETOOLONG When invoking an interpreted script, the interpreter name -exceeds MAXSHELLCMDLEN characters. +exceeds +.Dv MAXSHELLCMDLEN +characters. .It Bq Er ENOENT The new process file does not exist. .It Bq Er ELOOP |