summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-06-10 07:12:00 +0000
committerjmc <jmc@openbsd.org>2008-06-10 07:12:00 +0000
commita153bdd58238eb613fd2f620fe4bf3aa9a8ba3bb (patch)
tree8ea34e0d1151822a3e702dc70f4ac0671cd2e2a9 /usr.bin
parentno more amd64_get_mtrr; (diff)
downloadwireguard-openbsd-a153bdd58238eb613fd2f620fe4bf3aa9a8ba3bb.tar.xz
wireguard-openbsd-a153bdd58238eb613fd2f620fe4bf3aa9a8ba3bb.zip
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/sshd_config.59
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index 6ad27769f7f..30c9c2ecf92 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/sshd_config.5
@@ -34,7 +34,7 @@
.\" (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.92 2008/06/10 04:17:46 djm Exp $
+.\" $OpenBSD: sshd_config.5,v 1.93 2008/06/10 07:12:00 jmc Exp $
.Dd $Mdocdate: June 10 2008 $
.Dt SSHD_CONFIG 5
.Os
@@ -576,16 +576,17 @@ section of
The patterns in an
.Cm Address
criteria may additionally contain addresses to match in CIDR
-address/masklen format, e.g.
+address/masklen format, e.g.\&
.Dq 192.0.2.0/24
or
.Dq 3ffe:ffff::/32 .
Note that the mask length provided must be consistent with the address -
it is an error to specify a mask length that is too long for the address
-or one with bits set in this host portion of the address. For example,
+or one with bits set in this host portion of the address.
+For example,
.Dq 192.0.2.0/33
and
-.Dq 192.0.2.0/8
+.Dq 192.0.2.0/8
respectively.
.Pp
Only a subset of keywords may be used on the lines following a