diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-04-07 21:57:19 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-04-07 21:57:19 +0000 |
commit | f7a82d65b001f4cddf500e45fcad54650963b926 (patch) | |
tree | 31bd052481128c278a997ad27949de2399880602 /share/man/man4/Makefile | |
parent | 986a072ce4b5a38b5add610206c1e35411075393 (diff) | |
download | FreeBSD-src-f7a82d65b001f4cddf500e45fcad54650963b926.zip FreeBSD-src-f7a82d65b001f4cddf500e45fcad54650963b926.tar.gz |
Add rudimentary man pages for kernel options sched_4bsd and sched_ule,
which document some of the sysctls available for configuring 4bsd, some
of the bullet features of ule, and that ule is considered experimental
still.
MFC after: 3 days
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 3430eca..fec93b6 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -249,6 +249,8 @@ MAN= aac.4 \ sbp.4 \ sbp_targ.4 \ sbsh.4 \ + sched_4bsd.4 \ + sched_ule.4 \ screen.4 \ scsi.4 \ sem.4 \ |