From 4088da5d8c53e76920292ffb13dcfb21fba75343 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 24 Mar 2011 23:47:05 +0100 Subject: [PATCH] escape __NOTSET__ in man page Signed-off-by: Steven Armstrong --- conf/type/__key_value/man.text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__key_value/man.text b/conf/type/__key_value/man.text index 70711f97..7b9381df 100644 --- a/conf/type/__key_value/man.text +++ b/conf/type/__key_value/man.text @@ -17,7 +17,7 @@ file. REQUIRED PARAMETERS ------------------- value:: - The value for the key. Setting the value to __NOTSET__ will remove the key + The value for the key. Setting the value to `__NOTSET__` will remove the key from the file. file:: The file to operate on.