Browse code

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 <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>

David Sommerseth authored on 2018/02/28 22:19:16
Showing 1 changed files
... ...
@@ -33,7 +33,15 @@
33 33
 .\" .ft -- normal face
34 34
 .\" .in +|-{n} -- indent
35 35
 .\"
36
-.TH openvpn 8 "31 January 2018"
36
+.\" Support macros - this is not present on all platforms
37
+.\" Continuation line for .TP header.
38
+.de TQ
39
+.  br
40
+.  ns
41
+.  TP \\$1\" no doublequotes around argument!
42
+..
43
+.\" End of TQ macro
44
+.TH openvpn 8 "28 February 2018"
37 45
 .\"*********************************************************
38 46
 .SH NAME
39 47
 openvpn \- secure IP tunnel daemon.