diff options
author | Damien Miller <djm@mindrot.org> | 2013-10-17 11:48:13 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-10-17 11:48:13 +1100 |
commit | 3850559be93f1a442ae9ed370e8c389889dd5f72 (patch) | |
tree | 82dd3228fdd4140ad1d563275d6e2dbbda291c8d /ssh.1 | |
parent | 607af3434b75acc7199a5d99d5a9c11068c01f27 (diff) |
- 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 @@ | |||
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: ssh.1,v 1.338 2013/10/16 02:31:46 djm Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.339 2013/10/16 22:49:38 djm Exp $ |
37 | .Dd $Mdocdate: October 16 2013 $ | 37 | .Dd $Mdocdate: October 16 2013 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
@@ -418,10 +418,10 @@ For full details of the options listed below, and their possible values, see | |||
418 | .It BatchMode | 418 | .It BatchMode |
419 | .It BindAddress | 419 | .It BindAddress |
420 | .It CanonicalDomains | 420 | .It CanonicalDomains |
421 | .It CanonicaliseFallbackLocal | 421 | .It CanonicalizeFallbackLocal |
422 | .It CanonicaliseHostname | 422 | .It CanonicalizeHostname |
423 | .It CanonicaliseMaxDots | 423 | .It CanonicalizeMaxDots |
424 | .It CanonicalisePermittedCNAMEs | 424 | .It CanonicalizePermittedCNAMEs |
425 | .It ChallengeResponseAuthentication | 425 | .It ChallengeResponseAuthentication |
426 | .It CheckHostIP | 426 | .It CheckHostIP |
427 | .It Cipher | 427 | .It Cipher |