Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2017 08:34:31 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315850 - head/sys/boot/forth
Message-ID:  <201703230834.v2N8YVDA003255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703230834.v2N8YVDA003255>