From c0883d85fa9e1b1b1bfb42e02261d55cdfd5af20 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 25 Feb 2016 15:44:15 +0000 Subject: [PATCH] Fix backticks --- doc/articles/troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 2d391809d..ad46d7114 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -331,9 +331,9 @@ for everyone. ## Composer hangs with SSH ControlMaster -When you try to install packages from a Git repository and you use the ```ControlMaster``` -setting for you SSH connection Composer might just hang endlessly and you see a ```sh``` -process in the ```defunct``` state in your process list +When you try to install packages from a Git repository and you use the `ControlMaster` +setting for you SSH connection Composer might just hang endlessly and you see a `sh` +process in the `defunct` state in your process list The reason for this is a SSH Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1988