diff options
| author | Dr. David Alan Gilbert <dave@treblig.org> | 2026-01-04 21:49:56 +0000 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2026-01-04 23:06:35 +0100 |
| commit | ef918e02af1a37dd87f3009aa6f405a72b3052cd (patch) | |
| tree | d83a9603f32bded61ec4645bb31ce043ff742729 | |
| parent | d0cec0843d56c3e3f86dc60fb1b3ad8dfd369734 (diff) | |
| download | man-pages-ef918e02af1a37dd87f3009aa6f405a72b3052cd.tar.gz | |
man/man5/gai.conf: Fix RFC reference
Most of the RFC references correctly reference 3484, but the entry
in scopev4 points to 3438 instead. It references section 3.2,
which 3438 doesn't have, but 3484 does have and talks about IPv4
addresses so looks right.
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Message-ID: <20260104214956.258199-1-dg@treblig.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man5/gai.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man5/gai.conf.5 b/man/man5/gai.conf.5 index d80c23311c..4aff0b0b9b 100644 --- a/man/man5/gai.conf.5 +++ b/man/man5/gai.conf.5 @@ -61,7 +61,7 @@ The default is .TP .BI scopev4\~ mask\~value Add another rule to the RFC\ 3484 scope table for IPv4 address. -By default, the scope IDs described in section 3.2 in RFC\ 3438 are used. +By default, the scope IDs described in section 3.2 in RFC\ 3484 are used. Changing these defaults should hardly ever be necessary. .SH FILES .I /etc/gai.conf |
