X Tutup
Skip to content

Commit eaaec6c

Browse files
lousydyuwata
authored andcommitted
man: fix RFC ref in resolved.conf man page (systemd#9976)
This is a simple one-character fix to reference the correct RFC for LLMNR, which is RFC 4795, not RFC 4794.
1 parent 8f8112f commit eaaec6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/resolved.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<listitem><para>Takes a boolean argument or
9292
<literal>resolve</literal>. Controls Link-Local Multicast Name
9393
Resolution support (<ulink
94-
url="https://tools.ietf.org/html/rfc4795">RFC 4794</ulink>) on
94+
url="https://tools.ietf.org/html/rfc4795">RFC 4795</ulink>) on
9595
the local host. If true, enables full LLMNR responder and
9696
resolver support. If false, disables both. If set to
9797
<literal>resolve</literal>, only resolution support is enabled,

0 commit comments

Comments
 (0)
X Tutup