aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-16 23:43:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-16 23:43:37 +0000
commit3f485a7ff74c3707363ed47362ccc8a7855b0f58 (patch)
tree761851956b5a0c8c76dfcf290b64ad139a16eef6 /man.7
parent99622f1b4d341ddc21f96b55ae3addf4013cfb97 (diff)
downloadmandoc-3f485a7ff74c3707363ed47362ccc8a7855b0f58.tar.gz
mandoc-3f485a7ff74c3707363ed47362ccc8a7855b0f58.tar.zst
mandoc-3f485a7ff74c3707363ed47362ccc8a7855b0f58.zip
implement the GNU man-ext .TQ macro in man(7),
used for example by groff_diff(7)
Diffstat (limited to 'man.7')
-rw-r--r--man.710
1 files changed, 8 insertions, 2 deletions
diff --git a/man.7 b/man.7
index d418b9ee..5e302513 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.137 2018/04/05 22:12:33 schwarze Exp $
+.\" $Id: man.7,v 1.138 2018/08/16 23:43:37 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -16,7 +16,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 5 2018 $
+.Dd $Mdocdate: August 16 2018 $
.Dt MAN 7
.Os
.Sh NAME
@@ -693,6 +693,12 @@ See also
.Sx \&P ,
and
.Sx \&PP .
+.Ss \&TQ
+Like
+.Sx \&TP ,
+except that no vertical spacing is inserted before the paragraph.
+This is a non-standard GNU extension and rarely used even by GNU
+manual pages.
.Ss \&UC
Sets the volume for the footer for compatibility with man pages from
.Bx