]> 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 687c656e20d373529448250e46a2962f2e259863..24746d32519fd55cc73fba7e944f24d7ebe31099 100644 (file)
@@ -1,4 +1,4 @@
-.\" $File: magic.man,v 1.69 2011/05/13 22:11:44 christos Exp $
+.\" $File: magic.man,v 1.70 2011/12/05 22:58:35 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.