summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorczarkoff <czarkoff@openbsd.org>2016-03-04 16:25:31 +0000
committerczarkoff <czarkoff@openbsd.org>2016-03-04 16:25:31 +0000
commit077e89937d63a0792c03ab5d89dec7539baa5c43 (patch)
tree07ef6fc6254a7e6502ca7977f530bb285cca3748
parentgraduate bn_expand() to a real function. the openssl version of this (diff)
downloadwireguard-openbsd-077e89937d63a0792c03ab5d89dec7539baa5c43.tar.xz
wireguard-openbsd-077e89937d63a0792c03ab5d89dec7539baa5c43.zip
fix broken list
-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