diff options
author | ru <ru@FreeBSD.org> | 2000-12-29 14:08:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-29 14:08:20 +0000 |
commit | 8ba41876884256f20dce333e0a239a8555ee2670 (patch) | |
tree | 406fdc6bd2e9339a476078f0728594ca5e4102f4 /lib/libc/sys/intro.2 | |
parent | f6aeda2758e1076d8ebfb1ef7f190c7f3ed5fb8a (diff) | |
download | FreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.zip FreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index e15afc0..e25c5ba 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -375,9 +375,9 @@ A socket operation failed because the destination host was down. A socket operation was attempted to an unreachable host. .It Er 66 ENOTEMPTY Em "Directory not empty" . A directory with entries other than -.Ql \&. +.Ql .\& and -.Ql \&.. +.Ql ..\& was supplied to a remove directory or rename call. .It Er 67 EPROCLIM Em "Too many processes" . .It Er 68 EUSERS Em "Too many users" . @@ -451,6 +451,7 @@ The scheduled operation was canceled. While decoding a multibyte character the function came along an invalid or an incomplete sequence of bytes or the given wide character is invalid. +.El .Sh DEFINITIONS .Bl -tag -width Ds .It Process ID . @@ -632,7 +633,7 @@ A directory is a special type of file that contains entries that are references to other files. Directory entries are called links. By convention, a directory contains at least two links, -.Ql \&. +.Ql .\& and .Ql \&.. , referred to as @@ -692,7 +693,6 @@ but the permissions for ``other users'' allow access. .Pp Otherwise, permission is denied. .It Sockets and Address Families -.Pp A socket is an endpoint for communication between processes. Each socket has queues for sending and receiving data. .Pp @@ -712,6 +712,7 @@ communications protocols. Each protocol set supports addresses of a certain format. An Address Family is the set of addresses for a specific group of protocols. Each socket has an address chosen from the address family in which the socket was created. +.El .Sh SEE ALSO .Xr intro 3 , .Xr perror 3 |