linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drop spurious t comment header
@ 2020-07-23 21:53 Mike Frysinger
  2020-07-24  0:03 ` G. Branden Robinson
  0 siblings, 1 reply; 11+ messages in thread
From: Mike Frysinger @ 2020-07-23 21:53 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

From: Mike Frysinger <vapier@chromium.org>

A bunch of pages have this random comment at the start of its header,
but most do not.  Just trim it everywhere.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 man2/fcntl.2          | 1 -
 man2/lseek.2          | 1 -
 man2/mq_getsetattr.2  | 1 -
 man2/sgetmask.2       | 1 -
 man2/sigaction.2      | 1 -
 man2/sigaltstack.2    | 1 -
 man2/socket.2         | 1 -
 man2/stat.2           | 1 -
 man2/statx.2          | 1 -
 man2/syslog.2         | 1 -
 man3/aio_init.3       | 1 -
 man3/dladdr.3         | 1 -
 man3/dlinfo.3         | 1 -
 man3/duplocale.3      | 1 -
 man3/inet_net_pton.3  | 1 -
 man3/isfdtype.3       | 1 -
 man3/mallinfo.3       | 1 -
 man3/malloc_stats.3   | 1 -
 man3/malloc_trim.3    | 1 -
 man3/mallopt.3        | 1 -
 man3/matherr.3        | 1 -
 man3/mq_close.3       | 1 -
 man3/mq_getattr.3     | 1 -
 man3/mq_notify.3      | 1 -
 man3/mq_open.3        | 1 -
 man3/mq_receive.3     | 1 -
 man3/mq_send.3        | 1 -
 man3/mq_unlink.3      | 1 -
 man3/pthread_atfork.3 | 1 -
 man3/sem_close.3      | 1 -
 man3/sem_destroy.3    | 1 -
 man3/sem_getvalue.3   | 1 -
 man3/sem_init.3       | 1 -
 man3/sem_open.3       | 1 -
 man3/sem_post.3       | 1 -
 man3/sem_unlink.3     | 1 -
 man3/sem_wait.3       | 1 -
 man3/sigset.3         | 1 -
 man3/sigvec.3         | 1 -
 man3/uselocale.3      | 1 -
 man4/console_codes.4  | 1 -
 man4/dsp56k.4         | 1 -
 man4/fd.4             | 1 -
 man4/lp.4             | 1 -
 man4/mouse.4          | 1 -
 man7/aio.7            | 1 -
 man7/arp.7            | 1 -
 man7/ascii.7          | 1 -
 man7/inode.7          | 1 -
 man7/inotify.7        | 1 -
 man7/ip.7             | 1 -
 man7/mq_overview.7    | 1 -
 man7/netdevice.7      | 1 -
 man7/netlink.7        | 1 -
 man7/pthreads.7       | 1 -
 man7/raw.7            | 1 -
 man7/rtnetlink.7      | 1 -
 man7/sem_overview.7   | 1 -
 man7/shm_overview.7   | 1 -
 man7/signal.7         | 1 -
 man7/socket.7         | 1 -
 man7/units.7          | 1 -
 62 files changed, 62 deletions(-)

diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 8a7e189b2e57..e2765dc1bca8 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -1,4 +1,3 @@
-'\" t
 .\" This manpage is Copyright (C) 1992 Drew Eckhardt;
 .\" and Copyright (C) 1993 Michael Haardt, Ian Jackson;
 .\" and Copyright (C) 1998 Jamie Lokier;
diff --git a/man2/lseek.2 b/man2/lseek.2
index 22de446fc231..adef7be82f36 100644
--- a/man2/lseek.2
+++ b/man2/lseek.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" and Copyright (c) 2011, Michael Kerrisk <mtk.manpages@gmail.com>
 .\" All rights reserved.
diff --git a/man2/mq_getsetattr.2 b/man2/mq_getsetattr.2
index d3ad25bf3e43..cc595d6de82b 100644
--- a/man2/mq_getsetattr.2
+++ b/man2/mq_getsetattr.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man2/sgetmask.2 b/man2/sgetmask.2
index dc69454cf05c..20944d82201f 100644
--- a/man2/sgetmask.2
+++ b/man2/sgetmask.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2007 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index 21d8b15b394e..c10421835bcf 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 1994,1995 Mike Battersby <mib@deakin.edu.au>
 .\" and Copyright 2004, 2005 Michael Kerrisk <mtk.manpages@gmail.com>
 .\" based on work by faith@cs.unc.edu
diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index b01f55864392..72e1c071ecbd 100644
--- a/man2/sigaltstack.2
+++ b/man2/sigaltstack.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2001, 2017 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man2/socket.2 b/man2/socket.2
index 7908f4fc8fee..d3df14a28154 100644
--- a/man2/socket.2
+++ b/man2/socket.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 1983, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
diff --git a/man2/stat.2 b/man2/stat.2
index 395b60845837..b67bc7023b67 100644
--- a/man2/stat.2
+++ b/man2/stat.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 1992 Drew Eckhardt (drew@cs.colorado.edu), March 28, 1992
 .\" Parts Copyright (c) 1995 Nicolai Langfeldt (janl@ifi.uio.no), 1/1/95
 .\" and Copyright (c) 2006, 2007, 2014 Michael Kerrisk <mtk.manpages@gmail.com>
diff --git a/man2/statx.2 b/man2/statx.2
index fc4cd6761906..57607f6d81c6 100644
--- a/man2/statx.2
+++ b/man2/statx.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2017 David Howells <dhowells@redhat.com>
 .\"
 .\" Derived from the stat.2 manual page:
diff --git a/man2/syslog.2 b/man2/syslog.2
index c6479e6decf2..bca93c56037e 100644
--- a/man2/syslog.2
+++ b/man2/syslog.2
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 1995 Andries Brouwer (aeb@cwi.nl)
 .\" and Copyright (C) 2012, 2014 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
diff --git a/man3/aio_init.3 b/man3/aio_init.3
index 8d176b4b20d7..9c0af4e72793 100644
--- a/man3/aio_init.3
+++ b/man3/aio_init.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2010 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/dladdr.3 b/man3/dladdr.3
index e5c96d231a6a..7dd27c76ef2f 100644
--- a/man3/dladdr.3
+++ b/man3/dladdr.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2015 Michael Kerrisk <mtk.manpages@gmail.com>
 .\" and Copyright (C) 2008 Petr Baudis <pasky@suse.cz> (dladdr caveat)
 .\"
diff --git a/man3/dlinfo.3 b/man3/dlinfo.3
index 4c3c8aa79de0..91dedba86cf6 100644
--- a/man3/dlinfo.3
+++ b/man3/dlinfo.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2015 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/duplocale.3 b/man3/duplocale.3
index 68df7c185786..ebedbc95acc0 100644
--- a/man3/duplocale.3
+++ b/man3/duplocale.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2014 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/inet_net_pton.3 b/man3/inet_net_pton.3
index f30bc5e9065d..00f94b9d47a3 100644
--- a/man3/inet_net_pton.3
+++ b/man3/inet_net_pton.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2014 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/isfdtype.3 b/man3/isfdtype.3
index 746c9839f7cb..6d9059b61fd6 100644
--- a/man3/isfdtype.3
+++ b/man3/isfdtype.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2014 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/mallinfo.3 b/man3/mallinfo.3
index f29b7fb14251..ceb62d365a3a 100644
--- a/man3/mallinfo.3
+++ b/man3/mallinfo.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/malloc_stats.3 b/man3/malloc_stats.3
index c7954c3ba2a3..0feaf8edb51f 100644
--- a/man3/malloc_stats.3
+++ b/man3/malloc_stats.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/malloc_trim.3 b/man3/malloc_trim.3
index 62b7a980bef5..5d1691474232 100644
--- a/man3/malloc_trim.3
+++ b/man3/malloc_trim.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/mallopt.3 b/man3/mallopt.3
index 28d6e6f774ea..ccf5ac363d47 100644
--- a/man3/mallopt.3
+++ b/man3/mallopt.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/matherr.3 b/man3/matherr.3
index 931499c2c78c..d9778aaefbed 100644
--- a/man3/matherr.3
+++ b/man3/matherr.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
diff --git a/man3/mq_close.3 b/man3/mq_close.3
index 27da985aaf08..6692c47aec49 100644
--- a/man3/mq_close.3
+++ b/man3/mq_close.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/mq_getattr.3 b/man3/mq_getattr.3
index 7713164722d6..04bd1d9af8a0 100644
--- a/man3/mq_getattr.3
+++ b/man3/mq_getattr.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/mq_notify.3 b/man3/mq_notify.3
index debad2184c87..85cff527d029 100644
--- a/man3/mq_notify.3
+++ b/man3/mq_notify.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/mq_open.3 b/man3/mq_open.3
index b6ba4cd48faa..852653b6ca17 100644
--- a/man3/mq_open.3
+++ b/man3/mq_open.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/mq_receive.3 b/man3/mq_receive.3
index d78ed5dcfe3b..cba72cbad4fe 100644
--- a/man3/mq_receive.3
+++ b/man3/mq_receive.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/mq_send.3 b/man3/mq_send.3
index 2650f7974b03..7dc90493556e 100644
--- a/man3/mq_send.3
+++ b/man3/mq_send.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/mq_unlink.3 b/man3/mq_unlink.3
index 77756dd5ad98..d6588bcf42a7 100644
--- a/man3/mq_unlink.3
+++ b/man3/mq_unlink.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/pthread_atfork.3 b/man3/pthread_atfork.3
index ac517d0f3958..76a261724258 100644
--- a/man3/pthread_atfork.3
+++ b/man3/pthread_atfork.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2017 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sem_close.3 b/man3/sem_close.3
index c1c36bdea5ca..671a082a58f0 100644
--- a/man3/sem_close.3
+++ b/man3/sem_close.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sem_destroy.3 b/man3/sem_destroy.3
index 650a3c88a2e5..eefc37a48b6a 100644
--- a/man3/sem_destroy.3
+++ b/man3/sem_destroy.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sem_getvalue.3 b/man3/sem_getvalue.3
index d7962033a38d..bde0c9764c8d 100644
--- a/man3/sem_getvalue.3
+++ b/man3/sem_getvalue.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sem_init.3 b/man3/sem_init.3
index 723e572a1044..7334ce0239e0 100644
--- a/man3/sem_init.3
+++ b/man3/sem_init.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sem_open.3 b/man3/sem_open.3
index 62e004919e2c..ceb4493f69fa 100644
--- a/man3/sem_open.3
+++ b/man3/sem_open.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sem_post.3 b/man3/sem_post.3
index 69b970b7c522..adbffd516af3 100644
--- a/man3/sem_post.3
+++ b/man3/sem_post.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sem_unlink.3 b/man3/sem_unlink.3
index 63705495e2b4..419a6c422e39 100644
--- a/man3/sem_unlink.3
+++ b/man3/sem_unlink.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sem_wait.3 b/man3/sem_wait.3
index ccd63141956d..335fb675659b 100644
--- a/man3/sem_wait.3
+++ b/man3/sem_wait.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sigset.3 b/man3/sigset.3
index afe3747cb2d3..4e57d3b97134 100644
--- a/man3/sigset.3
+++ b/man3/sigset.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2005 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/sigvec.3 b/man3/sigvec.3
index 0b8021d5ecaa..583ebae6a3b5 100644
--- a/man3/sigvec.3
+++ b/man3/sigvec.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2005 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man3/uselocale.3 b/man3/uselocale.3
index 8f39125802ca..36f76888b81d 100644
--- a/man3/uselocale.3
+++ b/man3/uselocale.3
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2014 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man4/console_codes.4 b/man4/console_codes.4
index be34a0d91132..2958d6221f96 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 1996 Andries Brouwer <aeb@cwi.nl>, Mon Oct 31 22:13:04 1996
 .\"
 .\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
diff --git a/man4/dsp56k.4 b/man4/dsp56k.4
index 68a4b925ff96..a87e0d2c5be5 100644
--- a/man4/dsp56k.4
+++ b/man4/dsp56k.4
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2000 lars brinkhoff <lars@nocrew.org>
 .\"
 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
diff --git a/man4/fd.4 b/man4/fd.4
index f882aae75f9a..1c3f99a2a192 100644
--- a/man4/fd.4
+++ b/man4/fd.4
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 1993 Michael Haardt (michael@cantor.informatik.rwth-aachen.de)
 .\" and 1994,1995 Alain Knaff (Alain.Knaff@imag.fr)
 .\"
diff --git a/man4/lp.4 b/man4/lp.4
index 9460feebb5e2..06b211994f21 100644
--- a/man4/lp.4
+++ b/man4/lp.4
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) Michael Haardt (michael@cantor.informatik.rwth-aachen.de),
 .\"     Sun Jan 15 19:16:33 1995
 .\"
diff --git a/man4/mouse.4 b/man4/mouse.4
index 1805c2935397..38de9c139abb 100644
--- a/man4/mouse.4
+++ b/man4/mouse.4
@@ -1,4 +1,3 @@
-'\" t
 .\" This manpage is Copyright (C) 1996 Michael Haardt.
 .\" Updates Nov 1998, Andries Brouwer
 .\"
diff --git a/man7/aio.7 b/man7/aio.7
index f44ea7197f41..a23b4f74cd8b 100644
--- a/man7/aio.7
+++ b/man7/aio.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2010 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man7/arp.7 b/man7/arp.7
index e21dd5a4ec04..f8b0d11c0c73 100644
--- a/man7/arp.7
+++ b/man7/arp.7
@@ -1,4 +1,3 @@
-'\" t
 .\" This man page is Copyright (C) 1999 Matthew Wilcox <willy@bofh.ai>.
 .\" %%%LICENSE_START(VERBATIM_ONE_PARA)
 .\" Permission is granted to distribute possibly modified copies
diff --git a/man7/ascii.7 b/man7/ascii.7
index 11b311f9d42c..2f66e17e53cb 100644
--- a/man7/ascii.7
+++ b/man7/ascii.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de)
 .\"
 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
diff --git a/man7/inode.7 b/man7/inode.7
index 86d35af5a84f..e0a619569670 100644
--- a/man7/inode.7
+++ b/man7/inode.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2017 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man7/inotify.7 b/man7/inotify.7
index 90a46bb0e93c..e60d9c82b6f8 100644
--- a/man7/inotify.7
+++ b/man7/inotify.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006, 2014 Michael Kerrisk <mtk.manpages@gmail.com>
 .\" Copyright (C) 2014 Heinrich Schuchardt <xypron.glpk@gmx.de>
 .\"
diff --git a/man7/ip.7 b/man7/ip.7
index 7757a6b4e3c4..c522b219c988 100644
--- a/man7/ip.7
+++ b/man7/ip.7
@@ -1,4 +1,3 @@
-'\" t
 .\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
 .\"
 .\" %%%LICENSE_START(VERBATIM_ONE_PARA)
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7
index 6fa63f41bae4..fc229fbde215 100644
--- a/man7/mq_overview.7
+++ b/man7/mq_overview.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man7/netdevice.7 b/man7/netdevice.7
index 2100ca68e1a9..947167a849af 100644
--- a/man7/netdevice.7
+++ b/man7/netdevice.7
@@ -1,4 +1,3 @@
-'\" t
 .\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
 .\"
 .\" %%%LICENSE_START(VERBATIM_ONE_PARA)
diff --git a/man7/netlink.7 b/man7/netlink.7
index 3c1eacf1d49e..8b6b01b4d0be 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -1,4 +1,3 @@
-'\" t
 .\" This man page is Copyright (c) 1998 by Andi Kleen.
 .\"
 .\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index c91106d8cbd2..e470d8a59c94 100644
--- a/man7/pthreads.7
+++ b/man7/pthreads.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 2005 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man7/raw.7 b/man7/raw.7
index 779437b668d6..e11b4c0614a3 100644
--- a/man7/raw.7
+++ b/man7/raw.7
@@ -1,4 +1,3 @@
-'\" t
 .\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
 .\"
 .\" %%%LICENSE_START(VERBATIM_ONE_PARA)
diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
index 7d6e6563ba9a..8671d360ee64 100644
--- a/man7/rtnetlink.7
+++ b/man7/rtnetlink.7
@@ -1,4 +1,3 @@
-'\" t
 .\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
 .\"
 .\" %%%LICENSE_START(VERBATIM_ONE_PARA)
diff --git a/man7/sem_overview.7 b/man7/sem_overview.7
index fa90d160eb0a..97ccf144c9b1 100644
--- a/man7/sem_overview.7
+++ b/man7/sem_overview.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
diff --git a/man7/shm_overview.7 b/man7/shm_overview.7
index 3afdeb41aff2..49bef6da382b 100644
--- a/man7/shm_overview.7
+++ b/man7/shm_overview.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2008, Linux Foundation, written by Michael Kerrisk
 .\" <mtk.manpages@gmail.com>
 .\"
diff --git a/man7/signal.7 b/man7/signal.7
index 6973a238459a..97af1d33e11c 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
 .\" and Copyright (c) 2002, 2006 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\" and Copyright (c) 2008 Linux Foundation, written by Michael Kerrisk
diff --git a/man7/socket.7 b/man7/socket.7
index 5c28120c7d35..ab364784f3d1 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -1,4 +1,3 @@
-'\" t
 .\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
 .\" and copyright (c) 1999 Matthew Wilcox.
 .\"
diff --git a/man7/units.7 b/man7/units.7
index e2191a310a9a..705d15b748ba 100644
--- a/man7/units.7
+++ b/man7/units.7
@@ -1,4 +1,3 @@
-'\" t
 .\" Copyright (C) 2001 Andries Brouwer <aeb@cwi.nl>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2020-07-23 21:53 [PATCH] drop spurious t comment header Mike Frysinger
@ 2020-07-24  0:03 ` G. Branden Robinson
  2020-07-24 10:13   ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 11+ messages in thread
