Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 1996 04:48:51 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/doc/handbook firewalls.sgml hw.sgml linuxemu.sgml scsi.sgml sio.sgml
Message-ID:  <199608121148.EAA15280@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608121148.EAA15280>