From c3dcf4417ed3b677e4f0eace04e1c7766032729e Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:31:33 +0100 Subject: [PATCH] Updated SC2095 (markdown) --- SC2095.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2095.md b/SC2095.md index d94fee6..afea4ed 100644 --- a/SC2095.md +++ b/SC2095.md @@ -1,4 +1,4 @@ -## Use ssh -n to prevent ssh from swallowing stdin. +## Use `ssh -n` to prevent ssh from swallowing stdin. The same error applies to multiple commands, like `ffmpeg -nostdin` and `mplayer -noconsolecontrols`.