diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-07-19 15:34:44 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-07-19 15:34:44 +0000 |
commit | a28afa2e29dcd4c03969a4069a18d5b841a44985 (patch) | |
tree | eeea3a1c7f4ecaf5c7c4f1a21ace178fd0793044 /etc | |
parent | cc926b7ac0a46834a3c340d057433e42427b89c8 (diff) |
Fix grammar. From art@.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysctl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 4f99ec43d5a..ffa58ece6fe 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sysctl.conf,v 1.35 2005/04/01 04:11:55 deraadt Exp $ +# $OpenBSD: sysctl.conf,v 1.36 2005/07/19 15:34:43 tom 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 @@ -22,4 +22,4 @@ #vfs.nfs.iothreads=4 # number of nfsio kernel threads #net.inet.ip.mtudisc=0 # 0=disable tcp mtu discovery #kern.usercrypto=1 # 1=enable userland use of /dev/crypto -#kern.splassert=2 # 2=enable and verbose error messages. +#kern.splassert=2 # 2=enable with verbose error messages |