]> granicus.if.org Git - file/commitdiff
Improve punctuation.
authorReuben Thomas <rrt@sc3d.org>
Wed, 7 Dec 2011 11:58:24 +0000 (11:58 +0000)
committerReuben Thomas <rrt@sc3d.org>
Wed, 7 Dec 2011 11:58:24 +0000 (11:58 +0000)
doc/magic.man

index 53665c566e2b144cb0fefde785ddd6ebf3333a9c..12045682aa1ccbcb52ee293d7fb59d61c01ada4e 100644 (file)
@@ -1,4 +1,4 @@
-.\" $File: magic.man,v 1.70 2011/12/05 22:58:35 rrt Exp $
+.\" $File: magic.man,v 1.71 2011/12/07 11:58:24 rrt Exp $
 .Dd April 20, 2011
 .Dt MAGIC __FSECTION__
 .Os
@@ -66,13 +66,13 @@ The
 flag treats every blank in the magic as an optional blank.
 The
 .Dq c
-flag, specifies case insensitive matching: lower case
+flag specifies case insensitive matching: lower case
 characters in the magic match both lower and upper case characters in the
 target, whereas upper case characters in the magic only match upper case
 characters in the target.
 The
 .Dq C
-flag, specifies case insensitive matching: upper case
+flag specifies case insensitive matching: upper case
 characters in the magic match both lower and upper case characters in the
 target, whereas lower case characters in the magic only match upper case
 characters in the target.
@@ -82,9 +82,9 @@ and
 .Dq C .
 The
 .Dq t
-flag, forces the test to be done for text files, while the
+flag forces the test to be done for text files, while the
 .Dq b
-flag, forces the test to be done for binary files.
+flag forces the test to be done for binary files.
 .It Dv pstring
 A Pascal-style string where the first byte/short/int is interpreted as the an
 unsigned length.