diff options
author | Dan Williams <dan@bigw.org> | 2024-07-17 11:26:22 -0500 |
---|---|---|
committer | Dan Williams <dan@bigw.org> | 2024-07-17 11:39:53 -0500 |
commit | 99b18fa863eda8ab2ab9f4c2b6ef116d04628067 (patch) | |
tree | b1a07143a341ec11397d84fc57c52f106e5937bc /docs/man/mmcli.1 | |
parent | 509acb647462c5bd5c4b782076cb46a60dff9f07 (diff) |
man: fix line starting with ' and remove an extra .
Fixes: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/867
Thanks to John Veness
Diffstat (limited to 'docs/man/mmcli.1')
-rw-r--r-- | docs/man/mmcli.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/mmcli.1 b/docs/man/mmcli.1 index 39bed0db..1d4df0f7 100644 --- a/docs/man/mmcli.1 +++ b/docs/man/mmcli.1 @@ -127,7 +127,7 @@ Action to report, one of 'add' or 'remove'. Required. .TP \fB'subsystem'\fR Subsystem of the specific port being reported, e.g. 'tty' (for serial ports), -'net' (for network interfaces), or 'usbmisc' (for cdc-wdm ports).. +\&'net' (for network interfaces), or 'usbmisc' (for cdc-wdm ports). .TP \fB'name'\fR Name of the port being reported, e.g. 'ttyACM0', 'wwan0' or 'cdc-wdm0'. |