diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2018-06-19 05:36:57 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-06-26 08:30:43 +1000 |
commit | f535ff922a67d9fcc5ee69d060d1b21c8bb01d14 (patch) | |
tree | 9c43d8a25966594dcf1bf28112f54b6a8a216163 | |
parent | 80e199d6175904152aafc5c297096c3e18297691 (diff) |
upstream: spelling;
OpenBSD-Commit-ID: db542918185243bea17202383a581851736553cc
-rw-r--r-- | sshd.8 | 4 | ||||
-rw-r--r-- | sshd_config.5 | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -33,7 +33,7 @@ | |||
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: sshd.8,v 1.302 2018/06/19 02:59:41 djm Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.303 2018/06/19 05:36:57 jmc Exp $ |
37 | .Dd $Mdocdate: June 19 2018 $ | 37 | .Dd $Mdocdate: June 19 2018 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
@@ -576,7 +576,7 @@ Note that | |||
576 | will send a hostname of | 576 | will send a hostname of |
577 | .Dq localhost | 577 | .Dq localhost |
578 | if a listen host was not specified when the forwarding was requested, and | 578 | if a listen host was not specified when the forwarding was requested, and |
579 | that his name is treated differently to the explicit localhost addresses | 579 | that this name is treated differently to the explicit localhost addresses |
580 | .Dq 127.0.0.1 | 580 | .Dq 127.0.0.1 |
581 | and | 581 | and |
582 | .Dq ::1 . | 582 | .Dq ::1 . |
diff --git a/sshd_config.5 b/sshd_config.5 index c0683d4a1..86d2d421b 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,7 +33,7 @@ | |||
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: sshd_config.5,v 1.276 2018/06/19 02:59:41 djm Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.277 2018/06/19 05:36:57 jmc Exp $ |
37 | .Dd $Mdocdate: June 19 2018 $ | 37 | .Dd $Mdocdate: June 19 2018 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -1226,7 +1226,7 @@ Note also that | |||
1226 | will request a listen host of | 1226 | will request a listen host of |
1227 | .Dq localhost | 1227 | .Dq localhost |
1228 | if no listen host was specifically requested, and this this name is | 1228 | if no listen host was specifically requested, and this this name is |
1229 | treated differently to explict localhost addresses of | 1229 | treated differently to explicit localhost addresses of |
1230 | .Dq 127.0.0.1 | 1230 | .Dq 127.0.0.1 |
1231 | and | 1231 | and |
1232 | .Dq ::1 . | 1232 | .Dq ::1 . |