From: Jakob Haufe Date: Thu, 1 Oct 2015 19:34:16 +0000 (+0200) Subject: Fix formatting of description list X-Git-Tag: 4.14.1~102^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d584d0f2db46888aabac0850c86104a622c9b2fc;p=i3%2Fi3 Fix formatting of description list --- diff --git a/docs/userguide b/docs/userguide index 13dae4fe..b077eb66 100644 --- a/docs/userguide +++ b/docs/userguide @@ -2134,10 +2134,10 @@ and the following placeholders which will be replaced: +%title+:: The X11 window title (_NET_WM_NAME or WM_NAME as fallback). -+%class+: ++%class+:: The X11 window class (second part of WM_CLASS). This corresponds to the +class+ criterion, see <>. -+%instance+: ++%instance+:: The X11 window instance (first part of WM_CLASS). This corresponds to the +instance+ criterion, see <>.