1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

acpi: add Polish translation (#11166)

* acpi: add Polish translation

* syntax fix
This commit is contained in:
rozie 2023-10-22 19:08:44 +00:00 committed by GitHub
parent 6fb940ad4d
commit a3324d764f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
pages.pl/linux/acpi.md Normal file
View file

@ -0,0 +1,28 @@
# acpi
> Wyśwetla status baterii lub informacje dotyczące temperatury.
> Więcej informacji: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
- Pokaż informacje o baterii:
`acpi`
- Pokaż informacje dotyczące temperatury:
`acpi -t`
- Pokaż informacje dotyczące urządzeń chłodzących:
`acpi -c`
- Pokaż informacje dotyczące temperatury w stopniach Fahrenheita:
`acpi -tf`
- Pokaż wszystkie informacje:
`acpi -V`
- Pobieraj informacje z `/proc` zamiast `/sys`:
`acpi -p`