From 65750bcdda3dd71b72683573d35a662c0b467a8f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 3 May 2021 15:46:51 -0400 Subject: [PATCH] doc/man/manpage.xsl: do not indent the title of an admonition block MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit See the new comment in `manpage.xsl` for more details. I copied and modified some upstream DocBook XSL (as found in `xsl/manpages/block.xsl`). Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau Change-Id: I765ce37957907edb4088a4212c1b12af8b485e60 --- doc/man/manpage.xsl | 82 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 78 insertions(+), 4 deletions(-) diff --git a/doc/man/manpage.xsl b/doc/man/manpage.xsl index d576e1406..5f6a39642 100644 --- a/doc/man/manpage.xsl +++ b/doc/man/manpage.xsl @@ -1,7 +1,7 @@ - + @@ -18,7 +18,7 @@ br - + <> @@ -26,13 +26,87 @@ \fI\fR - + \fB \fR - + + + + n + + .sp + + + .BM yellow + + + .ps +1 + + .ps -1 + .br + .RS 4 + + .sp .5v + + .EM yellow + + .RE + + + 0 + + + 0 -- 2.34.1