From 80804639b86fe315b0aad8c592c9da82eeb01d5d Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 11 Mar 2016 15:49:56 -0800 Subject: [PATCH] Style --- adsbus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adsbus/README.md b/adsbus/README.md index 7201379..3a4eb60 100644 --- a/adsbus/README.md +++ b/adsbus/README.md @@ -112,7 +112,7 @@ make * Log timestamping: use `--log-timestamps` * Run as user: use [start-stop-daemon](http://manpages.ubuntu.com/manpages/vivid/man8/start-stop-daemon.8.html), etc. * Shuts down cleanly on SIGTERM - * **DO NOT RUN AS ROOT**. + * **DO NOT RUN AS ROOT** * To bind privileged (< 1024) ports, use [capabilities](http://man7.org/linux/man-pages/man7/capabilities.7.html): ```console