mdoc: use display block in the beginning of the EXAMPLES section.

This commit is contained in:
Joel Dahl 2014-06-15 10:31:50 +00:00
parent 0d7fff32d4
commit 8052df21f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267502

View File

@ -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.