From 3829959ecc0b28698896a7b5cce07d7800222119 Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 28 Jul 2023 05:42:36 +0000 Subject: [PATCH] %C is a callable macro in mdoc(7) so, as we do for %D, escape it; --- usr.bin/ssh/sshd_config.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 901d7db4093..dd62459669f 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -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: sshd_config.5,v 1.349 2023/07/27 22:25:17 djm Exp $ -.Dd $Mdocdate: July 27 2023 $ +.\" $OpenBSD: sshd_config.5,v 1.350 2023/07/28 05:42:36 jmc Exp $ +.Dd $Mdocdate: July 28 2023 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1998,7 +1998,7 @@ which are expanded at runtime: .It %% A literal .Sq % . -.It %C +.It \&%C Identifies the connection endpoints, containing four space-separated values: client address, client port number, server address, and server port number. -- 2.20.1