From 5ed5ac5cf869c0284ffeedda358da23e201357cc 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 --- doc/openvpn.8 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 364aee8a0..bd9f26067 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