man: network: replace LINK -> PATTERN

This commit is contained in:
Yu Watanabe 2019-02-15 13:46:34 +09:00
parent a696290474
commit f3eeecf42e
1 changed files with 13 additions and 10 deletions

View File

@ -78,11 +78,13 @@
<varlistentry>
<term>
<command>list</command>
<optional><replaceable>LINK</replaceable></optional>
<optional><replaceable>PATTERN</replaceable></optional>
</term>
<listitem>
<para>Show a list of existing links and their status. If no further arguments are specified shows all links,
<para>Show a list of existing links and their status. If one ore more
<replaceable>PATTERN</replaceable>s 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:
<programlisting>IDX LINK TYPE OPERATIONAL SETUP
@ -180,13 +182,13 @@
<varlistentry>
<term>
<command>status</command>
<optional><replaceable>LINK</replaceable></optional>
<optional><replaceable>PATTERN</replaceable></optional>
</term>
<listitem>
<para>Show information about the specified links: type,
state, kernel module driver, hardware and IP address,
configured DNS servers, etc.</para>
<para>Show information about the specified links: type, state, kernel module driver, hardware and
IP address, configured DNS servers, etc. If one ore more <replaceable>PATTERN</replaceable>s are
specified, only links matching one of them are shown.</para>
<para>When no links are specified, an overall network status is shown. Also see the option
<option>--all</option>.</para>
@ -208,13 +210,14 @@
<varlistentry>
<term>
<command>lldp</command>
<optional><replaceable>LINK</replaceable></optional>
<optional><replaceable>PATTERN</replaceable></optional>
</term>
<listitem>
<para>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, <varname>LLDP=</varname> must be turned on for the specific interface, see
<para>Show discovered LLDP (Link Layer Discovery Protocol) neighbors. If one or more
<replaceable>PATTERN</replaceable>s are specified only neighbors on those interfaces are shown.
Otherwise shows discovered neighbors on all interfaces. Note that for this feature to work,
<varname>LLDP=</varname> must be turned on for the specific interface, see
<citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
details.</para>