diff options
author | 2015-04-27 11:12:49 +0000 | |
---|---|---|
committer | 2015-04-27 11:12:49 +0000 | |
commit | a9c90243beaa23fbbb8d773f0d33c6464f181387 (patch) | |
tree | 626e4f1272a116b538716e9e937f859e9e15f46c | |
parent | sync with rev 1.99 of sbin/route/show.c (diff) | |
download | wireguard-openbsd-a9c90243beaa23fbbb8d773f0d33c6464f181387.tar.xz wireguard-openbsd-a9c90243beaa23fbbb8d773f0d33c6464f181387.zip |
remove some extraneous text; ok nicm
-rw-r--r-- | usr.bin/file/file.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index b35eaa2118d..24eaa056e67 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -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. |