summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-12-24 10:53:35 +0000
committerColin Watson <cjwatson@debian.org>2007-12-24 10:53:35 +0000
commit7c774c2facd67dee6d1cc41cc5bb2f01bc3dd56c (patch)
tree5a6280f65f93809aa6cc203f0262079e51a03b41
parent7fa2b63e24f9a3911090c9ee88307dcc93946611 (diff)
* Fix "overriden" typo in ssh(1) (thanks, A. Costa; closes: #390699).
-rw-r--r--debian/changelog1
-rw-r--r--ssh.12
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7c18cfdae..5b8f58a62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ openssh (1:4.7p1-1) UNRELEASED; urgency=low
45 (closes: #303453). 45 (closes: #303453).
46 * Create /var/run/sshd on start even if /etc/ssh/sshd_not_to_be_run exists 46 * Create /var/run/sshd on start even if /etc/ssh/sshd_not_to_be_run exists
47 (closes: #453285). 47 (closes: #453285).
48 * Fix "overriden" typo in ssh(1) (thanks, A. Costa; closes: #390699).
48 49
49 -- Colin Watson <cjwatson@debian.org> Sun, 23 Dec 2007 12:53:46 +0000 50 -- Colin Watson <cjwatson@debian.org> Sun, 23 Dec 2007 12:53:46 +0000
50 51
diff --git a/ssh.1 b/ssh.1
index 33b8a4cda..04c79e148 100644
--- a/ssh.1
+++ b/ssh.1
@@ -545,7 +545,7 @@ using an alternative syntax:
545.Pp 545.Pp
546By default, the listening socket on the server will be bound to the loopback 546By default, the listening socket on the server will be bound to the loopback
547interface only. 547interface only.
548This may be overriden by specifying a 548This may be overridden by specifying a
549.Ar bind_address . 549.Ar bind_address .
550An empty 550An empty
551.Ar bind_address , 551.Ar bind_address ,