summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2018-06-01 05:50:18 +0000
committerDamien Miller <djm@mindrot.org>2018-06-04 14:54:43 +1000
commit294028493471e0bd0c7ffe55dc0c0a67cba6ec41 (patch)
tree7171ea3f0aaa36030dd0749ba5806d55e9fbcd99
parente5019da3c5a31e6e729a565f2b886a80c4be96cc (diff)
upstream: %U needs to be escaped; tweak text;
OpenBSD-Commit-ID: 30887b73ece257273fb619ab6f4e86dc92ddc15e
-rw-r--r--sshd_config.56
1 files 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 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.267 2018/06/01 03:33:53 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.268 2018/06/01 05:50:18 jmc Exp $
37.Dd $Mdocdate: June 1 2018 $ 37.Dd $Mdocdate: June 1 2018 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
@@ -1689,8 +1689,8 @@ The serial number of the certificate.
1689The type of the CA key. 1689The type of the CA key.
1690.It %t 1690.It %t
1691The key or certificate type. 1691The key or certificate type.
1692.It %U 1692.It \&%U
1693The numeric user-id id of the target user. 1693The numeric user ID of the target user.
1694.It %u 1694.It %u
1695The username. 1695The username.
1696.El 1696.El