From b3682af6ff3b8e0de63583ce18893847600bdf22 Mon Sep 17 00:00:00 2001 From: Schneider Date: Tue, 10 Mar 2020 21:27:49 -0300 Subject: [PATCH] multiple pages: remove trailing whitespaces --- contributing-guides/git-terminal.md | 8 ++++---- pages.pt_BR/common/xkill.md | 2 +- pages/linux/taskset.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contributing-guides/git-terminal.md b/contributing-guides/git-terminal.md index 0840a4a74..96363ec0a 100644 --- a/contributing-guides/git-terminal.md +++ b/contributing-guides/git-terminal.md @@ -6,18 +6,18 @@ The overall process should look somewhat like this: 1. Fork the tldr repository on the GitHub web interface. -2. Clone your fork locally: +2. Clone your fork locally: `git clone https://github.com/{{your_username}}/tldr.git && cd tldr` -3. Create a feature branch, e.g. named after the command you plan to edit: +3. Create a feature branch, e.g. named after the command you plan to edit: `git checkout -b {{branch_name}}` 4. Make your changes (edit existing files or create new ones) -5. Commit the changes (following the [commit message guidelines][commit-msg]): +5. Commit the changes (following the [commit message guidelines][commit-msg]): `git commit --all -m "{{commit_message}}"` -6. Push the commit(s) to your fork: +6. Push the commit(s) to your fork: `git push origin {{branch_name}}` 7. Go to the GitHub page for your fork and click the green "pull request" button. diff --git a/pages.pt_BR/common/xkill.md b/pages.pt_BR/common/xkill.md index 7c2d290c9..3bf1df3b6 100644 --- a/pages.pt_BR/common/xkill.md +++ b/pages.pt_BR/common/xkill.md @@ -1,7 +1,7 @@ # xkill > Termina o cliente associado a um elemento gráfico. -> Utilizado para forçar a terminação de processos que não respondem ou não apresentam botão "fechar" +> Utilizado para forçar a terminação de processos que não respondem ou não apresentam botão "fechar" - Ativa a terminação da janela através do clique do botão esquerdo do mouse (pressionar qualquer outra tecla para cancelar): diff --git a/pages/linux/taskset.md b/pages/linux/taskset.md index e6ec3e9aa..a21b3a5ab 100644 --- a/pages/linux/taskset.md +++ b/pages/linux/taskset.md @@ -1,4 +1,4 @@ -# taskset +# taskset > Get or set a process' CPU affinity or start a new process with a defined CPU affinity.