summaryrefslogtreecommitdiff
path: root/usr.bin/file/magic.5
diff options
context:
space:
mode:
authorDmitrij Czarkoff <czarkoff@cvs.openbsd.org>2016-03-04 16:25:32 +0000
committerDmitrij Czarkoff <czarkoff@cvs.openbsd.org>2016-03-04 16:25:32 +0000
commit9a9010afeddf5793ded8e993a3fdc321feb0104a (patch)
treeb0b964974401fe218e5ddd1c5ff7bbc999c18ab5 /usr.bin/file/magic.5
parent1fe23959200d01e86384455f2de4d887cb7a85fc (diff)
fix broken list
Diffstat (limited to 'usr.bin/file/magic.5')
-rw-r--r--usr.bin/file/magic.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5
index bfac3f86de9..b0b2bf09c04 100644
--- a/usr.bin/file/magic.5
+++ b/usr.bin/file/magic.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: magic.5,v 1.15 2016/03/04 15:25:35 czarkoff Exp $
+.\" $OpenBSD: magic.5,v 1.16 2016/03/04 16:25:31 czarkoff Exp $
.\"
.\" @(#)$FreeBSD: src/usr.bin/file/magic.5,v 1.11 2000/03/01 12:19:39 sheldonh Exp $
.\"
@@ -314,7 +314,7 @@ then print the string), with
The special test
.Em x
always evaluates to true.
-.Dv message
+.It Dv message
The message to be printed if the comparison succeeds.
If the string contains a
.Xr printf 3