remove some extraneous text; ok nicm
authorjmc <jmc@openbsd.org>
Mon, 27 Apr 2015 11:12:49 +0000 (11:12 +0000)
committerjmc <jmc@openbsd.org>
Mon, 27 Apr 2015 11:12:49 +0000 (11:12 +0000)
usr.bin/file/file.1

index b35eaa2..24eaa05 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: file.1,v 1.40 2015/04/26 22:51:32 nicm Exp $
+.\" $OpenBSD: file.1,v 1.41 2015/04/27 11:12:49 jmc Exp $
 .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $
 .\"
 .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: April 26 2015 $
+.Dd $Mdocdate: April 27 2015 $
 .Dt FILE 1
 .Os
 .Sh NAME
@@ -83,7 +83,7 @@ Prints a summary of the parsed magic file; usually used for debugging.
 .It Fl h
 Causes symlinks not to be followed.
 .It Fl i , -mime , -mime-type
-Causes the file command to output MIME type strings rather than the more
+Outputs MIME type strings rather than the more
 traditional human-readable ones.
 Thus it may say
 .Dq text/plain
@@ -92,9 +92,7 @@ rather than
 .It Fl L
 Causes symlinks to be followed.
 .It Fl s
-Instructs
-.Nm
-to attempt to read block and character device files, not only regular files.
+Attempts to read block and character device files, not just regular files.
 .It Fl W
 Displays warnings when parsing the magic file or applying its tests.
 Usually used for debugging.