summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-12-26 14:26:45 +1100
committerDamien Miller <djm@mindrot.org>2010-12-26 14:26:45 +1100
commit928362dc0312f5d258da0a98ab48f35bfaa368f1 (patch)
treec4c64dc18a21d6f810c58210f58ee00373a2c7bf /sshd_config.5
parentbf5fec1bc65ce82cf82b48056680e91208665d6b (diff)
downloadopenssh-git-928362dc0312f5d258da0a98ab48f35bfaa368f1.tar.gz
- 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 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index d070a6de..c3d6df30 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
.\" (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.130 2010/11/18 15:01:00 jmc Exp $
-.Dd $Mdocdate: November 18 2010 $
+.\" $OpenBSD: sshd_config.5,v 1.131 2010/12/08 04:02:47 djm Exp $
+.Dd $Mdocdate: December 8 2010 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -540,7 +540,7 @@ Accepted values are
.Dq throughput ,
.Dq reliability ,
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 two values are specified, the first is automatically selected for
interactive sessions and the second for non-interactive sessions.