From a63c427ca3bc595f440261126491ed791b655883 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 20 Feb 2015 23:46:02 +0000 Subject: sort options useable under Match case-insensitively; prodded jmc@ --- 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 03311cc1053..b846226a139 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/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.193 2015/02/20 22:40:32 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.194 2015/02/20 23:46:01 djm Exp $ .Dd $Mdocdate: February 20 2015 $ .Dt SSHD_CONFIG 5 .Os @@ -982,8 +982,8 @@ Available keywords are .Cm DenyGroups , .Cm DenyUsers , .Cm ForceCommand , -.Cm GSSAPIAuthentication , .Cm GatewayPorts , +.Cm GSSAPIAuthentication , .Cm HostbasedAcceptedKeyTypes , .Cm HostbasedAuthentication , .Cm HostbasedUsesNameFromPacketOnly , @@ -1001,10 +1001,10 @@ Available keywords are .Cm PermitUserRC , .Cm PubkeyAcceptedKeyTypes , .Cm PubkeyAuthentication , -.Cm RSAAuthentication , .Cm RekeyLimit , .Cm RevokedKeys , .Cm RhostsRSAAuthentication , +.Cm RSAAuthentication , .Cm StreamLocalBindMask , .Cm StreamLocalBindUnlink , .Cm TrustedUserCAKeys , -- cgit v1.2.3