diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2024-10-18 04:11:55 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2024-10-18 04:11:55 +0000 |
commit | 4e3bd705f99dd7dc34503e046333fbdcd3cad3fd (patch) | |
tree | 87b23ea095bb4436ca96ec492b03992a4513ceda /usr.bin | |
parent | 98776d7b7b2704be8e77417db4400367ccbf771c (diff) |
s/Sx/Cm/ for external references; from Domen Puncer Kugler via GHPR501
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 62e4266e9f5..e246f2fc1a8 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.376 2024/10/14 23:53:34 naddy Exp $ -.Dd $Mdocdate: October 14 2024 $ +.\" $OpenBSD: sshd_config.5,v 1.377 2024/10/18 04:11:54 djm Exp $ +.Dd $Mdocdate: October 18 2024 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -251,7 +251,7 @@ If no arguments are specified then the username of the target user is used. .Pp The program should produce on standard output zero or more lines of authorized_keys output (see -.Sx AUTHORIZED_KEYS +.Cm AUTHORIZED_KEYS in .Xr sshd 8 ) . .Cm AuthorizedKeysCommand @@ -340,7 +340,7 @@ When using certificates signed by a key listed in this file lists names, one of which must appear in the certificate for it to be accepted for authentication. Names are listed one per line preceded by key options (as described in -.Sx AUTHORIZED_KEYS FILE FORMAT +.Cm AUTHORIZED_KEYS FILE FORMAT in .Xr sshd 8 ) . Empty lines and comments starting with |