Trim extra newline from documentation of econfig key update_demand

This commit is contained in:
Markus Armbruster 2008-02-02 07:53:19 +01:00
parent 4fb5f76326
commit b8a9136242

View file

@ -117,7 +117,7 @@ EMPCFBOTH("update_demand", update_demand, int, NSC_INT, 0,
EMPCF_COMMENT("# 0 - No demand updates\n" EMPCF_COMMENT("# 0 - No demand updates\n"
"# 1 - Scheduled updates are demand updates\n" "# 1 - Scheduled updates are demand updates\n"
"# 2 - Demand updates run right after the deciding vote is cast,\n" "# 2 - Demand updates run right after the deciding vote is cast,\n"
"# in addition to (non-demand) scheduled updates\n") "# in addition to (non-demand) scheduled updates")
EMPCFBOTH("update_wantmin", update_wantmin, int, NSC_INT, 0, EMPCFBOTH("update_wantmin", update_wantmin, int, NSC_INT, 0,
"Number of votes required for a demand update") "Number of votes required for a demand update")
EMPCFBOTH("update_demandtimes", update_demandtimes, char *, NSC_STRING, 0, EMPCFBOTH("update_demandtimes", update_demandtimes, char *, NSC_STRING, 0,