summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2010-12-08 04:02:47 +0000
committerdjm <djm@openbsd.org>2010-12-08 04:02:47 +0000
commit20d837c28de8196981470c76261b45954b330238 (patch)
tree45c67bea2ff01fc9fdf5342b6f7bb348e812f442
parentThe rdmsr_locked/wrmsr_locked functions were using "=A" as a constraint for (diff)
downloadwireguard-openbsd-20d837c28de8196981470c76261b45954b330238.tar.xz
wireguard-openbsd-20d837c28de8196981470c76261b45954b330238.zip
explain that IPQoS arguments are separated by whitespace; iirc requested
by jmc@ a while back CVS ----------------------------------------------------------------------
-rw-r--r--usr.bin/ssh/ssh_config.56
-rw-r--r--usr.bin/ssh/sshd_config.56
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5
index 5c6673de36c..50bcae82f66 100644
--- a/usr.bin/ssh/ssh_config.5
+++ b/usr.bin/ssh/ssh_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: ssh_config.5,v 1.145 2010/11/29 23:45:51 djm Exp $
-.Dd $Mdocdate: November 29 2010 $
+.\" $OpenBSD: ssh_config.5,v 1.146 2010/12/08 04:02:47 djm Exp $
+.Dd $Mdocdate: December 8 2010 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -657,7 +657,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.
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index f540a957118..a5dba2324f7 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/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
@@ -541,7 +541,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.