mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:26:00 +02:00
acpi: add pt_BR translation (#8260)
This commit is contained in:
parent
b7c8b55849
commit
7fdfdc5d59
1 changed files with 28 additions and 0 deletions
28
pages.pt_BR/linux/acpi.md
Normal file
28
pages.pt_BR/linux/acpi.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# acpi
|
||||
|
||||
> Exibe status da bateria ou informações térmicas.
|
||||
> Mais informação: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
|
||||
|
||||
- Exibe informações sobre a bateria:
|
||||
|
||||
`acpi`
|
||||
|
||||
- Exibe informações térmicas:
|
||||
|
||||
`acpi -t`
|
||||
|
||||
- Exibe informações sobre dispositivo de resfriamento:
|
||||
|
||||
`acpi -c`
|
||||
|
||||
- Exibe informações térmicas em Fahrenheit:
|
||||
|
||||
`acpi -tf`
|
||||
|
||||
- Exibe todas as informações:
|
||||
|
||||
`acpi -V`
|
||||
|
||||
- Extrai informações de `/proc` em vez de `/sys`:
|
||||
|
||||
`acpi -p`
|
Loading…
Add table
Reference in a new issue