svn commit: r315850 - head/sys/boot/forth
Dag-Erling Smørgrav
des at FreeBSD.org
Thu Mar 23 08:34:32 UTC 2017
Author: des
Date: Thu Mar 23 08:34:30 2017
New Revision: 315850
URL: https://svnweb.freebsd.org/changeset/base/315850
Log:
The original author abused Nd (one-line description, used by makewhatis)
for its side effect of producing an en-dash. This broke whatis with
newer versions of mdocml. Use \(en instead.
MFC after: 1 week
Modified:
head/sys/boot/forth/beastie.4th.8
Modified: head/sys/boot/forth/beastie.4th.8
==============================================================================
--- head/sys/boot/forth/beastie.4th.8 Thu Mar 23 08:22:27 2017 (r315849)
+++ head/sys/boot/forth/beastie.4th.8 Thu Mar 23 08:34:30 2017 (r315850)
@@ -34,9 +34,9 @@
The file that goes by the name of
.Nm
is a set of commands designed to draw the ASCII art FreeBSD mascot
-.Nd known simply as
-.Ic beastie
-.Nd to the right of the boot loader menu.
+\(en known simply as
+.Em beastie
+\(en to the right of the boot loader menu.
The commands of
.Nm
by themselves are not enough for most uses.
More information about the svn-src-all
mailing list