From patchwork Thu Oct 6 20:51:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Gunthorpe X-Patchwork-Id: 9365295 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 02430608A7 for ; Thu, 6 Oct 2016 20:52:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E337029242 for ; Thu, 6 Oct 2016 20:51:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D855D29243; Thu, 6 Oct 2016 20:51:59 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 6656D29242 for ; Thu, 6 Oct 2016 20:51:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934919AbcJFUv4 (ORCPT ); Thu, 6 Oct 2016 16:51:56 -0400 Received: from quartz.orcorp.ca ([184.70.90.242]:35577 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934912AbcJFUvr (ORCPT ); Thu, 6 Oct 2016 16:51:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=obsidianresearch.com; s=rsa1; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=eDvOayboOsrKBIZ+OQlg/WCYNLXN02cj0RKaH6DKpR8=; b=yrrmS5260KSlAygFDccVc+KLFkw/7NRO1XNCUUdaeu6n13AT2zsl4xFA01fxA0REOnirXTnXbJG1QMnXcyd2ZrSvl8A2AmnbA1qpgMMnqhY6WAtri6Pyn70grNEpm7loYUMLHR+DcdEKMuiYorHsmve7WYBvYLTAKrYEOZJp7/8=; Received: from [10.0.0.151] (helo=jggl.edm.orcorp.ca) by quartz.orcorp.ca with esmtps (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1bsFdp-000839-S7; Thu, 06 Oct 2016 14:51:45 -0600 From: Jason Gunthorpe To: linux-rdma@vger.kernel.org Cc: Hal Rosenstock Subject: [PATCH rdma-core 06/17] umad: Use symlinks instead of a NROFF .so directive Date: Thu, 6 Oct 2016 14:51:32 -0600 Message-Id: <1475787103-13283-7-git-send-email-jgunthorpe@obsidianresearch.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1475787103-13283-1-git-send-email-jgunthorpe@obsidianresearch.com> References: <1475787103-13283-1-git-send-email-jgunthorpe@obsidianresearch.com> X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.151 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is consistent with the rest of tree. Signed-off-by: Jason Gunthorpe --- libibumad/man/CMakeLists.txt | 8 ++++---- libibumad/man/umad_attribute_str.3 | 3 --- libibumad/man/umad_mad_status_str.3 | 3 --- libibumad/man/umad_method_str.3 | 3 --- 4 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 libibumad/man/umad_attribute_str.3 delete mode 100644 libibumad/man/umad_mad_status_str.3 delete mode 100644 libibumad/man/umad_method_str.3 diff --git a/libibumad/man/umad_attribute_str.3 b/libibumad/man/umad_attribute_str.3 deleted file mode 100644 index f5e6b02ca933..000000000000 diff --git a/libibumad/man/umad_mad_status_str.3 b/libibumad/man/umad_mad_status_str.3 deleted file mode 100644 index f5e6b02ca933..000000000000 diff --git a/libibumad/man/umad_method_str.3 b/libibumad/man/umad_method_str.3 deleted file mode 100644 index f5e6b02ca933..000000000000 diff --git a/libibumad/man/CMakeLists.txt b/libibumad/man/CMakeLists.txt index b7a191261ec0..4831d3b1625c 100644 --- a/libibumad/man/CMakeLists.txt +++ b/libibumad/man/CMakeLists.txt @@ -1,7 +1,6 @@ rdma_man_pages( umad_addr_dump.3 umad_alloc.3 - umad_attribute_str.3 umad_class_str.3 umad_close_port.3 umad_debug.3 @@ -17,8 +16,6 @@ rdma_man_pages( umad_get_pkey.3 umad_get_port.3 umad_init.3 - umad_mad_status_str.3 - umad_method_str.3 umad_open_port.3 umad_poll.3 umad_recv.3 @@ -36,7 +33,10 @@ rdma_man_pages( umad_unregister.3 ) rdma_alias_man_pages( + umad_class_str.3 umad_attribute_str.3 + umad_class_str.3 umad_mad_status_str.3 + umad_class_str.3 umad_method_str.3 umad_get_ca.3 umad_release_ca.3 umad_get_port.3 umad_release_port.3 umad_init.3 umad_done.3 - ) \ No newline at end of file + )