.Cd configure
.Cd system interface pattern Ar pattern
.Bd -ragged -offset XXXXXX
-Specify which interface to listen to. Without this option,
+Specify which interface to listen and send LLDPDU to. Without this
+option,
.Nm lldpd
-will listen on all available physical interfaces. This option can use
+will use all available physical interfaces. This option can use
wildcards. Several interfaces can be specified separated by commas.
It is also possible to blacklist an interface by suffixing it with an
exclamation mark. It is possible to whitelist an interface by
example, with
.Em eth*,!eth1,!eth2
.Nm lldpd
-will only listen to interfaces starting by
+will only use interfaces starting by
.Em eth
with the exception of
.Em eth1
While with
.Em *,!eth*,!!eth1
.Nm
-will listen to all interfaces, except interfaces starting by
+will use all interfaces, except interfaces starting by
.Em eth
with the exception of
.Em eth1 .
.Cd unconfigure
.Cd system interface pattern
.Bd -ragged -offset XXXXXX
-Remove any previously configured interface pattern and listen to all
+Remove any previously configured interface pattern and use all
physical interafces. This option undoes the previous one.
.Ed
Specify the Unix-domain socket used for communication with
.Xr lldpctl 8 .
.It Fl I Ar interfaces
-Specify which interface to listen to. Without this option,
+Specify which interface to listen and send LLDPDU to. Without this
+option,
.Nm
-will listen on all available physical interfaces. This option can use
+will use all available physical interfaces. This option can use
wildcards. Several interfaces can be specified separated by commas.
It is also possible to blacklist an interface by suffixing it with an
exclamation mark. It is possible to whitelist an interface by
example, with
.Em eth*,!eth1,!eth2
.Nm
-will only listen to interfaces starting by
+will only use interfaces starting by
.Em eth
with the exception of
.Em eth1
While with
.Em *,!eth*,!!eth1
.Nm
-will listen to all interfaces, except interfaces starting by
+will use all interfaces, except interfaces starting by
.Em eth
with the exception of
.Em eth1 .