From patchwork Thu Jul 19 22:59:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Verma, Vishal L" X-Patchwork-Id: 10535467 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 A5B66601D2 for ; Thu, 19 Jul 2018 23:00:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 989A0299C4 for ; Thu, 19 Jul 2018 23:00:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8CE94299F1; Thu, 19 Jul 2018 23:00:18 +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=-2.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5655A299C4 for ; Thu, 19 Jul 2018 23:00:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 1754421BADAB6; Thu, 19 Jul 2018 16:00:17 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=vishal.l.verma@intel.com; receiver=linux-nvdimm@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6E46D209831F7 for ; Thu, 19 Jul 2018 16:00:15 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2018 16:00:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,376,1526367600"; d="scan'208";a="247221209" Received: from vverma7-desk1.lm.intel.com ([10.232.112.133]) by fmsmga006.fm.intel.com with ESMTP; 19 Jul 2018 16:00:07 -0700 From: Vishal Verma To: Subject: [ndctl PATCH 1/4] ndctl, monitor: Add a config-file section to the man page Date: Thu, 19 Jul 2018 16:59:55 -0600 Message-Id: <20180719225958.6814-2-vishal.l.verma@intel.com> X-Mailer: git-send-email 2.14.4 In-Reply-To: <20180719225958.6814-1-vishal.l.verma@intel.com> References: <20180719225958.6814-1-vishal.l.verma@intel.com> X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Virus-Scanned: ClamAV using ClamSMTP The ndctl monitor man page was missing documentation for the --config-file option. Add it, explaining that the option overrides the system default config file. Fixes: 02ce9c6bab41 ("ndctl, documentation: add man page for monitor") Cc: QI Fuli Signed-off-by: Vishal Verma --- Documentation/ndctl/ndctl-monitor.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/ndctl/ndctl-monitor.txt b/Documentation/ndctl/ndctl-monitor.txt index 872cd6e..762073e 100644 --- a/Documentation/ndctl/ndctl-monitor.txt +++ b/Documentation/ndctl/ndctl-monitor.txt @@ -69,6 +69,11 @@ OPTIONS --log=:: Output notifications to , syslog or standard output. +-c:: +--config-file=:: + Provide the config file to use. This overrides the default config + typically found in /etc/ndctl/ + --daemon:: Run a monitor as a daemon.