diff options
author | Damien Miller <djm@mindrot.org> | 2010-12-26 14:26:45 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-12-26 14:26:45 +1100 |
commit | 928362dc0312f5d258da0a98ab48f35bfaa368f1 (patch) | |
tree | c4c64dc18a21d6f810c58210f58ee00373a2c7bf /ssh_config.5 | |
parent | bf5fec1bc65ce82cf82b48056680e91208665d6b (diff) |
- 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
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 5c6673de3..50bcae82f 100644 --- a/ssh_config.5 +++ b/ssh_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: ssh_config.5,v 1.145 2010/11/29 23:45:51 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.146 2010/12/08 04:02:47 djm Exp $ |
37 | .Dd $Mdocdate: November 29 2010 $ | 37 | .Dd $Mdocdate: December 8 2010 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -657,7 +657,7 @@ Accepted values are | |||
657 | .Dq throughput , | 657 | .Dq throughput , |
658 | .Dq reliability , | 658 | .Dq reliability , |
659 | or a numeric value. | 659 | or a numeric value. |
660 | This option may take one or two arguments. | 660 | This option may take one or two arguments, separated by whitespace. |
661 | If one argument is specified, it is used as the packet class unconditionally. | 661 | If one argument is specified, it is used as the packet class unconditionally. |
662 | If two values are specified, the first is automatically selected for | 662 | If two values are specified, the first is automatically selected for |
663 | interactive sessions and the second for non-interactive sessions. | 663 | interactive sessions and the second for non-interactive sessions. |