From 05b077100b7eee428703663645e1c0eaab15dbe8 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Sun, 23 Sep 2012 06:17:16 +0300 Subject: [PATCH] Less "the" in a doc. --- doc/DEBUGGING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DEBUGGING.md b/doc/DEBUGGING.md index a5d11e7..92f7692 100644 --- a/doc/DEBUGGING.md +++ b/doc/DEBUGGING.md @@ -5,8 +5,8 @@ Debugging aprsc issues, tips and tricks Enabling debug logging ------------------------- -Change the log level to debug by changing the "-e info" to "-e debug" on the -aprsc command line. Insert the "-e debug" if you don't have an -e parameter. +Change the log level to debug by changing "-e info" to "-e debug" on the +aprsc command line. Insert "-e debug" if you don't have an -e parameter. On Debian and Ubuntu the parameter goes in /etc/default/aprsc, on the DAEMON_OPTS line. On other systems it typically goes in the init script.