pages.pt_BR: add and update several pages (#11829)
* bc, bluetoothd, oomctl, protontricks: add pt_BR translation * htop: add delay example in pt_BR * adb-install: update pt_BR translation * clamav: update pt_BR translation * command: update pt_BR translation * dash: update pt_BR translation * unrar: update pt_BR translation * units: update pt_BR translation * transmission: update pt_BR translation * dash: fix command in pt_BR * units: update pt_BR translation * units: add missing double-quotes in pt_BR --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
24
pages.pt_BR/linux/bluetoothd.md
Normal file
24
pages.pt_BR/linux/bluetoothd.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# bluetoothd
|
||||
|
||||
> Daemon para gerenciar dispositivos Bluetooth.
|
||||
> Mais informações: <https://manned.org/bluetoothd>.
|
||||
|
||||
- Inicia o daemon:
|
||||
|
||||
`bluetoothd`
|
||||
|
||||
- Inicia o daemon, registrando em `stdout`:
|
||||
|
||||
`bluetoothd --nodetach`
|
||||
|
||||
- Inicia o daemon com um arquivo de configuração específico (`/etc/bluetooth/main.conf` por padrão):
|
||||
|
||||
`bluetoothd --configfile {{caminho/para/arquivo}}`
|
||||
|
||||
- Inicia o daemon com saída verbosa em `stderr`:
|
||||
|
||||
`bluetoothd --debug`
|
||||
|
||||
- Inicia o daemon com saída verbosa proveniente de arquivos específicos na fonte bluetoothd ou plugins:
|
||||
|
||||
`bluetoothd --debug={{caminho/para/arquivo1}}:{{caminho/para/arquivo2}}:{{caminho/para/arquivo3}}`
|
Reference in New Issue
Block a user