diff options
author | 2018-08-16 23:40:19 +0000 | |
---|---|---|
committer | 2018-08-16 23:40:19 +0000 | |
commit | d991fc2c8b66fe5ca2f1f2204be1fe49af11f387 (patch) | |
tree | eb61542c99d91783b0e0500a4e9b73e6634257cd /share/man/man7 | |
parent | Add regress coverage for CBB_add_u32(). (diff) | |
download | wireguard-openbsd-d991fc2c8b66fe5ca2f1f2204be1fe49af11f387.tar.xz wireguard-openbsd-d991fc2c8b66fe5ca2f1f2204be1fe49af11f387.zip |
implement the GNU man-ext .TQ macro in man(7),
used for example by groff_diff(7)
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/man.7 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index a6a7c9aa7a1..db988002887 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.49 2018/04/05 22:12:09 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.50 2018/08/16 23:40:19 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 |