From b11fa42d8e409fd0edd012b5c5cb5ed52080d82f Mon Sep 17 00:00:00 2001 From: tadam Date: Mon, 15 Feb 2010 21:21:11 +0000 Subject: [PATCH] Minor manpage formatting fix. When the documentation for InitialMapCommand was added, the section was being closed too early, pushing other paragraphs meant to be in that section out of alignment. --- doc/ChangeLog | 4 ++++ doc/commands/Style.xml | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 47f24fd9d..ffd0c5929 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-13 Thomas Adam + * commands/Style.xml: + Fix formatting by not prematurely closing a
. + 2010-01-03 Thomas Adam * commands/Style.xml: * commands/Menu.xml: diff --git a/doc/commands/Style.xml b/doc/commands/Style.xml index 264b3572c..58aceb331 100644 --- a/doc/commands/Style.xml +++ b/doc/commands/Style.xml @@ -1,5 +1,5 @@ - + MyWindow StartsOnPage 0 0, InitialMapCommand Iconify -
This would hence place the window called MyWindow on page 0 0 for the current desk, and immediately run the command on that window. - +
Window Manager placement -- 2.11.4.GIT