1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From: Hideki Yamane <henrich@debian.org>
Date: Sat, 19 Nov 2016 21:58:33 +0900
Subject: fix typo in nkf.1
---
nkf.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/nkf.1
+++ b/nkf.1
@@ -154,7 +154,7 @@ For X0201 kana, \s-1SO/SI, SSO\s0 and \s
For automatic code detection, nkf assumes no X0201 kana in Shift_JIS.
To accept X0201 in Shift_JIS, use \fB\-X\fR, \fB\-x\fR or \fB\-S\fR.
.PP
-multiple options are specifed as seprate strings, such as
+multiple options are specified as seprate strings, such as
.PP
.Vb 1
\& print nkf(\*(Aq\-\-ic=UTF8\-MAC\*(Aq, \*(Aq\-w\*(Aq, $string), "\en";
@@ -448,7 +448,7 @@ When Unicode to Unicode conversion,
with this and \-x option, nkf can be used as \s-1UTF\s0 converter.
(In other words, without this and \-x option, nkf doesn't save some characters)
.Sp
-When nkf converts strings that related to path, you should use this opion.
+When nkf converts strings that related to path, you should use this option.
.IP "\fB\-\-cap\-input\fR" 4
.IX Item "--cap-input"
Decode hex encoded characters.
|