diff options
author | joel <joel@FreeBSD.org> | 2014-06-15 10:31:50 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2014-06-15 10:31:50 +0000 |
commit | fefe43a30f026da1aee8cfef7e06a9e06bc76931 (patch) | |
tree | a2db4fe813d190140a7d6449f8cbf7916bd95c2b | |
parent | 7fa9ee49d109f5bfeb0e945f55535bf676b45d8e (diff) | |
download | FreeBSD-src-fefe43a30f026da1aee8cfef7e06a9e06bc76931.zip FreeBSD-src-fefe43a30f026da1aee8cfef7e06a9e06bc76931.tar.gz |
mdoc: use display block in the beginning of the EXAMPLES section.
-rw-r--r-- | usr.sbin/binmiscctl/binmiscctl.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/binmiscctl/binmiscctl.8 b/usr.sbin/binmiscctl/binmiscctl.8 index 646a5a3..c6aeca4 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. |