diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-21 07:08:06 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-21 07:08:06 +0000 |
commit | 0a0eed88e97331871f033184bfceaedcd02aa61b (patch) | |
tree | b717fe1ce962a279dff2343988e19f17e2430f8a | |
parent | 6dbf43386d8f0001e599a142106c541d6dd92850 (diff) |
Fix formatting problem for E2BIG description
-rw-r--r-- | lib/libc/sys/intro.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index d1575aeb9ea..3892834cd3c 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -110,9 +110,9 @@ loaded on a drive. .It Er 7 E2BIG Em "Arg list too long" . The number of bytes used for the argument and environment list of the new process exceeded the limit -.Pf Dv NCARGS +.Dv NCARGS (specified in -.Aq Pa sys/param.h ). +.Aq Pa sys/param.h ) . .It Er 8 ENOEXEC Em "Exec format error" . A request was made to execute a file that, although it has the appropriate permissions, |