diff options
author | allanjude <allanjude@FreeBSD.org> | 2014-09-26 11:48:29 +0000 |
---|---|---|
committer | allanjude <allanjude@FreeBSD.org> | 2014-09-26 11:48:29 +0000 |
commit | d7031f8795f37a5f80ac34df8e1dc0d702479719 (patch) | |
tree | 7df7315ebf2ff351092877548320ade7600e8cff /usr.bin/man | |
parent | 757078cc134595e78b9696aff063175cc48e806e (diff) | |
download | FreeBSD-src-d7031f8795f37a5f80ac34df8e1dc0d702479719.zip FreeBSD-src-d7031f8795f37a5f80ac34df8e1dc0d702479719.tar.gz |
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.
Diffstat (limited to 'usr.bin/man')
-rw-r--r-- | usr.bin/man/man.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 2bc285f..7517a64 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -61,23 +61,23 @@ restricts the search to the specific section of the manual. 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 |