aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-12-01 10:22:28 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-12-05 22:18:09 -0500
commitc24995b98f9e347a51320001b2642c28b1365390 (patch)
tree05afdd005c2406a251673429f7f595871dc914f0 /man7
parent89c9c9537ba22bd49f4e1d448f82ba9c51c8b7b9 (diff)
downloadman-pages-c24995b98f9e347a51320001b2642c28b1365390.tar.gz
socket.7: SEE ALSO: add tcp(7) and udp(7)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/socket.74
1 files changed, 3 insertions, 1 deletions
diff --git a/man7/socket.7 b/man7/socket.7
index b0e3238839..01719650ed 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -14,7 +14,7 @@
.\" Added notes on capability requirements
.\" A few small grammar fixes
.\"
-.TH SOCKET 7 2008-11-20 Linux "Linux Programmer's Manual"
+.TH SOCKET 7 2008-12-01 Linux "Linux Programmer's Manual"
.SH NAME
socket \- Linux socket interface
.SH SYNOPSIS
@@ -724,4 +724,6 @@ library.
.BR ddp (7),
.BR ip (7),
.BR packet (7),
+.BR tcp (7),
+.BR udp (7),
.BR unix (7)