[openssh-commits] [openssh] 01/01: upstream: ssh -Q does not make sense with other command-line options,

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 12 10:15:54 AEDT 2023


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 64f7ca881b19be754425dca60d1590d306c9d1d0
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Oct 11 23:14:33 2023 +0000

    upstream: ssh -Q does not make sense with other command-line options,
    
    so give it its own line in the manpage
    
    OpenBSD-Commit-ID: 00a747f0655c12122bbb77c2796be0013c105361
---
 ssh.1 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ssh.1 b/ssh.1
index bd8c2ff6..936c995b 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh.1,v 1.437 2023/07/23 20:04:45 naddy Exp $
-.Dd $Mdocdate: July 23 2023 $
+.\" $OpenBSD: ssh.1,v 1.438 2023/10/11 23:14:33 djm Exp $
+.Dd $Mdocdate: October 11 2023 $
 .Dt SSH 1
 .Os
 .Sh NAME
@@ -60,13 +60,14 @@
 .Op Fl o Ar option
 .Op Fl P Ar tag
 .Op Fl p Ar port
-.Op Fl Q Ar query_option
 .Op Fl R Ar address
 .Op Fl S Ar ctl_path
 .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 ...
+.Nm
+.Op Fl Q Ar query_option
 .Sh DESCRIPTION
 .Nm
 (SSH client) is a program for logging into a remote machine and for

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list