svn commit: r267502 - head/usr.sbin/binmiscctl
Joel Dahl
joel at FreeBSD.org
Sun Jun 15 10:31:51 UTC 2014
Author: joel (doc committer)
Date: Sun Jun 15 10:31:50 2014
New Revision: 267502
URL: http://svnweb.freebsd.org/changeset/base/267502
Log:
mdoc: use display block in the beginning of the EXAMPLES section.
Modified:
head/usr.sbin/binmiscctl/binmiscctl.8
Modified: head/usr.sbin/binmiscctl/binmiscctl.8
==============================================================================
--- head/usr.sbin/binmiscctl/binmiscctl.8 Sun Jun 15 10:18:57 2014 (r267501)
+++ head/usr.sbin/binmiscctl/binmiscctl.8 Sun Jun 15 10:31:50 2014 (r267502)
@@ -146,10 +146,10 @@ Look up and print out the activator entr
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.
More information about the svn-src-all
mailing list