diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-05-08 15:30:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-05-08 15:30:27 +0000 |
commit | 4aa4cf8eaf47db0426ceb0b34b35d3d5cd96d670 (patch) | |
tree | 327b6065108482b6e990c210de43054514d20578 /etc/etc.loongson | |
parent | aa9d797c9f93168bb5809641a6fc24a9a254619c (diff) |
- for pwraction, point to acpibtn(4)
- for lidaction, document the value 0
- for lidaction, adjust the description to a format similar
to that of pwraction
ok kettenis deraadt
Diffstat (limited to 'etc/etc.loongson')
-rw-r--r-- | etc/etc.loongson/sysctl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |