diff options
| -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 |
