diff mbox series

doc: add the optional freq parameter to the connmanctl manpage

Message ID 20231119195148.73668-1-marcus.folkesson@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series doc: add the optional freq parameter to the connmanctl manpage | expand

Commit Message

Marcus Folkesson Nov. 19, 2023, 7:51 p.m. UTC
Add 'freq' to the parameter list used for WiFi Tethering.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 doc/connmanctl.1.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Marcel Holtmann Nov. 20, 2023, 2:56 p.m. UTC | #1
Hi Marcus,

> Add 'freq' to the parameter list used for WiFi Tethering.
> 
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
> doc/connmanctl.1.in | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

We don’t use Sob in ConnMan and so I stripped that off and then applied your patch.

Regards

Marcel
diff mbox series

Patch

diff --git a/doc/connmanctl.1.in b/doc/connmanctl.1.in
index d87472c3..cf662ca3 100644
--- a/doc/connmanctl.1.in
+++ b/doc/connmanctl.1.in
@@ -10,7 +10,7 @@  SYNOPSIS
 .BI enable \ technology\fR|offline\ |
 .BI disable \ technology\fR|offline\ |
 .BI tether \ technology\ \fRon|off\ |
-.BI tether\fR\ wifi\ on|off\  ssid\ passphrase\fR\ |
+.BI tether\fR\ wifi\ on|off\  ssid\ passphrase\ freq\fR\ |
 .BR services \ [\fIservice\fR]\ |
 .BI peers \ peer\fR\ |
 .BI scan \ technology\fR\ |
@@ -86,7 +86,7 @@  by default since tethering it usually breaks local networks. See
 for enabling.
 .PP
 .TP
-.BR tether\ wifi\ on \ |\  off \ \fIssid\ passphrase
+.BR tether\ wifi\ on \ |\  off \ \fIssid\ passphrase\ [freq]
 Enable or disable wireless tethering, as well set the SSID and passphrase.
 .PP
 .TP