From patchwork Wed Jan 19 11:33:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: fche at redhat dot com X-Patchwork-Id: 50228 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CDC073858421 for ; Wed, 19 Jan 2022 11:33:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDC073858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1642592014; bh=1X343IK+hssTanme2v582GphMm6MCR7HqcBKhmXXX+s=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Help:List-Subscribe:From:Reply-To:From; b=lF9K6fALwaUfDXQdQoLNCVvlEnfP5+MaA040UZXoaKJ4Rx9A4qFkdp9Q+Xo1S5qde dh7cJUUjWj3LuqosVI8H4HA46dWXm/LJyZ02vkWrLYIYakuJhaCGFsn8vyRY2bnrjK 8hwjUgg4cRkA57Uxv9WBbJjIkCjdhbZm8wvjOovo= X-Original-To: libabigail@sourceware.org Delivered-To: libabigail@sourceware.org Received: by sourceware.org (Postfix, from userid 48) id 1F8BB385800A; Wed, 19 Jan 2022 11:33:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F8BB385800A To: libabigail@sourceware.org Subject: [Bug default/28663] generate man page for kmidiff Date: Wed, 19 Jan 2022 11:33:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: dodji at seketeli dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-Patchwork-Original-From: dodji at seketeli dot org via Libabigail From: fche at redhat dot com Reply-To: dodji at seketeli dot org Errors-To: libabigail-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libabigail" https://sourceware.org/bugzilla/show_bug.cgi?id=28663 --- Comment #1 from dodji at seketeli dot org --- Hello George, grawlinson at archlinux dot org via Libabigail a écrit: [...] > Created attachment 13828 > --> https://sourceware.org/bugzilla/attachment.cgi?id=13828&action=edit > generate man page for kmidiff > > I've started packaging this for Arch Linux's AUR, and I noticed that a man page > is not generated for kmidiff. I've attached a patch that successfully generates > one, but it will need adjusting. I do not know the author(s) of the particular > documentation, therefore have put 'unknown' in that field. Thank you very much! I took your patch, adapted it a little bit and committed this patch to the master branch as a result. Thanks! From eb3e549794d059294cf1f4a63865e6eb7af8b2e3 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 19 Jan 2022 11:49:47 +0100 Subject: [PATCH] Bug 28663 - generate man page for kmidiff This patch is based on a patch submitted to this bug report by George Rawlinson . It generates a man page for the kmidiff tool. * doc/manuals/conf.py: Update copyright year. Generate man page for the kmidiff tool. Signed-off-by: Dodji Seketeli --- doc/manuals/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Seketeli'], 1), ] # If true, show URL addresses after external links. diff --git a/doc/manuals/conf.py b/doc/manuals/conf.py index a0967a26..1e372865 100644 --- a/doc/manuals/conf.py +++ b/doc/manuals/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Libabigail' -copyright = u'2014-2016, Red Hat, Inc.' +copyright = u'2014-2022, Red Hat, Inc.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -220,6 +220,7 @@ man_pages = [ ('abilint', 'abilint', u'validate an abigail ABI representation', [u'Dodji Seketeli'], 1), ('abicompat', 'abicompat', u'check ABI compatibility', [u'Dodji Seketeli'], 1), ('fedabipkgdiff', 'fedabipkgdiff', u'compare ABIs of Fedora packages', [u'Chenxiong Qi'], 1), + ('kmidiff', 'kmidiff', u'compare KMIs of Linux Kernel trees', [u'Dodji