From owner-cvs-share Mon Aug 12 04:49:02 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA15297 for cvs-share-outgoing; Mon, 12 Aug 1996 04:49:02 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA15280; Mon, 12 Aug 1996 04:48:51 -0700 (PDT) Date: Mon, 12 Aug 1996 04:48:51 -0700 (PDT) From: Peter Wemm Message-Id: <199608121148.EAA15280@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc/handbook firewalls.sgml hw.sgml linuxemu.sgml scsi.sgml sio.sgml Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/08/12 04:48:51 Modified: share/doc/handbook firewalls.sgml hw.sgml linuxemu.sgml scsi.sgml sio.sgml Log: Remove the quotes from some of the kernel options that dont need it. eg: options "SCSI_DELAY=15" should be options SCSI_DELAY=15, as config knows about the "=" and splits it correctly into key=value for the #defines. The only options that need quotes are those that have numbers as part of the actual name, eg: "TUNE_1542" and "COMPAT_IBCS2". Revision Changes Path 1.8 +2 -2 src/share/doc/handbook/firewalls.sgml 1.36 +4 -4 src/share/doc/handbook/hw.sgml 1.9 +4 -4 src/share/doc/handbook/linuxemu.sgml 1.17 +2 -2 src/share/doc/handbook/scsi.sgml 1.3 +3 -3 src/share/doc/handbook/sio.sgml