summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2022-10-10 00:42:22 +0000
committerJacob Moody <moody@posixcafe.org>2022-10-10 00:42:22 +0000
commit3092ac09e43d2eaeb33be3ec37dba2e8477418e6 (patch)
treedc382897a8444820c5276f8bc81e3b8b46fba7f7 /sys/man/1
parent88b9bda96cc4188f12713c2f5cb089f13bc8d368 (diff)
ktrans(1): typo
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/ktrans12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/man/1/ktrans b/sys/man/1/ktrans
index f2c246264..9026dc160 100644
--- a/sys/man/1/ktrans
+++ b/sys/man/1/ktrans
@@ -55,13 +55,13 @@ Korean.
Vietnamese.
.SH CONVERSION
Conversion is done in two layers, an implicit
-layer for unambigious mappings, and an explicit
+layer for unambiguous mappings, and an explicit
layer for selecting one match out of a list of
-ambigious matches. The following control characters
+ambiguous matches. The following control characters
are used for conversion instructions.
.TP
.B ctl-\e
-Explicitely match the current input, consecutive inputs of ctl-\e
+Explicitly match the current input, consecutive inputs of ctl-\e
will cycle through all the possible options.
.TP
.B ctl-l
@@ -70,7 +70,7 @@ Reset the current input buffer.
The implicit layer happens automatically as characters
are input, transforming a consecutive set of key strokes
in to their rune counterpart. A series of runes may then
-be explicitely matched by cycling through a list of options.
+be explicitly matched by cycling through a list of options.
.I Ktrans
automatically maintains a buffer of the current series of
key strokes being considered for an explicit match, and resets
@@ -87,12 +87,12 @@ it with the matched sequence.
will provide a graphical display of current explicit conversion
candidates as implicit conversion is done. Candidates are highlighted
as a user cycles through them. At the bottom of the list is an exit
-button for quiting the program. Keyboard input typed in to the window is
+button for quitting the program. Keyboard input typed in to the window is
transliterated but discarded, providing a scratch input space. The
.B -G
option disables this display.
.SH JAPANESE
-The Hiragana and Katakana modes implicitly turn hepburn representations
+The Hiragana and Katakana modes implicitly turn Hepburn representations
in to their Kana counterparts. Explicit conversions combine sequences
of Hiragana in to Kanji.
.PP