Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp489113ybl; Fri, 23 Aug 2019 04:04:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqzJDB1usjwR01KyNaUgLWNcb7d8epIHNSYNkY72zy3u9/7WyCEPIh9nFHbS8cINlbNdCg+I X-Received: by 2002:a17:902:fe14:: with SMTP id g20mr3904811plj.54.1566558252095; Fri, 23 Aug 2019 04:04:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566558252; cv=none; d=google.com; s=arc-20160816; b=CbmWTnNYkMT0CG9di8C/v857wt3oARp9Zoc8sSHhbUKhZkzdT9FdREPTedAbwpwZxR hHgtQ2Su397XIdwBzcvi+OQ6t+tSHVywAy61ETNx4T/i7Jphk+F3kVqw8ucGCHewRiCq o8yVkQUp+bu1bonk5BLEpcmckE9YpcSyhIfNrBvqIFeemzqhg+fpVCsf+WrUH4hEciiB A+UbCA5u8HLLMLEbvt+AU9FKqw/EELJFRdEkQTVsHxgyB+/Wk2YsHLXfFj4gkBKKtp5R 3fTx7e7TY/zccOBEI/va7QOV7h7raW9G73mF8nhz0RCN2hNIwwfbaHForPARW0ghGd0n /NbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=n4V2so92JMR7w/tONXg95q6v3RmIqjV4IutZNXTima8=; b=UFZbEbHCUziAs0N+FAClwcZfrmSznaHNnz4DqXVaAqFWoIrhcSJQfDYDtchiExmhQu w2yG7vTXScNbySbLdUeRd8xLt7HoFWFZZTy+XnF6af4Hue52m33tAqydGpsBaVfjmeTc jGqjTewoLyjmv/kHpnBAFD4JZ2CM1L1jSeEKx01d/psPe8S6P9z1XN1Jem7JnFsMPf3I gE/MZQIVl9OaxunPhgLSlglDIMNkOJaNc2t0Vg4DR+Kp2R8RKw15RMPWTo4GUE/5bZpt i5GP83RRIV7LUpE3Vigll2UIpvs+Vs3s2BDv/izIyeFYuPa1FwUoyROFS5xuhCN27xKq xbxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r14si2302354pfc.134.2019.08.23.04.03.44; Fri, 23 Aug 2019 04:04:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389598AbfHWI7t (ORCPT + 99 others); Fri, 23 Aug 2019 04:59:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46830 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732254AbfHWI7t (ORCPT ); Fri, 23 Aug 2019 04:59:49 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 47EAB3C928; Fri, 23 Aug 2019 08:59:49 +0000 (UTC) Received: from localhost (dhcp-12-152.nay.redhat.com [10.66.12.152]) by smtp.corp.redhat.com (Postfix) with ESMTP id B6D2460E1C; Fri, 23 Aug 2019 08:59:48 +0000 (UTC) From: Yongcheng Yang To: Steve Dickson Cc: linux-nfs@vger.kernel.org, plambri@redhat.com, Yongcheng Yang Subject: [nfs-utils PATCH] gssd: add configure options verbosity to man page rpc.gssd(8) Date: Fri, 23 Aug 2019 16:59:45 +0800 Message-Id: <20190823085945.14465-1-yongcheng.yang@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 23 Aug 2019 08:59:49 +0000 (UTC) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Signed-off-by: Pierguido Lambri Signed-off-by: Yongcheng Yang --- utils/gssd/gssd.man | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/utils/gssd/gssd.man b/utils/gssd/gssd.man index e620f0d1..cc3a210a 100644 --- a/utils/gssd/gssd.man +++ b/utils/gssd/gssd.man @@ -305,6 +305,14 @@ section of the .I /etc/nfs.conf configuration file. Values recognized include: .TP +.B verbosity +Value which is equivalent to the number of +.BR -v . +.TP +.B rpc-verbosity +Value which is equivalent to the number of +.BR -r . +.TP .B use-memcache A Boolean flag equivalent to .BR -M . -- 2.20.1