diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-06-16 20:30:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-06-16 20:30:25 +0000 |
commit | c4f1ba8a26298d97f341bb00eeefdff0cd751ad4 (patch) | |
tree | 863c8815323edce9f191598c6ae79043e15e16ba /etc | |
parent | 40a7468f4cad423e97f877b1e916c013f8a4829c (diff) |
Typos in comments; Ville Valkonen
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.amd64/sysctl.conf | 2 | ||||
-rw-r--r-- | etc/etc.i386/sysctl.conf | 2 | ||||
-rw-r--r-- | etc/etc.zaurus/sysctl.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.amd64/sysctl.conf b/etc/etc.amd64/sysctl.conf index 189214fac25..ba90bf714f0 100644 --- a/etc/etc.amd64/sysctl.conf +++ b/etc/etc.amd64/sysctl.conf @@ -1,3 +1,3 @@ #machdep.allowaperture=2 # See xf86(4) #machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt -#machdep.lidsuspend=0 # do not supsend laptop upon lid closing +#machdep.lidsuspend=0 # do not suspend laptop upon lid closing diff --git a/etc/etc.i386/sysctl.conf b/etc/etc.i386/sysctl.conf index 9ac919e184a..8d6b6c411a9 100644 --- a/etc/etc.i386/sysctl.conf +++ b/etc/etc.i386/sysctl.conf @@ -1,7 +1,7 @@ #machdep.allowaperture=2 # See xf86(4) #machdep.apmhalt=1 # 1=powerdown hack, try if halt -p doesn't work #machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt -#machdep.lidsuspend=0 # do not supsend laptop upon lid closing +#machdep.lidsuspend=0 # do not suspend laptop upon lid closing #machdep.userldt=1 # allow userland programs to play with ldt, # required by some ports #kern.emul.linux=1 # enable running Linux binaries diff --git a/etc/etc.zaurus/sysctl.conf b/etc/etc.zaurus/sysctl.conf index 9d7dc5d8120..c311d345a12 100644 --- a/etc/etc.zaurus/sysctl.conf +++ b/etc/etc.zaurus/sysctl.conf @@ -1,3 +1,3 @@ #machdep.maxspeed=520 # set change maximum processor speed -#machdep.lidsuspend=0 # do not supsend laptop upon lid closing +#machdep.lidsuspend=0 # do not suspend laptop upon lid closing #hw.setperf=0 # 0=slowest speed, 100=fastest speed |