[PATCH] man/man5/gai.conf: Labels have a label not a precedence
From: <hidden>
Date: 2026-01-04 22:04:50
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: <hidden>
Date: 2026-01-04 22:04:50
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: "Dr. David Alan Gilbert" <redacted> The numeric value on a label entry is a label which is separate from the precedences. Labels are compared with other labels, not precedences. Rename the field. Signed-off-by: Dr. David Alan Gilbert <redacted> --- man/man5/gai.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/man5/gai.conf.5 b/man/man5/gai.conf.5
index 4aff0b0b9..ef330995d 100644
--- a/man/man5/gai.conf.5
+++ b/man/man5/gai.conf.5@@ -26,7 +26,7 @@ .SH DESCRIPTION .P The keywords currently recognized are: .TP -.BI label\~ netmask\~precedence +.BI label\~ netmask\~label The value is added to the label table used in the RFC\ 3484 sorting. If any .B label
@@ -35,7 +35,7 @@ .SH DESCRIPTION All the label definitions of the default table which are to be maintained have to be duplicated. Following the keyword, -the line has to contain a network mask and a precedence value. +the line has to contain a network mask and a label value. .TP .BI precedence\~ netmask\~precedence This keyword is similar to
--
2.52.0