From c5a63d5a6ea78bee069cc503e0a396decfbbaf0e Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 28 Feb 2018 14:19:16 +0100 Subject: [PATCH] man: Add .TQ groff support macro This introduces the .TQ groff macro. Even though this can be found in newer groff versions, not all platforms we support carries this one. This macro makes it possible to have mulitple lines of options as headers before describing all of these options in the same segment. Signed-off-by: David Sommerseth Acked-by: Gert Doering Message-Id: <20180228131918.12954-1-davids@openvpn.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg16575.html Signed-off-by: Gert Doering (cherry picked from commit 5ed5ac5cf869c0284ffeedda358da23e201357cc) --- doc/openvpn.8 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 72cc6db14..3beb5ba18 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -33,7 +33,15 @@ .\" .ft -- normal face .\" .in +|-{n} -- indent .\" -.TH openvpn 8 "31 January 2018" +.\" Support macros - this is not present on all platforms +.\" Continuation line for .TP header. +.de TQ +. br +. ns +. TP \\$1\" no doublequotes around argument! +.. +.\" End of TQ macro +.TH openvpn 8 "28 February 2018" .\"********************************************************* .SH NAME openvpn \- secure IP tunnel daemon. -- 2.47.2