- 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
This commit is contained in:
parent
6232a16a9a
commit
f6e758cdba
|
@ -34,6 +34,10 @@
|
||||||
- deraadt@cvs.openbsd.org 2011/09/07 02:18:31
|
- deraadt@cvs.openbsd.org 2011/09/07 02:18:31
|
||||||
[ssh-keygen.1]
|
[ssh-keygen.1]
|
||||||
typo (they vs the) found by Lawrence Teo
|
typo (they vs the) found by Lawrence Teo
|
||||||
|
- 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
|
||||||
|
|
||||||
20110909
|
20110909
|
||||||
- (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From
|
- (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.153 2011/08/02 01:22:11 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.154 2011/09/09 00:43:00 djm Exp $
|
||||||
.Dd $Mdocdate: August 2 2011 $
|
.Dd $Mdocdate: September 9 2011 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -658,7 +658,7 @@ Accepted values are
|
||||||
.Dq af11 ,
|
.Dq af11 ,
|
||||||
.Dq af12 ,
|
.Dq af12 ,
|
||||||
.Dq af13 ,
|
.Dq af13 ,
|
||||||
.Dq af14 ,
|
.Dq af21 ,
|
||||||
.Dq af22 ,
|
.Dq af22 ,
|
||||||
.Dq af23 ,
|
.Dq af23 ,
|
||||||
.Dq af31 ,
|
.Dq af31 ,
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.135 2011/08/02 01:22:11 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.136 2011/09/09 00:43:00 djm Exp $
|
||||||
.Dd $Mdocdate: August 2 2011 $
|
.Dd $Mdocdate: September 9 2011 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -519,7 +519,7 @@ Accepted values are
|
||||||
.Dq af11 ,
|
.Dq af11 ,
|
||||||
.Dq af12 ,
|
.Dq af12 ,
|
||||||
.Dq af13 ,
|
.Dq af13 ,
|
||||||
.Dq af14 ,
|
.Dq af21 ,
|
||||||
.Dq af22 ,
|
.Dq af22 ,
|
||||||
.Dq af23 ,
|
.Dq af23 ,
|
||||||
.Dq af31 ,
|
.Dq af31 ,
|
||||||
|
|
Loading…
Reference in New Issue