summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-07-30 11:13:25 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-07-30 11:13:25 +0000
commit46522ee533ab5cbfef8861581afb7947ae554bf4 (patch)
tree8e2d0c2bdff7b984853145a036c4b2a793f2ee66 /usr.bin
parentfee9fac772a6b22312fc684ee0fc02999b77dec7 (diff)
note that symlinks are not followed by default;
from tilo stritzky ok nicm and discussed with deraadt
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/file/file.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1
index 3f2644e1553..8572afb1cf0 100644
--- a/usr.bin/file/file.1
+++ b/usr.bin/file/file.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: file.1,v 1.42 2015/05/30 06:25:35 nicm Exp $
+.\" $OpenBSD: file.1,v 1.43 2015/07/30 11:13:24 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: May 30 2015 $
+.Dd $Mdocdate: July 30 2015 $
.Dt FILE 1
.Os
.Sh NAME
@@ -89,6 +89,7 @@ Does not prepend filenames to output lines.
Prints a summary of the parsed magic file; usually used for debugging.
.It Fl h
Causes symlinks not to be followed.
+This is the default.
.It Fl i , -mime , -mime-type
Outputs MIME type strings rather than the more
traditional human-readable ones.