From de25aae110edb2f99a6665c46d5fa8ba78946cd4 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 8 May 2016 15:58:34 -0400 Subject: [PATCH] man: clarify different uses of MACAddress Improve the networkd documentation to clarify that Match.MACAddress is for selection, but Link.MACAddress describes an action to be taken. --- man/systemd.network.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 70e3804746..35800be732 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -105,7 +105,8 @@ MACAddress= - The hardware address. + The hardware address of the interface (use full colon-delimited hexadecimal, e.g., + 01:23:45:67:89:ab). @@ -198,7 +199,7 @@ MACAddress= - The hardware address. + The hardware address to set for the device.