linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org
Subject: Re: [PATCH] trim leading blank comment line
Date: Fri, 24 Jul 2020 12:57:59 +0200	[thread overview]
Message-ID: <85bdaf5c-fe2a-5a3b-d7ad-ffcc166b200c@gmail.com> (raw)
In-Reply-To: <20200723215340.13867-1-vapier@gentoo.org>

Hello Mike,

On 7/23/20 11:53 PM, Mike Frysinger wrote:
> From: Mike Frysinger <vapier@chromium.org>
> 
> Very few pages do this, so trim them.

Thanks. Patch applied.

Cheers,

Michael

> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  man5/repertoiremap.5        | 1 -
>  man7/keyrings.7             | 1 -
>  man7/persistent-keyring.7   | 1 -
>  man7/process-keyring.7      | 1 -
>  man7/session-keyring.7      | 1 -
>  man7/thread-keyring.7       | 1 -
>  man7/user-keyring.7         | 1 -
>  man7/user-session-keyring.7 | 1 -
>  8 files changed, 8 deletions(-)
> 
> diff --git a/man5/repertoiremap.5 b/man5/repertoiremap.5
> index a76e866f8f43..06d4814d5722 100644
> --- a/man5/repertoiremap.5
> +++ b/man5/repertoiremap.5
> @@ -1,4 +1,3 @@
> -.\"
>  .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
>  .\" This is free documentation; you can redistribute it and/or
>  .\" modify it under the terms of the GNU General Public License as
> diff --git a/man7/keyrings.7 b/man7/keyrings.7
> index 0983a4da948e..cbe8a6fb0ebd 100644
> --- a/man7/keyrings.7
> +++ b/man7/keyrings.7
> @@ -1,4 +1,3 @@
> -.\"
>  .\" Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
>  .\" Written by David Howells (dhowells@redhat.com)
>  .\" and Copyright (C) 2016 Michael Kerrisk <mtk.manpages@gmail.com>
> diff --git a/man7/persistent-keyring.7 b/man7/persistent-keyring.7
> index 3367ec153f47..de56255c1d68 100644
> --- a/man7/persistent-keyring.7
> +++ b/man7/persistent-keyring.7
> @@ -1,4 +1,3 @@
> -.\"
>  .\" Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
>  .\" Written by David Howells (dhowells@redhat.com)
>  .\"
> diff --git a/man7/process-keyring.7 b/man7/process-keyring.7
> index c4dbd127f5a3..9f48aa9c2143 100644
> --- a/man7/process-keyring.7
> +++ b/man7/process-keyring.7
> @@ -1,4 +1,3 @@
> -.\"
>  .\" Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
>  .\" Written by David Howells (dhowells@redhat.com)
>  .\"
> diff --git a/man7/session-keyring.7 b/man7/session-keyring.7
> index 0b886be5e702..829d1e975e36 100644
> --- a/man7/session-keyring.7
> +++ b/man7/session-keyring.7
> @@ -1,4 +1,3 @@
> -.\"
>  .\" Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
>  .\" Written by David Howells (dhowells@redhat.com)
>  .\"
> diff --git a/man7/thread-keyring.7 b/man7/thread-keyring.7
> index a09ab4c565e9..0cc429b58c91 100644
> --- a/man7/thread-keyring.7
> +++ b/man7/thread-keyring.7
> @@ -1,4 +1,3 @@
> -.\"
>  .\" Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
>  .\" Written by David Howells (dhowells@redhat.com)
>  .\"
> diff --git a/man7/user-keyring.7 b/man7/user-keyring.7
> index f13674eeeaa3..de2d7029e699 100644
> --- a/man7/user-keyring.7
> +++ b/man7/user-keyring.7
> @@ -1,4 +1,3 @@
> -.\"
>  .\" Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
>  .\" Written by David Howells (dhowells@redhat.com)
>  .\"
> diff --git a/man7/user-session-keyring.7 b/man7/user-session-keyring.7
> index 91664dd50297..0934e08e2122 100644
> --- a/man7/user-session-keyring.7
> +++ b/man7/user-session-keyring.7
> @@ -1,4 +1,3 @@
> -.\"
>  .\" Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
>  .\" Written by David Howells (dhowells@redhat.com)
>  .\"
> 


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

      reply	other threads:[~2020-07-24 10:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-23 21:53 [PATCH] trim leading blank comment line Mike Frysinger
2020-07-24 10:57 ` Michael Kerrisk (man-pages) [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85bdaf5c-fe2a-5a3b-d7ad-ffcc166b200c@gmail.com \
    --to=mtk.manpages@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=vapier@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).