From 2dcd69868644f8e3565e7836c90f22a104e91bc1 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 3 Sep 2015 07:05:28 +0200 Subject: [PATCH] docs: Document updates to the urgency of the next tag --- doc/man/taskrc.5.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index f8908206a..38b72da09 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -1084,10 +1084,6 @@ The urgency calculation uses a polynomial with several terms, each of which has a configurable coefficient. Those coefficients are: .TP -.B urgency.next.coefficient=15.0 -.RS -Urgency coefficient for 'next' special tag -.RE .B urgency.blocking.coefficient=8.0 .RS Urgency coefficient for blocking tasks @@ -1136,6 +1132,10 @@ Maximum age in days. After this number of days has elapsed, the urgency of a tas .RS Specific tag coefficient. .RE +.B urgency.user.tag.next.coefficient=15.0 +.RS +Urgency coefficient for tag 'next'. +.RE .B urgency.user.project..coefficient=... .RS Specific project coefficient.