Arnout Engelen
2024-Oct-18 11:59 UTC
[PATCH] ssh.1: balance square brackets in the synopsis
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
Christian Weisgerber
2024-Oct-19 22:12 UTC
[PATCH] ssh.1: balance square brackets in the synopsis
Arnout Engelen:> I noticed the square brackets in `destination [command [argument...]` > were not balanced,But they are. Not only with mandoc(1), but also with groff(1). destination [command [argument ...]] -- Christian "naddy" Weisgerber naddy at mips.inka.de