From: Reuben Thomas Date: Wed, 7 Dec 2011 11:58:24 +0000 (+0000) Subject: Improve punctuation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=660c7877967e848b940eb3801290b8a517369788;p=file Improve punctuation. --- diff --git a/doc/magic.man b/doc/magic.man index 53665c56..12045682 100644 --- a/doc/magic.man +++ b/doc/magic.man @@ -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.