diff --git a/pages.pt_BR/common/kill.md b/pages.pt_BR/common/kill.md index f476c3bcd..5dc8bb179 100644 --- a/pages.pt_BR/common/kill.md +++ b/pages.pt_BR/common/kill.md @@ -2,6 +2,7 @@ > Envia um sinal para um processo, geralmente para finalizar o processo. > Todos os sinais exceto pelo SIGKILL e SIGSTOP podem ser interceptados pelo processo para finalizar de forma limpa. +> Mais informações: . - Finaliza um programa usando o sinal default SIGTERM (terminate): diff --git a/pages/common/jobs.md b/pages/common/jobs.md index d7a037558..ac41ee56e 100644 --- a/pages/common/jobs.md +++ b/pages/common/jobs.md @@ -1,6 +1,7 @@ # jobs > Display status of jobs in the current session. +> More information: . - Show status of all jobs: diff --git a/pages/common/jstack.md b/pages/common/jstack.md index b23ba38d5..135af71df 100644 --- a/pages/common/jstack.md +++ b/pages/common/jstack.md @@ -1,6 +1,7 @@ # jstack > Java Stack Trace Tool. +> More information: . - Print Java stack traces for all threads in a Java process: diff --git a/pages/common/kill.md b/pages/common/kill.md index 8a8fcb39e..75ae8de28 100644 --- a/pages/common/kill.md +++ b/pages/common/kill.md @@ -2,6 +2,7 @@ > Sends a signal to a process, usually related to stopping the process. > All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit. +> More information: . - Terminate a program using the default SIGTERM (terminate) signal: diff --git a/pages/common/killall.md b/pages/common/killall.md index 359efab90..351073e89 100644 --- a/pages/common/killall.md +++ b/pages/common/killall.md @@ -2,6 +2,7 @@ > Send kill signal to all instances of a process by name (must be exact name). > All signals except SIGKILL and SIGSTOP can be intercepted by the process, allowing a clean exit. +> More information: . - Terminate a process using the default SIGTERM (terminate) signal: