From 294028493471e0bd0c7ffe55dc0c0a67cba6ec41 Mon Sep 17 00:00:00 2001 From: "jmc@openbsd.org" Date: Fri, 1 Jun 2018 05:50:18 +0000 Subject: [PATCH] upstream: %U needs to be escaped; tweak text; OpenBSD-Commit-ID: 30887b73ece257273fb619ab6f4e86dc92ddc15e --- sshd_config.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sshd_config.5 b/sshd_config.5 index 1d6e0d1e4..4e783e78b 100644 --- a/sshd_config.5 +++ b/sshd_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: sshd_config.5,v 1.267 2018/06/01 03:33:53 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.268 2018/06/01 05:50:18 jmc Exp $ .Dd $Mdocdate: June 1 2018 $ .Dt SSHD_CONFIG 5 .Os @@ -1689,8 +1689,8 @@ The serial number of the certificate. The type of the CA key. .It %t The key or certificate type. -.It %U -The numeric user-id id of the target user. +.It \&%U +The numeric user ID of the target user. .It %u The username. .El