From patchwork Wed May 4 06:11:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yongcheng Yang X-Patchwork-Id: 9010701 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3A836BF29F for ; Wed, 4 May 2016 06:12:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 75BEF202EC for ; Wed, 4 May 2016 06:12:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 846FC202B8 for ; Wed, 4 May 2016 06:12:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757019AbcEDGMP (ORCPT ); Wed, 4 May 2016 02:12:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35614 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751352AbcEDGMP (ORCPT ); Wed, 4 May 2016 02:12:15 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 31AA41E48; Wed, 4 May 2016 06:12:14 +0000 (UTC) Received: from localhost (dhcp-12-238.nay.redhat.com [10.66.12.238]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u446CC9a015622; Wed, 4 May 2016 02:12:13 -0400 From: yongcheng.yang@gmail.com To: linux-nfs@vger.kernel.org Cc: SteveD@redhat.com, yoyang@redhat.com, Yongcheng Yang Subject: [PATCH] blkmapd: Add the -h flag on the man page Date: Wed, 4 May 2016 14:11:59 +0800 Message-Id: <1462342319-7355-1-git-send-email-yongcheng.yang@gmail.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-9.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Yongcheng Yang Update SYNOPSIS and OPTIONS for the -h flag. Signed-off-by: Yongcheng Yang --- utils/blkmapd/blkmapd.man | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/blkmapd/blkmapd.man b/utils/blkmapd/blkmapd.man index fd38122..914b80f 100644 --- a/utils/blkmapd/blkmapd.man +++ b/utils/blkmapd/blkmapd.man @@ -9,7 +9,7 @@ .SH NAME blkmapd \- pNFS block layout mapping daemon .SH SYNOPSIS -.B "blkmapd [-d] [-f]" +.B "blkmapd [-h] [-d] [-f]" .SH DESCRIPTION The .B blkmapd @@ -33,6 +33,9 @@ reflect the server topology, and passes these devices to the kernel for use by the pNFS block layout client. .SH OPTIONS .TP +.B -h +Display usage message. +.TP .B -d Performs device discovery only then exits. .TP