diff options
author | 2019-06-24 15:05:17 +0000 | |
---|---|---|
committer | 2019-06-24 15:05:17 +0000 | |
commit | c3663e2f7ab9b0f13f47498a9fc0a2101bc20687 (patch) | |
tree | 29b7e8a587cc68858a3730810ae5b09fe3d65d53 | |
parent | switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed. (diff) | |
download | wireguard-openbsd-c3663e2f7ab9b0f13f47498a9fc0a2101bc20687.tar.xz wireguard-openbsd-c3663e2f7ab9b0f13f47498a9fc0a2101bc20687.zip |
Fix spelling
-rw-r--r-- | bin/ksh/ksh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index f4e3a7387fc..e562913f360 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.206 2019/06/24 14:22:39 schwarze Exp $ +.\" $OpenBSD: ksh.1,v 1.207 2019/06/24 15:05:17 jca Exp $ .\" .\" Public Domain .\" @@ -5550,7 +5550,7 @@ Privileged shell profile. .%I Prentice Hall .%O ISBN 0135169720 .\" The second edition of the above book (1995) is about ksh93, -.\" but the OpenBSD ksh is a decendant from ksh88 via pdksh. +.\" but the OpenBSD ksh is a descendant from ksh88 via pdksh. .Re .Rs .%A Stephen G. Kochan |