diff options
author | Damien Miller <djm@mindrot.org> | 2011-09-22 21:37:13 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-09-22 21:37:13 +1000 |
commit | f6e758cdba3db30053afc4254b071ddae761a5df (patch) | |
tree | 866b4f6928b9d0b53e6833e25ad709bce85185b6 /sshd_config.5 | |
parent | 6232a16a9aab31a01481b2459ae2e675775dd1d8 (diff) |
- djm@cvs.openbsd.org 2011/09/09 00:43:00
[ssh_config.5 sshd_config.5]
fix typo in IPQoS parsing: there is no "AF14" class, but there is
an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk
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 a6c378792..4ef8b9e6d 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
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.135 2011/08/02 01:22:11 djm Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.136 2011/09/09 00:43:00 djm Exp $ |
37 | .Dd $Mdocdate: August 2 2011 $ | 37 | .Dd $Mdocdate: September 9 2011 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -519,7 +519,7 @@ Accepted values are | |||
519 | .Dq af11 , | 519 | .Dq af11 , |
520 | .Dq af12 , | 520 | .Dq af12 , |
521 | .Dq af13 , | 521 | .Dq af13 , |
522 | .Dq af14 , | 522 | .Dq af21 , |
523 | .Dq af22 , | 523 | .Dq af22 , |
524 | .Dq af23 , | 524 | .Dq af23 , |
525 | .Dq af31 , | 525 | .Dq af31 , |