From: G. Branden Robinson @ 2020-07-24  0:03 UTC (permalink / raw)
  To: linux-man; +Cc: Michael Kerrisk

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

At 2020-07-23T17:53:33-0400, Mike Frysinger wrote:
> From: Mike Frysinger <vapier@chromium.org>
> 
> A bunch of pages have this random comment at the start of its header,
> but most do not.  Just trim it everywhere.

It's pretty misleading to call it "random"; it is a hint to the man
program to preprocess the man page text through tbl.

This is documented in subsection "Interaction with preprocessors" of
groff_man(5).

The patch itself might be fine; the first couple of pages it alters
indeed use no tables, according to the check I ran:
	grep -l '^\.\s*TS' man[1-8]/*

...but the comment is certainly not meaningless noise, which is what
"random" suggests, and I would not characterize the change this in a
commit message.

Regards,
Branden

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2020-07-24  0:03 ` G. Branden Robinson
@ 2020-07-24 10:13   ` Michael Kerrisk (man-pages)
  2020-07-24 12:15     ` G. Branden Robinson
  2022-08-19 20:21     ` Jakub Wilk
  0 siblings, 2 replies; 11+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-07-24 10:13 UTC (permalink / raw)
  To: G. Branden Robinson; +Cc: linux-man

Hi Branden, Mike,

On Fri, 24 Jul 2020 at 02:03, G. Branden Robinson
<g.branden.robinson@gmail.com> wrote:
>
> At 2020-07-23T17:53:33-0400, Mike Frysinger wrote:
> > From: Mike Frysinger <vapier@chromium.org>
> >
> > A bunch of pages have this random comment at the start of its header,
> > but most do not.  Just trim it everywhere.
>
> It's pretty misleading to call it "random";

(True.)

> it is a hint to the man
> program to preprocess the man page text through tbl.

Yes, that's my understanding. But I believe that these days it's no
longer needed(?). tbl(1) just gets used as needed, regardless of the
presence of the 't' comment, right?

> This is documented in subsection "Interaction with preprocessors" of
> groff_man(5).
>
> The patch itself might be fine; the first couple of pages it alters
> indeed use no tables, according to the check I ran:
>         grep -l '^\.\s*TS' man[1-8]/*
>
> ...but the comment is certainly not meaningless noise, which is what
> "random" suggests, and I would not characterize the change this in a
> commit message.

See my comments above. For 15 years or at least, I've not paid any
attention to adding the 't' comments when I added tables to pages, and
I do recall anyone reporting ill effects. So, I'm inclined to apply
Mike's patch, but will hold off a moment, in case there's other
feedback.

Cheers,

Michael

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2020-07-24 10:13   ` Michael Kerrisk (man-pages)
@ 2020-07-24 12:15     ` G. Branden Robinson
  2020-07-24 12:30       ` Michael Kerrisk (man-pages)
  2022-08-19 20:21     ` Jakub Wilk
  1 sibling, 1 reply; 11+ messages in thread
From: G. Branden Robinson @ 2020-07-24 12:15 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]

At 2020-07-24T12:13:33+0200, Michael Kerrisk (man-pages) wrote:
> On Fri, 24 Jul 2020 at 02:03, G. Branden Robinson
> <g.branden.robinson@gmail.com> wrote:
> > it is a hint to the man
> > program to preprocess the man page text through tbl.
> 
> Yes, that's my understanding. But I believe that these days it's no
> longer needed(?). tbl(1) just gets used as needed, regardless of the
> presence of the 't' comment, right?

[A few "strace -f -e execve"s later...]

Hmm, for the man-db man(1) in Debian bullseye (testing), at least, this
is true!  And checking its own man page, it looks like it was true as
far back as April 2001 (the horizon of its Git history).

I guess there are so many man pages that embed tables without including
the hint that the man-db maintainers decided not to leave the comment to
chance.  The only other man-like program I know if in anything like wide
use on Linux systems is mandoc, which does all its own parsing and
doesn't depend on a *roff at all.

Retaining an accurate comment would be a kindness to other man
implementations I'm not aware of and to weirdos like me who run groff
directly because we develop it (though admittedly, even for us, there is
the crutch of grog(1)).  But I'll grant--these populations may be small.

> See my comments above. For 15 years or at least, I've not paid any
> attention to adding the 't' comments when I added tables to pages, and
> I do recall anyone reporting ill effects. So, I'm inclined to apply
> Mike's patch, but will hold off a moment, in case there's other
> feedback.

Sounds fair.

Regards,
Branden

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2020-07-24 12:15     ` G. Branden Robinson
@ 2020-07-24 12:30       ` Michael Kerrisk (man-pages)
  2020-07-24 13:13         ` Stefan Puiu
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-07-24 12:30 UTC (permalink / raw)
  To: G. Branden Robinson; +Cc: mtk.manpages, linux-man

Hi Branden, Mike,

On 7/24/20 2:15 PM, G. Branden Robinson wrote:
> At 2020-07-24T12:13:33+0200, Michael Kerrisk (man-pages) wrote:
>> On Fri, 24 Jul 2020 at 02:03, G. Branden Robinson
>> <g.branden.robinson@gmail.com> wrote:
>>> it is a hint to the man
>>> program to preprocess the man page text through tbl.
>>
>> Yes, that's my understanding. But I believe that these days it's no
>> longer needed(?). tbl(1) just gets used as needed, regardless of the
>> presence of the 't' comment, right?
> 
> [A few "strace -f -e execve"s later...]
> 
> Hmm, for the man-db man(1) in Debian bullseye (testing), at least, this
> is true!  And checking its own man page, it looks like it was true as
> far back as April 2001 (the horizon of its Git history).
> 
> I guess there are so many man pages that embed tables without including
> the hint that the man-db maintainers decided not to leave the comment to
> chance.  

That would be my guess.

> The only other man-like program I know if in anything like wide
> use on Linux systems is mandoc, which does all its own parsing and
> doesn't depend on a *roff at all.
> 
> Retaining an accurate comment would be a kindness to other man
> implementations I'm not aware of and to weirdos like me who run groff
> directly because we develop it (though admittedly, even for us, there is
> the crutch of grog(1)).  But I'll grant--these populations may be small.

Yes, and in any case, the man-pages pages are already widely omitting
this comment.

>> See my comments above. For 15 years or at least, I've not paid any
>> attention to adding the 't' comments when I added tables to pages, and
>> I do recall anyone reporting ill effects. So, I'm inclined to apply
>> Mike's patch, but will hold off a moment, in case there's other
>> feedback.
> 
> Sounds fair.

Branden, thanks for your detailed analysis.

Mike, I've applied the patch, but completely rewrote the commit
message, as below.

Cheers,

Michael

==

Various pages: Drop t comment header
  
Historically, a comment of the following form at the top of a
manual page was used to indicate too man(1) that the use of tbl(1)
was required in order to process tables:

    '\" t

However, at least as far back as 2001 (according to Branden),
man-db's man(1) automatically uses tbl(1) as needed, rendering
this comment unnecessary. And indeed many existing pages in
man-pages that have tables don't have this comment at the top of
the file.  So, drop the comment from those files where it is
present.


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2020-07-24 12:30       ` Michael Kerrisk (man-pages)
@ 2020-07-24 13:13         ` Stefan Puiu
  2020-07-24 15:17           ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Puiu @ 2020-07-24 13:13 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: G. Branden Robinson, linux-man

Hi Michael,

I think I noticed one typo in your description text (and I also see it in git):

On Fri, Jul 24, 2020 at 3:30 PM Michael Kerrisk (man-pages)
<mtk.manpages@gmail.com> wrote:
> Historically, a comment of the following form at the top of a
> manual page was used to indicate too man(1) that the use of tbl(1)

s/too man/to man?

> was required in order to process tables:
>
>     '\" t
>
> --
> Michael Kerrisk
> Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
> Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2020-07-24 13:13         ` Stefan Puiu
@ 2020-07-24 15:17           ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-07-24 15:17 UTC (permalink / raw)
  To: Stefan Puiu; +Cc: G. Branden Robinson, linux-man

Hi Stefan,

On Fri, 24 Jul 2020 at 15:13, Stefan Puiu <stefan.puiu@gmail.com> wrote:
>
> Hi Michael,
>
> I think I noticed one typo in your description text (and I also see it in git):
>
> On Fri, Jul 24, 2020 at 3:30 PM Michael Kerrisk (man-pages)
> <mtk.manpages@gmail.com> wrote:
> > Historically, a comment of the following form at the top of a
> > manual page was used to indicate too man(1) that the use of tbl(1)
>
> s/too man/to man?

Yes, I spotted it too, but too late...

Thanks,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2020-07-24 10:13   ` Michael Kerrisk (man-pages)
  2020-07-24 12:15     ` G. Branden Robinson
@ 2022-08-19 20:21     ` Jakub Wilk
  2022-08-19 23:50       ` Alejandro Colomar
  1 sibling, 1 reply; 11+ messages in thread
From: Jakub Wilk @ 2022-08-19 20:21 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: G. Branden Robinson, linux-man

* Michael Kerrisk <mtk.manpages@gmail.com>, 2020-07-24 12:13:
>For 15 years or at least, I've not paid any attention to adding the 't' 
>comments when I added tables to pages, and I do recall anyone reporting 
>ill effects. So, I'm inclined to apply Mike's patch, but will hold off 
>a moment, in case there's other feedback.

I'm a bit late, but...

Lintian, the Debian package checker, sets the MANROFFSEQ environment 
variable to empty string as a speed optimization. This turns off loading 
preprocessors that weren't explicitly declared in the source. The lack 
of '\" comments can cause false positives (and maybe also false 
negatives?) in Lintian.

The use of $MANROFFSEQ for Lintian was proposed here: 
https://bugs.debian.org/677874

Beware that the man(1) man page does not correctly explain what 
$MANROFFSEQ does: https://bugs.debian.org/971009

-- 
Jakub Wilk

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2022-08-19 20:21     ` Jakub Wilk
@ 2022-08-19 23:50       ` Alejandro Colomar
  2022-11-05 18:26         ` Jakub Wilk
  0 siblings, 1 reply; 11+ messages in thread
From: Alejandro Colomar @ 2022-08-19 23:50 UTC (permalink / raw)
  To: Jakub Wilk, Michael Kerrisk; +Cc: G. Branden Robinson, linux-man


[-- Attachment #1.1: Type: text/plain, Size: 1540 bytes --]

Hi Jakub,

On 8/19/22 22:21, Jakub Wilk wrote:
> * Michael Kerrisk <mtk.manpages@gmail.com>, 2020-07-24 12:13:
>> For 15 years or at least, I've not paid any attention to adding the 
>> 't' comments when I added tables to pages, and I do recall anyone 
>> reporting ill effects. So, I'm inclined to apply Mike's patch, but 
>> will hold off a moment, in case there's other feedback.
> 
> I'm a bit late, but...
> 
> Lintian, the Debian package checker, sets the MANROFFSEQ environment 
> variable to empty string as a speed optimization. This turns off loading 
> preprocessors that weren't explicitly declared in the source. The lack 
> of '\" comments can cause false positives (and maybe also false 
> negatives?) in Lintian.
> 
> The use of $MANROFFSEQ for Lintian was proposed here: 
> https://bugs.debian.org/677874
> 
> Beware that the man(1) man page does not correctly explain what 
> $MANROFFSEQ does: https://bugs.debian.org/971009

If we can have a test that makes sure the comment is accurate, I 
wouldn't mind reintroducing it.  If you would like to add a lint-* 
target that tests pages to check that they have the comment iff they 
need it, I'll accept it.

I guess that may be asking too much work.  Maybe showing how to reliably 
test it for a page would be enough (I could transform it into a Makefile 
test).  I can think of a small sh(1) script that could do it, but is 
there any tool that already does it?

Cheers,

Alex
-- 
Alejandro Colomar
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2022-08-19 23:50       ` Alejandro Colomar
@ 2022-11-05 18:26         ` Jakub Wilk
  2022-11-06 23:33           ` Alejandro Colomar
  0 siblings, 1 reply; 11+ messages in thread
From: Jakub Wilk @ 2022-11-05 18:26 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: Michael Kerrisk, G. Branden Robinson, linux-man

[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]

* Alejandro Colomar <alx.manpages@gmail.com>, 2022-08-20 01:50:
>>Lintian, the Debian package checker, sets the MANROFFSEQ environment 
>>variable to empty string as a speed optimization. This turns off 
>>loading preprocessors that weren't explicitly declared in the 
>>source. The lack of '\" comments can cause false positives (and 
>>maybe also false negatives?) in Lintian.
>>
>>The use of $MANROFFSEQ for Lintian was proposed here: 
>>https://bugs.debian.org/677874
>>
>>Beware that the man(1) man page does not correctly explain what 
>>$MANROFFSEQ does: https://bugs.debian.org/971009
>
>If we can have a test that makes sure the comment is accurate, I 
>wouldn't mind reintroducing it.  If you would like to add a lint-* 
>target that tests pages to check that they have the comment iff they 
>need it, I'll accept it.
>
>I guess that may be asking too much work.  Maybe showing how to 
>reliably test it for a page would be enough (I could transform it into 
>a Makefile test).  I can think of a small sh(1) script that could do 
>it, but is there any tool that already does it?

I'm not aware of anything like that, so I hacked up a script that runs 
man twice, with and without empty MANROFFSEQ, and compares the results. 
See the attachment.

It looks like in our case all the missing preprocessor declarations can 
be added with this:

     grep -l -x '^[.]TS$' man*/* | sort -u | xargs sed -i -e "1i'\\\\\" t"

