OSDN Git Service

Fix minor typos
authorr6eve <r6eve179f@gmail.com>
Tue, 1 Jan 2019 01:20:39 +0000 (10:20 +0900)
committerr6eve <r6eve179f@gmail.com>
Tue, 1 Jan 2019 01:20:39 +0000 (10:20 +0900)
NKF.mod/NKF.pm
README.md
man/nkf.1.pm
nkf.1

index e99aaca..84f2186 100644 (file)
@@ -103,7 +103,7 @@ For X0201 kana, SO/SI, SSO and ESC-(-I methods are supported.
 For automatic code detection, nkf assumes no X0201 kana in Shift_JIS.
 To accept X0201 in Shift_JIS, use B<-X>, B<-x> or B<-S>.
 
-multiple options are specifed as seprate strings, such as
+multiple options are specified as separate strings, such as
 
   print nkf('--ic=UTF8-MAC', '-w', $string), "\n";
 
@@ -143,13 +143,13 @@ UTF-8N.
 
 UTF-16.
 B or L gives whether Big Endian or Little Endian.
-0 gives whther put BOM or not.
+0 gives whether put BOM or not.
 
 =item B<-W32[BL][0]>
 
 UTF-32.
 B or L gives whether Big Endian or Little Endian.
-0 gives whther put BOM or not.
+0 gives whether put BOM or not.
 
 =back
 
@@ -463,7 +463,7 @@ When Unicode to Unicode conversion,
 with this and -x option, nkf can be used as UTF converter.
 (In other words, without this and -x option, nkf doesn't save some characters)
 
-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.
 
 =item B<--cap-input>
 
index 01f728b..436ea88 100644 (file)
--- a/README.md
+++ b/README.md
@@ -61,13 +61,13 @@ cf. --ic and --oc.
 
     UTF-16.
     B or L gives whether Big Endian or Little Endian.
-    0 gives whther put BOM or not.
+    0 gives whether put BOM or not.
 
     - __-W32[BL][0]__
 
     UTF-32.
     B or L gives whether Big Endian or Little Endian.
-    0 gives whther put BOM or not.
+    0 gives whether put BOM or not.
 
 - __-b -u__
 
@@ -344,7 +344,7 @@ When Unicode to Unicode conversion,
 with this and -x option, nkf can be used as UTF converter.
 (In other words, without this and -x option, nkf doesn't save some characters)
 
-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.
 
 - __--cap-input__
 
index 978ddd9..2be5af9 100644 (file)
@@ -79,7 +79,7 @@ For X0201 kana, SO/SI, SSO and ESC-(-I methods are supported.
 For automatic code detection, nkf assumes no X0201 kana in Shift_JIS.
 To accept X0201 in Shift_JIS, use B<-X>, B<-x> or B<-S>.
 
-multiple options are specifed as seprate strings, such as
+multiple options are specified as separate strings, such as
 
   print nkf('--ic=UTF8-MAC', '-w', $string), "\n";
 
@@ -119,13 +119,13 @@ UTF-8N.
 
 UTF-16.
 B or L gives whether Big Endian or Little Endian.
-0 gives whther put BOM or not.
+0 gives whether put BOM or not.
 
 =item B<-W32[BL][0]>
 
 UTF-32.
 B or L gives whether Big Endian or Little Endian.
-0 gives whther put BOM or not.
+0 gives whether put BOM or not.
 
 =back
 
@@ -439,7 +439,7 @@ When Unicode to Unicode conversion,
 with this and -x option, nkf can be used as UTF converter.
 (In other words, without this and -x option, nkf doesn't save some characters)
 
-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.
 
 =item B<--cap-input>
 
diff --git a/nkf.1 b/nkf.1
index 09b5981..3a595c8 100644 (file)
--- a/nkf.1
+++ b/nkf.1
@@ -154,7 +154,7 @@ For X0201 kana, \s-1SO/SI, SSO\s0 and \s-1ESC\-\s0(\-I methods are supported.
 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 separate strings, such as
 .PP
 .Vb 1
 \&  print nkf(\*(Aq\-\-ic=UTF8\-MAC\*(Aq, \*(Aq\-w\*(Aq, $string), "\en";
@@ -187,12 +187,12 @@ EUC-JP.
 .IX Item "-W16[BL][0]"
 \&\s-1UTF\-16.
 B\s0 or L gives whether Big Endian or Little Endian.
-0 gives whther put \s-1BOM\s0 or not.
+0 gives whether put \s-1BOM\s0 or not.
 .IP "\fB\-W32[\s-1BL\s0][0]\fR" 4
 .IX Item "-W32[BL][0]"
 \&\s-1UTF\-32.
 B\s0 or L gives whether Big Endian or Little Endian.
-0 gives whther put \s-1BOM\s0 or not.
+0 gives whether put \s-1BOM\s0 or not.
 .RE
 .RS 4
 .RE
@@ -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.