[openssh-commits] [openssh] branch master updated: upstream: - use \& when contructs like "e.g." end a line, to avoid

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Feb 16 15:11:26 AEDT 2025


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

djm pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 9e5bd74a upstream: - use \& when contructs like "e.g." end a line, to avoid
9e5bd74a is described below

commit 9e5bd74a85192c00a842f63d7ab788713b4284c3
Author: jmc at openbsd.org <jmc at openbsd.org>
AuthorDate: Sat Feb 15 06:48:56 2025 +0000

    upstream: - use \& when contructs like "e.g." end a line, to avoid
    
    double spacing - macro is Qq not Oq
    
    OpenBSD-Commit-ID: 17e5d2d7f288cc7fc536e3af252224525f9fb43a
---
 ssh_config.5 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ssh_config.5 b/ssh_config.5
index 0c650459..5051d7b3 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
 .\" (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_config.5,v 1.410 2025/02/15 01:52:07 djm Exp $
+.\" $OpenBSD: ssh_config.5,v 1.411 2025/02/15 06:48:56 jmc Exp $
 .Dd $Mdocdate: February 15 2025 $
 .Dt SSH_CONFIG 5
 .Os
@@ -239,12 +239,12 @@ flag.
 The
 .Cm command
 keyword matches the remote command that has been requested, or the subsystem
-name that is being invoked (e.g.
-.Oq sftp
+name that is being invoked (e.g.\&
+.Qq sftp
 for an SFTP session).
 The empty string will match the case where a command or tag has not been
-specified, i.e.
-.Sq Match tag \&"\&"
+specified, i.e.\&
+.Sq Match tag \&"\&" .
 The
 .Cm version
 keyword matches against the version string of

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


More information about the openssh-commits mailing list