From 673935ddfa765f70578650e166e748d5de5e93ba Mon Sep 17 00:00:00 2001 Message-Id: <673935ddfa765f70578650e166e748d5de5e93ba.1714881844.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 7 Jun 2018 10:56:48 +0100 Subject: [PATCH] noip.1: Fix bungled description of comment syntax. Organization: Straylight/Edgeware From: Mark Wooding --- noip.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noip.1 b/noip.1 index a79a872..93b0a8a 100644 --- a/noip.1 +++ b/noip.1 @@ -86,8 +86,8 @@ is set, then the file it names is read instead (assuming it exists; if it doesn't, no configuration is read). .PP The configuration file has a simple line-based format. A line is -ignored if it consists only of whitespace, or if its first whitespace -character is +ignored if it consists only of whitespace, or if its first +non-whitespace character is .RB ` # '. Otherwise, the first whitespace-delimited word is a keyword and the remainder of the line is a value. The following keywords are -- [mdw]