diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2019-01-23 20:48:52 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-01-24 12:30:30 +1100 |
commit | 177d6c80c557a5e060cd343a0c116a2f1a7f43db (patch) | |
tree | a76f0b2308e07b3f1fecb0fe53fab2c438a53f22 /sshd_config.5 | |
parent | be3e6cba95dffe5fcf190c713525b48c837e7875 (diff) |
upstream: Remove duplicate word. bz#2958, patch from jjelen at
redhat.com
OpenBSD-Commit-ID: cca3965a8333f2b6aae48b79ec1d72f7a830dd2c
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index c6484370..142f84a1 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.282 2018/09/20 03:28:06 djm Exp $ -.Dd $Mdocdate: September 20 2018 $ +.\" $OpenBSD: sshd_config.5,v 1.283 2019/01/23 20:48:52 dtucker Exp $ +.Dd $Mdocdate: January 23 2019 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1237,7 +1237,7 @@ Note also that .Xr ssh 1 will request a listen host of .Dq localhost -if no listen host was specifically requested, and this this name is +if no listen host was specifically requested, and this name is treated differently to explicit localhost addresses of .Dq 127.0.0.1 and |