mirror of git://anongit.mindrot.org/openssh.git
- djm@cvs.openbsd.org 2010/12/08 04:02:47
[ssh_config.5 sshd_config.5] explain that IPQoS arguments are separated by whitespace; iirc requested by jmc@ a while back
This commit is contained in:
parent
bf5fec1bc6
commit
928362dc03
|
@ -1,3 +1,10 @@
|
||||||
|
20101226
|
||||||
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
- djm@cvs.openbsd.org 2010/12/08 04:02:47
|
||||||
|
[ssh_config.5 sshd_config.5]
|
||||||
|
explain that IPQoS arguments are separated by whitespace; iirc requested
|
||||||
|
by jmc@ a while back
|
||||||
|
|
||||||
20101205
|
20101205
|
||||||
- (dtucker) openbsd-compat/openssl-compat.c] remove sleep leftover from
|
- (dtucker) openbsd-compat/openssl-compat.c] remove sleep leftover from
|
||||||
debugging. Spotted by djm.
|
debugging. Spotted by djm.
|
||||||
|
|
|
@ -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.145 2010/11/29 23:45:51 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.146 2010/12/08 04:02:47 djm Exp $
|
||||||
.Dd $Mdocdate: November 29 2010 $
|
.Dd $Mdocdate: December 8 2010 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -657,7 +657,7 @@ Accepted values are
|
||||||
.Dq throughput ,
|
.Dq throughput ,
|
||||||
.Dq reliability ,
|
.Dq reliability ,
|
||||||
or a numeric value.
|
or a numeric value.
|
||||||
This option may take one or two arguments.
|
This option may take one or two arguments, separated by whitespace.
|
||||||
If one argument is specified, it is used as the packet class unconditionally.
|
If one argument is specified, it is used as the packet class unconditionally.
|
||||||
If two values are specified, the first is automatically selected for
|
If two values are specified, the first is automatically selected for
|
||||||
interactive sessions and the second for non-interactive sessions.
|
interactive sessions and the second for non-interactive sessions.
|
||||||
|
|
|
@ -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.130 2010/11/18 15:01:00 jmc Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.131 2010/12/08 04:02:47 djm Exp $
|
||||||
.Dd $Mdocdate: November 18 2010 $
|
.Dd $Mdocdate: December 8 2010 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -540,7 +540,7 @@ Accepted values are
|
||||||
.Dq throughput ,
|
.Dq throughput ,
|
||||||
.Dq reliability ,
|
.Dq reliability ,
|
||||||
or a numeric value.
|
or a numeric value.
|
||||||
This option may take one or two arguments.
|
This option may take one or two arguments, separated by whitespace.
|
||||||
If one argument is specified, it is used as the packet class unconditionally.
|
If one argument is specified, it is used as the packet class unconditionally.
|
||||||
If two values are specified, the first is automatically selected for
|
If two values are specified, the first is automatically selected for
|
||||||
interactive sessions and the second for non-interactive sessions.
|
interactive sessions and the second for non-interactive sessions.
|
||||||
|
|
Loading…
Reference in New Issue