diff options
author | mpp <mpp@FreeBSD.org> | 1996-04-08 04:18:31 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-04-08 04:18:31 +0000 |
commit | 3c57dc77537bfff8a25b061e147f5a1194613a28 (patch) | |
tree | 78fa3bb3a263f5518e1eaa6bea101b7b19200ce5 /share/man/man4/udp.4 | |
parent | cdc4afc0a8a13743387100d7e5e163b1dcd87323 (diff) | |
download | FreeBSD-src-3c57dc77537bfff8a25b061e147f5a1194613a28.zip FreeBSD-src-3c57dc77537bfff8a25b061e147f5a1194613a28.tar.gz |
Correct some man page xrefs, and some other minor changes to bring some
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
Diffstat (limited to 'share/man/man4/udp.4')
-rw-r--r-- | share/man/man4/udp.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/udp.4 b/share/man/man4/udp.4 index 939866b..900aa70 100644 --- a/share/man/man4/udp.4 +++ b/share/man/man4/udp.4 @@ -52,9 +52,9 @@ protocol family. .Tn UDP sockets are connectionless, and are normally used with the -.Xr sendto +.Xr sendto 2 and -.Xr recvfrom +.Xr recvfrom 2 calls, though the .Xr connect 2 call may also be used to fix the destination for future |