diff options
author | Damien Miller <djm@mindrot.org> | 2013-10-17 02:48:13 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-10-17 02:48:13 +0200 |
commit | 3850559be93f1a442ae9ed370e8c389889dd5f72 (patch) | |
tree | 82dd3228fdd4140ad1d563275d6e2dbbda291c8d /ssh.1 | |
parent | - jmc@cvs.openbsd.org 2013/10/16 06:42:25 (diff) | |
download | openssh-3850559be93f1a442ae9ed370e8c389889dd5f72.tar.xz openssh-3850559be93f1a442ae9ed370e8c389889dd5f72.zip |
- djm@cvs.openbsd.org 2013/10/16 22:49:39
[readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
s/canonicalise/canonicalize/ for consistency with existing spelling,
e.g. authorized_keys; pointed out by naddy@
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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: ssh.1,v 1.338 2013/10/16 02:31:46 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.339 2013/10/16 22:49:38 djm Exp $ .Dd $Mdocdate: October 16 2013 $ .Dt SSH 1 .Os @@ -418,10 +418,10 @@ For full details of the options listed below, and their possible values, see .It BatchMode .It BindAddress .It CanonicalDomains -.It CanonicaliseFallbackLocal -.It CanonicaliseHostname -.It CanonicaliseMaxDots -.It CanonicalisePermittedCNAMEs +.It CanonicalizeFallbackLocal +.It CanonicalizeHostname +.It CanonicalizeMaxDots +.It CanonicalizePermittedCNAMEs .It ChallengeResponseAuthentication .It CheckHostIP .It Cipher |