diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-05-03 12:18:12 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-05-04 10:09:56 +0200 |
| commit | a84d45a8d00eab41f910d76e1150d7344e1c070c (patch) | |
| tree | 8f0757e5b37b3d93345563934cb1ec536b78125e | |
| parent | 582ff8ca7c2c49abcb3c81841853960c608e32ec (diff) | |
| download | man-pages-a84d45a8d00eab41f910d76e1150d7344e1c070c.tar.gz | |
raw.7: Replace reference to RFC 1700 with pointer to IANA protocol number list
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/raw.7 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man7/raw.7 b/man7/raw.7 index c2a9677f33..82a0b37832 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -38,7 +38,11 @@ All packets or errors matching the .I protocol number specified for the raw socket are passed to this socket. -For a list of the allowed protocols see RFC\ 1700 assigned numbers and +For a list of the allowed protocols, +see the IANA list of assigned protocol numbers at +.UR http://www.iana.org/assignments/protocol-numbers/ +.UE +and .BR getprotobyname (3). A protocol of |
