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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
