diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2023-07-28 07:42:36 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-08-01 10:54:13 +0200 |
commit | 77b8b865cd5a8c79a47605c0c5b2bacf4692c4d5 (patch) | |
tree | de325c9da285b8646fb83cba6e4bb23c0da66948 /sshd_config.5 | |
parent | upstream: don't need to start a command here; use ssh -N instead. (diff) | |
download | openssh-77b8b865cd5a8c79a47605c0c5b2bacf4692c4d5.tar.xz openssh-77b8b865cd5a8c79a47605c0c5b2bacf4692c4d5.zip |
upstream: %C is a callable macro in mdoc(7)
so, as we do for %D, escape it;
OpenBSD-Commit-ID: 538cfcddbbb59dc3a8739604319491dcb8e0c0c9
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index b5b772459..7e1a56cd0 100644 --- a/sshd_config.5 +++ b/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 @@ -2021,7 +2021,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. |