From a7464307052dbd945921a5dfcb626b7c71cd6a45 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:34:59 -0300 Subject: [PATCH] pw-*: replace "ids" with "IDs" Co-authored-by: K.B.Dharun Krishna --- pages.pt_BR/linux/pw-link.md | 4 ++-- pages/linux/pw-link.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages.pt_BR/linux/pw-link.md b/pages.pt_BR/linux/pw-link.md index 1c22abb402..f65ac5c816 100644 --- a/pages.pt_BR/linux/pw-link.md +++ b/pages.pt_BR/linux/pw-link.md @@ -3,7 +3,7 @@ > Gerenciar conexões entre portas no PipeWire. > Mais informações: . -- Listar todos as saídas e entradas de áudio com seus ids: +- Listar todos as saídas e entradas de áudio com seus IDs: `pw-link --output --input --ids` @@ -15,7 +15,7 @@ `pw-link --disconnect {{output_port_name}} {{input_port_name}}` -- Listar todas as conexões com seus ids: +- Listar todas as conexões com seus IDs: `pw-link --links --ids` diff --git a/pages/linux/pw-link.md b/pages/linux/pw-link.md index 5c6aed2c5b..68ce1ac773 100644 --- a/pages/linux/pw-link.md +++ b/pages/linux/pw-link.md @@ -3,7 +3,7 @@ > Manage links between ports in PipeWire. > More information: . -- List all audio output and input ports with their ids: +- List all audio output and input ports with their IDs: `pw-link --output --input --ids` @@ -15,7 +15,7 @@ `pw-link --disconnect {{output_port_name}} {{input_port_name}}` -- List all links with their ids: +- List all links with their IDs: `pw-link --links --ids`