diff options
author | 2015-05-28 05:09:45 +0000 | |
---|---|---|
committer | 2015-05-28 05:09:45 +0000 | |
commit | d559b952c5a502c57702aa39e885313e8758b67b (patch) | |
tree | c0e36f5b2d12f73c4fb3c44a3474d2547e879f3f | |
parent | add error message on ftruncate failure; bz#2176 (diff) | |
download | wireguard-openbsd-d559b952c5a502c57702aa39e885313e8758b67b.tar.xz wireguard-openbsd-d559b952c5a502c57702aa39e885313e8758b67b.zip |
Fix typo (keywork->keyword)
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 5758eb8114d..87ef9bedfdf 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_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: ssh_config.5,v 1.209 2015/05/27 23:51:10 dtucker Exp $ -.Dd $Mdocdate: May 27 2015 $ +.\" $OpenBSD: ssh_config.5,v 1.210 2015/05/28 05:09:45 dtucker Exp $ +.Dd $Mdocdate: May 28 2015 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -166,7 +166,7 @@ Criteria may be negated by prepending an exclamation mark .Pp The .Cm canonical -keywork matches only when the configuration file is being re-parsed +keyword matches only when the configuration file is being re-parsed after hostname canonicalization (see the .Cm CanonicalizeHostname option.) |