mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: powertop: Fix typo in description.
* gnu/packages/linux.scm (powertop)[description]: Excise space.
This commit is contained in:
parent
ae1cda76f5
commit
44585a0e9f
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ (define-public acpi-call-linux-module
|
|||
"This simple Linux kernel module allows calls from user space to any
|
||||
@acronym{ACPI, Advanced Configuration and Power Interface} method provided by
|
||||
your computer's firmware, by writing to @file{/proc/acpi/call}. You can pass
|
||||
any number of parameters of types @code{ACPI_INTEGER}, @code{ACPI_STRING},
|
||||
any number of parameters of types @code{ACPI_INTEGER}, @code{ACPI_STRING},
|
||||
and @code{ACPI_BUFFER}.
|
||||
|
||||
It grants direct and undocumented access to your hardware that may cause damage
|
||||
|
|
Loading…
Reference in a new issue