summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/etc.amd64/sysctl.conf4
-rw-r--r--etc/etc.arm64/sysctl.conf2
-rw-r--r--etc/etc.i386/sysctl.conf2
-rw-r--r--etc/etc.loongson/sysctl.conf2
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/etc.amd64/sysctl.conf b/etc/etc.amd64/sysctl.conf
index e968b3275aa..e2683cae103 100644
--- a/etc/etc.amd64/sysctl.conf
+++ b/etc/etc.amd64/sysctl.conf
@@ -1,4 +1,4 @@
#machdep.allowaperture=2 # See xf86(4)
#machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt
-#machdep.lidaction=0 # 1=suspend, 2=hibernate laptop upon lid closing
-#machdep.pwraction=1 # ACPI power button action: 0=none, 1=shutdown, 2=suspend
+#machdep.lidaction=0 # laptop lid closing action: 0=none, 1=suspend, 2=hibernate
+#machdep.pwraction=0 # acpibtn(4) power button action: 0=none, 1=shutdown, 2=suspend
diff --git a/etc/etc.arm64/sysctl.conf b/etc/etc.arm64/sysctl.conf
index a3f6e594cad..294c2d9ea64 100644
--- a/etc/etc.arm64/sysctl.conf
+++ b/etc/etc.arm64/sysctl.conf
@@ -1 +1 @@
-#machdep.lidaction=0 # 1=suspend, 2=hibernate laptop upon lid closing
+#machdep.lidaction=0 # laptop lid closing action: 0=none, 1=suspend, 2=hibernate
diff --git a/etc/etc.i386/sysctl.conf b/etc/etc.i386/sysctl.conf
index 9e8d3252d85..268af0debbd 100644
--- a/etc/etc.i386/sysctl.conf
+++ b/etc/etc.i386/sysctl.conf
@@ -1,4 +1,4 @@
#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.lidaction=0 # 1=suspend, 2=hibernate laptop upon lid closing
+#machdep.lidaction=0 # laptop lid closing action: 0=none, 1=suspend, 2=hibernate
diff --git a/etc/etc.loongson/sysctl.conf b/etc/etc.loongson/sysctl.conf
index a3f6e594cad..294c2d9ea64 100644
--- a/etc/etc.loongson/sysctl.conf
+++ b/etc/etc.loongson/sysctl.conf
@@ -1 +1 @@
-#machdep.lidaction=0 # 1=suspend, 2=hibernate laptop upon lid closing
+#machdep.lidaction=0 # laptop lid closing action: 0=none, 1=suspend, 2=hibernate