-- 
Jakub Wilk

[-- Attachment #2: missing-preprocessors --]
[-- Type: text/plain, Size: 306 bytes --]

#!/bin/sh
set -e -u
if [ $# -eq 0 ]
then
	printf 'Usage: %s FILE [FILE...]\n' "$0" >&2
	exit 1
fi
for file
do
	m1=$(sed -e 's/^[.]so .*//' "$file" | env -u MANROFFSEQ man -l -)
	m2=$(sed -e 's/^[.]so .*//' "$file" | env MANROFFSEQ='' man -l -)
	if [ "$m1" != "$m2" ]
	then
		printf '%s\n' "$file"
	fi
done

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] drop spurious t comment header
  2022-11-05 18:26         ` Jakub Wilk
@ 2022-11-06 23:33           ` Alejandro Colomar
  0 siblings, 0 replies; 11+ messages in thread
From: Alejandro Colomar @ 2022-11-06 23:33 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: Michael Kerrisk, G. Branden Robinson, linux-man


[-- Attachment #1.1: Type: text/plain, Size: 2039 bytes --]

Hi Jakub!

On 11/5/22 19:26, Jakub Wilk wrote:
> * Alejandro Colomar <alx.manpages@gmail.com>, 2022-08-20 01:50:
>>> Lintian, the Debian package checker, sets the MANROFFSEQ environment variable 
>>> to empty string as a speed optimization. This turns off loading preprocessors 
>>> that weren't explicitly declared in the source. The lack of '\" comments can 
>>> cause false positives (and maybe also false negatives?) in Lintian.
>>>
>>> The use of $MANROFFSEQ for Lintian was proposed here: 
>>> https://bugs.debian.org/677874
>>>
>>> Beware that the man(1) man page does not correctly explain what $MANROFFSEQ 
>>> does: https://bugs.debian.org/971009
>>
>> If we can have a test that makes sure the comment is accurate, I wouldn't mind 
>> reintroducing it.  If you would like to add a lint-* target that tests pages 
>> to check that they have the comment iff they need it, I'll accept it.
>>
>> I guess that may be asking too much work.  Maybe showing how to reliably test 
>> it for a page would be enough (I could transform it into a Makefile test).  I 
>> can think of a small sh(1) script that could do it, but is there any tool that 
>> already does it?
> 
> I'm not aware of anything like that, so I hacked up a script that runs man 
> twice, with and without empty MANROFFSEQ, and compares the results. See the 
> attachment.
> 
> It looks like in our case all the missing preprocessor declarations can be added 
> with this:
> 
>      grep -l -x '^[.]TS$' man*/* | sort -u | xargs sed -i -e "1i'\\\\\" t"
Hmm, great!

For adding it to the makefiles so it can lint future pages if they add or remove 
some tables, I'll add something like:

foo: bar
	! grep '^\.TS$$' $< >/dev/null || head -n1 $< | grep '\\" t$$'>/dev/null
	! head -n1 $< | grep '\\" t$$' >/dev/null || grep '^\.TS$$' $<>/dev/null

I.e., if we find .TS, we better find  \" t, and if we find \" t, we better find .TS.

Does it look good to you?


Thanks,

Alex

-- 
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-11-06 23:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 21:53 [PATCH] drop spurious t comment header Mike Frysinger
2020-07-24  0:03 ` G. Branden Robinson
2020-07-24 10:13   ` Michael Kerrisk (man-pages)
2020-07-24 12:15     ` G. Branden Robinson
2020-07-24 12:30       ` Michael Kerrisk (man-pages)
2020-07-24 13:13         ` Stefan Puiu
2020-07-24 15:17           ` Michael Kerrisk (man-pages)
2022-08-19 20:21     ` Jakub Wilk
2022-08-19 23:50       ` Alejandro Colomar
2022-11-05 18:26         ` Jakub Wilk
2022-11-06 23:33           ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).