From 9f334bb0665200534c672a89eef358a66da092cd Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 3 Apr 2025 19:17:12 +0300 Subject: tutorial: fixed excess space after example display blocks in some versions of Groff --- doc/tutorial.ms.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/tutorial.ms.in b/doc/tutorial.ms.in index e500aa8..acbf9ac 100644 --- a/doc/tutorial.ms.in +++ b/doc/tutorial.ms.in @@ -29,6 +29,12 @@ .\} . .nr DI 4n \" 4 char indentation for code samples +.nr DD 1v +.nr PD 1v +.\" fixes excess space under examples in some Groff versions +.am DE +. ns +.. . .\" The entire document is monospaced as users are supposed to .\" navigate through it and perhaps even modify it inplace. -- cgit v1.2.3