diff options
author | 1996-08-21 07:08:05 +0000 | |
---|---|---|
committer | 1996-08-21 07:08:05 +0000 | |
commit | 3a28d38070d50bf6cd453d057e46a9ca78052af9 (patch) | |
tree | 46ef83bc1f496757ab4d8ed196025f2c10cc89f7 /lib/libc/sys | |
parent | Note about lndir; add specific path. (diff) | |
download | wireguard-openbsd-3a28d38070d50bf6cd453d057e46a9ca78052af9.tar.xz wireguard-openbsd-3a28d38070d50bf6cd453d057e46a9ca78052af9.zip |
Fix formatting problem for E2BIG description
Diffstat (limited to 'lib/libc/sys')
-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, |