From 69d788e4e9837a1693c7e6929be769f350483c7d Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 3 Sep 2014 13:30:52 -0700 Subject: [PATCH] Minor, add a missing space so this command gets marked up as code Summary: This only has one space but should have two so it looks nice. --- src/docs/user/userguide/diffusion_hosting.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/userguide/diffusion_hosting.diviner b/src/docs/user/userguide/diffusion_hosting.diviner index 632a7526e9..a2d845577a 100644 --- a/src/docs/user/userguide/diffusion_hosting.diviner +++ b/src/docs/user/userguide/diffusion_hosting.diviner @@ -335,7 +335,7 @@ is probably an issue with your `sudoers` configuration. Check: It may also be helpful to run `sshd` in debug mode: - $ /path/to/sshd -d -d -d -f /path/to/sshd_config.phabricator + $ /path/to/sshd -d -d -d -f /path/to/sshd_config.phabricator This will run it in the foreground and emit a large amount of debugging information.