From 81fc841cb24f8aaf7b0905590e084ed93842f93d Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 29 Mar 1996 13:51:30 +0000 Subject: Added newlines and punctuation. Removed defunct options. It will be easy to keep track of bogus options by looking at CFLAGS when all real options are moved out of CFLAGS. --- sys/conf/options | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'sys/conf/options') diff --git a/sys/conf/options b/sys/conf/options index 9efb1442eff7..c82a12a7ecd9 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,5 +1,7 @@ -# $Id$ +# $Id: options,v 1.9 1996/03/02 20:35:51 wollman Exp $ + # Option name filename + BOUNCE_BUFFERS opt_bounce.h DDB KTRACE @@ -15,7 +17,8 @@ SYSVSHM opt_sysvipc.h SYSVSEM opt_sysvipc.h SYSVMSG opt_sysvipc.h UCONSOLE -# Begin options used only in param.c + +# Options used only in param.c. NMBCLUSTERS opt_param.h SHMMAXPGS opt_param.h SHMMAX opt_param.h @@ -40,13 +43,14 @@ MSGTQL opt_param.h MSGSSZ opt_param.h MSGSEG opt_param.h NBUF opt_param.h -# end param.c options -# generic SCSI options + +# Generic SCSI options. SCSI_REPORT_GEOMETRY opt_scsi.h SCSI_DELAY opt_scsi.h -# Resource limits + +# Resource limits. CHILD_MAX opt_rlimit.h OPEN_MAX opt_rlimit.h -# Net stuff + +# Net stuff. MROUTING opt_mrouting.h -GATEWAY opt_defunct.h -- cgit v1.2.3