diff options
author | trasz <trasz@FreeBSD.org> | 2014-11-19 18:19:21 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-11-19 18:19:21 +0000 |
commit | 5e025caad4775299b802b7c0668d1050b44526eb (patch) | |
tree | 37c5705ed807bdbca8e0ec1e5e93a87360757d4e /usr.bin | |
parent | 20a46e62419a122b8a1067cb67c8a293834db2e5 (diff) | |
download | FreeBSD-src-5e025caad4775299b802b7c0668d1050b44526eb.zip FreeBSD-src-5e025caad4775299b802b7c0668d1050b44526eb.tar.gz |
Fix improper .Fx macro usage.
Differential Revision: https://reviews.freebsd.org/D1158
Reviewed by: wblock@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/man/man.1 | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 7517a64..ca497f3 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -61,23 +61,32 @@ restricts the search to the specific section of the manual. 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 |