mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* bluetoothd: update on command path * bspwm: update whole translation and all of its commands * btrfs: update command order accordingly to styleguide * dunstify: last example was refering to another command * flatpak: - update description's verbs tenses to match styleguide - remove command - update app's names on commands * lsblk: update commands' arguments * pi: update commands order to match the styleguide * poweroff: fix duplicated parameter * systemctl: - update commands' descriptions - add new commands --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
633 B
633 B
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:...}}