From: Yu Watanabe Date: Fri, 15 Feb 2019 04:46:34 +0000 (+0900) Subject: man: network: replace LINK -> PATTERN X-Git-Tag: v242~368^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3eeecf42e1377442cfbbf907d1da64a2a55e8a0;p=platform%2Fupstream%2Fsystemd.git man: network: replace LINK -> PATTERN --- diff --git a/man/networkctl.xml b/man/networkctl.xml index 7877755..7b419d6 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -78,11 +78,13 @@ list - LINK… + PATTERN… - Show a list of existing links and their status. If no further arguments are specified shows all links, + Show a list of existing links and their status. If one ore more + PATTERNs are specified, only links matching one of them are shown. + If no further arguments are specified shows all links, otherwise just the specified links. Produces output similar to: IDX LINK TYPE OPERATIONAL SETUP @@ -180,13 +182,13 @@ status - LINK… + PATTERN… - Show information about the specified links: type, - state, kernel module driver, hardware and IP address, - configured DNS servers, etc. + Show information about the specified links: type, state, kernel module driver, hardware and + IP address, configured DNS servers, etc. If one ore more PATTERNs are + specified, only links matching one of them are shown. When no links are specified, an overall network status is shown. Also see the option . @@ -208,13 +210,14 @@ lldp - LINK… + PATTERN… - Show discovered LLDP (Link Layer Discovery Protocol) neighbors. If one or more link names are specified - only neighbors on those interfaces are shown. Otherwise shows discovered neighbors on all interfaces. Note - that for this feature to work, LLDP= must be turned on for the specific interface, see + Show discovered LLDP (Link Layer Discovery Protocol) neighbors. If one or more + PATTERNs are specified only neighbors on those interfaces are shown. + Otherwise shows discovered neighbors on all interfaces. Note that for this feature to work, + LLDP= must be turned on for the specific interface, see systemd.network5 for details.