diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-02 20:02:32 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-02 20:02:32 +0000 |
commit | 31eb65d2d70063c31b6f5496c1e06c6a03de376e (patch) | |
tree | f2d7feac0a6ec8095241bcb47e788caa38f59da6 /contrib/groff | |
parent | 791a338bdbdbefc05fe4a141f369d314b54298a1 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=21230
Diffstat (limited to 'contrib/groff')
-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 9efcf2204849..5a710de3734f 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 |