diff options
author | mpp <mpp@FreeBSD.org> | 1997-01-02 20:02:32 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-01-02 20:02:32 +0000 |
commit | 546556ad4f78bac66d8d448124af6524cbad619d (patch) | |
tree | f2d7feac0a6ec8095241bcb47e788caa38f59da6 /contrib | |
parent | ec284b644334d95fbd4eb255a5f16cd5d0710e62 (diff) | |
download | FreeBSD-src-546556ad4f78bac66d8d448124af6524cbad619d.zip FreeBSD-src-546556ad4f78bac66d8d448124af6524cbad619d.tar.gz |
Change the description for section 4 to read:
Kernel Interfaces Manual
This was needed because of a few man pages like keyboard(4)
which caused the header to become unreadable with the longer
description.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/doc-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 9efcf22..5a710de 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -162,7 +162,7 @@ . if "\\$2"1" .ds vT FreeBSD General Commands Manual . if "\\$2"2" .ds vT FreeBSD System Calls Manual . if "\\$2"3" .ds vT FreeBSD Library Functions Manual -. if "\\$2"4" .ds vT FreeBSD Devices and Device Drivers Manual +. if "\\$2"4" .ds vT FreeBSD Kernel Interfaces Manual . if "\\$2"5" .ds vT FreeBSD File Formats Manual . if "\\$2"6" .ds vT FreeBSD Games Manual . if "\\$2"7" .ds vT FreeBSD Miscellaneous Information Manual |