[PATCH] ssh.1: balance square brackets in the synopsis

Arnout Engelen arnout at bzzt.net
Fri Oct 18 22:59:02 AEDT 2024


I noticed the square brackets in `destination [command [argument...]`
were not balanced, this balances them.

Signed-off-by: Arnout Engelen <arnout at bzzt.net>
---
 ssh.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh.1 b/ssh.1
index 710d3d4e6..f3e5f3115 100644
--- a/ssh.1
+++ b/ssh.1
@@ -65,7 +65,7 @@
 .Op Fl W Ar host : Ns Ar port
 .Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun
 .Ar destination
-.Op Ar command Op Ar argument ...
+.Op Ar command Oo Ar argument ... Oc
 .Nm
 .Op Fl Q Ar query_option
 .Sh DESCRIPTION
-- 
2.46.0



More information about the openssh-unix-dev mailing list