Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 11:48:29 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272174 - head/usr.bin/man
Message-ID:  <201409261148.s8QBmTKk021258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude (doc committer)
Date: Fri Sep 26 11:48:29 2014
New Revision: 272174
URL: http://svnweb.freebsd.org/changeset/base/272174

Log:
  Replace the macros used in the previous man(1) commit with literal text,
  because the macros seem to be specific to groff, and do not render in
  mandoc
  
  Approved by:	bcr (mentor)
  Sponsored by:	ScaleEngine Inc.

Modified:
  head/usr.bin/man/man.1

Modified: head/usr.bin/man/man.1
==============================================================================
--- head/usr.bin/man/man.1	Fri Sep 26 11:38:10 2014	(r272173)
+++ head/usr.bin/man/man.1	Fri Sep 26 11:48:29 2014	(r272174)
@@ -61,23 +61,23 @@ restricts the search to the specific sec
 The sections of the manual are:
 .Bl -enum -offset indent -compact
 .It
-\*[volume-operating-system] \*[volume-ds-1]
+.Fx General Commands Manual
 .It
-\*[volume-operating-system] \*[volume-ds-2]
+.Fx System Calls Manual
 .It
-\*[volume-operating-system] \*[volume-ds-3]
+.Fx Library Functions Manual
 .It
-\*[volume-operating-system] \*[volume-ds-4]
+.Fx Kernel Interfaces Manual
 .It
-\*[volume-operating-system] \*[volume-ds-5]
+.Fx File Formats Manual
 .It
-\*[volume-operating-system] \*[volume-ds-6]
+.Fx Games Manual
 .It
-\*[volume-operating-system] \*[volume-ds-7]
+.Fx Miscellaneous Information Manual
 .It
-\*[volume-operating-system] \*[volume-ds-8]
+.Fx System Manager's Manual
 .It
-\*[volume-operating-system] \*[volume-ds-9]
+.Fx Kernel Developer's Manual
 .El
 .Pp
 Options that



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