From 8052df21f64567427e83d3e66ed5cde31d1f3951 Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Sun, 15 Jun 2014 10:31:50 +0000 Subject: [PATCH] mdoc: use display block in the beginning of the EXAMPLES section. --- usr.sbin/binmiscctl/binmiscctl.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/binmiscctl/binmiscctl.8 b/usr.sbin/binmiscctl/binmiscctl.8 index 646a5a3c2adb..c6aeca475659 100644 --- a/usr.sbin/binmiscctl/binmiscctl.8 +++ b/usr.sbin/binmiscctl/binmiscctl.8 @@ -146,10 +146,10 @@ Look up and print out the activator entry identified with Take a snapshot and print all the activator entries currently configured. .El .Sh EXAMPLES -.Bl -# binmiscctl add llvmbc --interpreter ''/usr/bin/lli --fake-argv0=#a'' \\ - --magic ''BC\\xc0\\xde'' --size 4 --set-enabled -.El +.Bd -ragged -offset indent +# binmiscctl add llvmbc --interpreter ''/usr/bin/lli --fake-argv0=#a'' +--magic ''BC\\xc0\\xde'' --size 4 --set-enabled +.Ed .Pp Add an image activator to run the LLVM interpreter (lli) on bitcode compiled files.