diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-08 02:40:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-08 02:41:09 +0200 |
commit | 44585a0e9f8f1291ff4c3aa2266a9a4b1ec8de00 (patch) | |
tree | ec525414aa53d7b25a09d04138ea00ed98b51353 /gnu/packages/linux.scm | |
parent | ae1cda76f57e20900f4fbf72eccd8267ba82277d (diff) | |
download | patches-44585a0e9f8f1291ff4c3aa2266a9a4b1ec8de00.tar patches-44585a0e9f8f1291ff4c3aa2266a9a4b1ec8de00.tar.gz |
gnu: powertop: Fix typo in description.
* gnu/packages/linux.scm (powertop)[description]: Excise space.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e5de2ac3f3..d2bffe8d8c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1000,7 +1000,7 @@ It has been modified to remove all non-free binary blobs.") "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 |