diff options
author | 2018-06-19 05:36:57 +0000 | |
---|---|---|
committer | 2018-06-19 05:36:57 +0000 | |
commit | 71a32c04f322d01fa04a9a8e74b68cef2d48efa8 (patch) | |
tree | f0c4267ef890791bfeefe9e6778ba4a6208aa95b | |
parent | test PermitListen with bare port numbers (diff) | |
download | wireguard-openbsd-71a32c04f322d01fa04a9a8e74b68cef2d48efa8.tar.xz wireguard-openbsd-71a32c04f322d01fa04a9a8e74b68cef2d48efa8.zip |
spelling;
-rw-r--r-- | usr.bin/ssh/sshd.8 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 7c190c9e2e8..1ce53d0c239 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -33,7 +33,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.8,v 1.302 2018/06/19 02:59:41 djm Exp $ +.\" $OpenBSD: sshd.8,v 1.303 2018/06/19 05:36:57 jmc Exp $ .Dd $Mdocdate: June 19 2018 $ .Dt SSHD 8 .Os @@ -549,7 +549,7 @@ Note that will send a hostname of .Dq localhost if a listen host was not specified when the forwarding was requested, and -that his name is treated differently to the explicit localhost addresses +that this name is treated differently to the explicit localhost addresses .Dq 127.0.0.1 and .Dq ::1 . diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 0c27649ee0f..994f241cfcf 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,7 +33,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.276 2018/06/19 02:59:41 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.277 2018/06/19 05:36:57 jmc Exp $ .Dd $Mdocdate: June 19 2018 $ .Dt SSHD_CONFIG 5 .Os @@ -1227,7 +1227,7 @@ Note also that will request a listen host of .Dq localhost if no listen host was specifically requested, and this this name is -treated differently to explict localhost addresses of +treated differently to explicit localhost addresses of .Dq 127.0.0.1 and .Dq ::1 . |