Browse Source

Use consistent capitalization in comments. From mitja@muzenic.net.

OPENBSD_4_3
mbalmer 17 years ago
parent
commit
fc0741b8f4
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/etc/sysctl.conf

+ 6
- 6
src/etc/sysctl.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: sysctl.conf,v 1.44 2007/07/25 08:11:45 pyr Exp $
# $OpenBSD: sysctl.conf,v 1.45 2008/01/04 22:47:18 mbalmer Exp $
#
# This file contains a list of sysctl options the user wants set at
# boot time. See sysctl(3) and sysctl(8) for more information on
@ -25,8 +25,8 @@
#ddb.console=1 # 1=Permit entry of ddb from the console
#fs.posix.setuid=0 # 0=Traditional BSD chown() semantics
#vm.swapencrypt.enable=0 # 0=Do not encrypt pages that go to swap
#vfs.nfs.iothreads=4 # number of nfsio kernel threads
#net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery
#kern.usercrypto=0 # 0=disable userland use of /dev/crypto
#kern.splassert=2 # 2=enable with verbose error messages
#kern.nosuidcoredump=2 # 2=put suid coredumps in /var/crash
#vfs.nfs.iothreads=4 # Number of nfsio kernel threads
#net.inet.ip.mtudisc=0 # 0=Disable tcp mtu discovery
#kern.usercrypto=0 # 0=Disable userland use of /dev/crypto
#kern.splassert=2 # 2=Enable with verbose error messages
#kern.nosuidcoredump=2 # 2=Put suid coredumps in /var/crash

Loading…
Cancel
Save