diff options
author | joel <joel@FreeBSD.org> | 2014-06-23 18:40:21 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2014-06-23 18:40:21 +0000 |
commit | d94b51f5b9d2ec82746ffdf57ecb15252cca123e (patch) | |
tree | ceb4f439bccdaec74e6fa2ffb4d100969d70c478 /lib/libc | |
parent | 0f2e70685cd79d3c85d1847965d5b31f9ff45b6c (diff) | |
download | FreeBSD-src-d94b51f5b9d2ec82746ffdf57ecb15252cca123e.zip FreeBSD-src-d94b51f5b9d2ec82746ffdf57ecb15252cca123e.tar.gz |
mdoc: remove superfluous paragraph macros.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/intro.2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index bc10b1d..7ce57aa 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -133,7 +133,6 @@ executable file. A file descriptor argument was out of range, referred to no open file, or a read (write) request was made to a file that was only open for writing (reading). -.Pp .It Er 10 ECHILD Em "\&No child processes" . A .Xr wait 2 @@ -302,7 +301,6 @@ addresses with Internet protocols. .It Er 48 EADDRINUSE Em "Address already in use" . Only one usage of each address is normally permitted. -.Pp .It Er 49 EADDRNOTAVAIL Em "Can't assign requested address" . Normally results from an attempt to create a socket with an address not on this machine. |