From patchwork Mon Jan 22 08:48:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 10177717 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 64778600F5 for ; Mon, 22 Jan 2018 08:56:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4F75627CAF for ; Mon, 22 Jan 2018 08:56:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 43F3827EE2; Mon, 22 Jan 2018 08:56:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 679C527CAF for ; Mon, 22 Jan 2018 08:56:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752966AbeAVI4u (ORCPT ); Mon, 22 Jan 2018 03:56:50 -0500 Received: from antares.kleine-koenig.org ([94.130.110.236]:55664 "EHLO antares.kleine-koenig.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753350AbeAVI4t (ORCPT ); Mon, 22 Jan 2018 03:56:49 -0500 X-Greylist: delayed 462 seconds by postgrey-1.27 at vger.kernel.org; Mon, 22 Jan 2018 03:56:49 EST Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id 03DE85FED8; Mon, 22 Jan 2018 09:49:04 +0100 (CET) From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: Chris Ball Cc: linux-mmc@vger.kernel.org, kernel@pengutronix.de, Nobuhiro Iwamatsu Subject: [PATCH mmc-utils] mmc-utils: manpage: fix arguments for TH macro Date: Mon, 22 Jan 2018 09:48:58 +0100 Message-Id: <20180122084858.6467-1-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.15.1 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP According to man-pages(7) the TH macro takes the following parameters: .TH title section date source manual with some recommendations for the individual parameters. Adapt the usage of TH accordingly. The motivating change is to drop "man" in the title in favor of "MMC". --- Hello, assuming that I cannot lure Chris into action with this patch given that my previous patch series[1] already failed, I pushed this patch to my repository on github[2] immediately. Adding the Debian maintainer of mmc-utils to Cc:. @iwamatsu: Maybe you know about Chris and his motivation to continue caring for mmc-utils upstream? Do you feel like picking up patches while Chis is unavailable? FTR: Debian also ships a patch[2] that might be worth to merge into mmc-utils. Best regards Uwe [1] https://www.spinics.net/lists/linux-mmc/msg47541.html [2] https://github.com/ukleinek/mmc-utils [3] https://sources.debian.org/src/mmc-utils/0+git20170901.37c86e60-1/debian/patches/fix_build_ppc64el.patch/ man/mmc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mmc.1 b/man/mmc.1 index 971feae8d7f1..bdb6f09575ea 100644 --- a/man/mmc.1 +++ b/man/mmc.1 @@ -1,4 +1,4 @@ -.TH man 1 "16 November 2015" "0.1" "mmc-utils man page" +.TH MMC 1 "2015-11-16" "0.1" "mmc-utils" .SH NAME mmc-utils \- Configure MMC storage devices from userspace.