From: David Sommerseth Date: Wed, 28 Feb 2018 13:19:16 +0000 (+0100) Subject: man: Add .TQ groff support macro X-Git-Tag: v2.4.5~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5a63d5a6ea78bee069cc503e0a396decfbbaf0e;p=thirdparty%2Fopenvpn.git 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) --- 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.