diff options
author | ru <ru@FreeBSD.org> | 2005-06-15 19:04:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-15 19:04:04 +0000 |
commit | 38fc91ca963def6ed6e416c706b47a96a211a4f6 (patch) | |
tree | 97fc4e4f3aa3a37fb93d81a61acfc80eec59bd98 /lib/libc/sys/send.2 | |
parent | 079805c17f57ca60fceff319c87ae1a9d5e032c5 (diff) | |
download | FreeBSD-src-38fc91ca963def6ed6e416c706b47a96a211a4f6.zip FreeBSD-src-38fc91ca963def6ed6e416c706b47a96a211a4f6.tar.gz |
Assorted markup fixes.
Approved by: re
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r-- | lib/libc/sys/send.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 7434db2..20e005b 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -137,7 +137,9 @@ protocol family, and is used to implement Transaction .Dv MSG_DONTROUTE is usually used only by diagnostic or routing programs. .Dv MSG_NOSIGNAL -is used to prevent SIGPIPE generation when writing a socket that +is used to prevent +.Dv SIGPIPE +generation when writing a socket that may be closed. .Pp See |