Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 18:19:22 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274720 - in head: usr.bin/man usr.sbin/bhyve
Message-ID:  <201411191819.sAJIJMcn029184@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed Nov 19 18:19:21 2014
New Revision: 274720
URL: https://svnweb.freebsd.org/changeset/base/274720

Log:
  Fix improper .Fx macro usage.
  
  Differential Revision:	https://reviews.freebsd.org/D1158
  Reviewed by:	wblock@
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.bin/man/man.1
  head/usr.sbin/bhyve/bhyve.8

Modified: head/usr.bin/man/man.1
==============================================================================
--- head/usr.bin/man/man.1	Wed Nov 19 16:33:07 2014	(r274719)
+++ head/usr.bin/man/man.1	Wed Nov 19 18:19:21 2014	(r274720)
@@ -61,23 +61,32 @@ restricts the search to the specific sec
 The sections of the manual are:
 .Bl -enum -offset indent -compact
 .It
-.Fx General Commands Manual
+.Fx
+General Commands Manual
 .It
-.Fx System Calls Manual
+.Fx
+System Calls Manual
 .It
-.Fx Library Functions Manual
+.Fx
+Library Functions Manual
 .It
-.Fx Kernel Interfaces Manual
+.Fx
+Kernel Interfaces Manual
 .It
-.Fx File Formats Manual
+.Fx
+File Formats Manual
 .It
-.Fx Games Manual
+.Fx
+Games Manual
 .It
-.Fx Miscellaneous Information Manual
+.Fx
+Miscellaneous Information Manual
 .It
-.Fx System Manager's Manual
+.Fx
+System Manager's Manual
 .It
-.Fx Kernel Developer's Manual
+.Fx
+Kernel Developer's Manual
 .El
 .Pp
 Options that

Modified: head/usr.sbin/bhyve/bhyve.8
==============================================================================
--- head/usr.sbin/bhyve/bhyve.8	Wed Nov 19 16:33:07 2014	(r274719)
+++ head/usr.sbin/bhyve/bhyve.8	Wed Nov 19 18:19:21 2014	(r274720)
@@ -70,7 +70,8 @@ Required for
 guests.
 .It Fl b
 Enable a low-level console device supported by
-.Fx kernels compiled with
+.Fx
+kernels compiled with
 .Cd "device bvmconsole" .
 This option will be deprecated in a future version.
 .It Fl c Ar numcpus



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