From patchwork Tue Jun 7 08:19:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: marcel@linux-ng.de X-Patchwork-Id: 12871505 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62A8CC433EF for ; Tue, 7 Jun 2022 08:19:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238118AbiFGITn (ORCPT ); Tue, 7 Jun 2022 04:19:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238122AbiFGITm (ORCPT ); Tue, 7 Jun 2022 04:19:42 -0400 Received: from mail.linux-ng.de (srv.linux-ng.de [IPv6:2a01:4f8:160:92e6::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7C1D625C6D for ; Tue, 7 Jun 2022 01:19:40 -0700 (PDT) Received: from rpi4.linux-ng.de (unknown [192.168.1.79]) by mail.linux-ng.de (Postfix) with ESMTPS id 19DC883DE6D5; Tue, 7 Jun 2022 10:19:40 +0200 (CEST) Received: by rpi4.linux-ng.de (Postfix, from userid 1000) id D999ABBEC0; Tue, 7 Jun 2022 10:19:39 +0200 (CEST) From: marcel@linux-ng.de To: linux-nfs@vger.kernel.org Cc: Marcel Ritter Subject: [PATCH 3/3] cifs-utils/svcgssd: Add (undocumented) config options to man page Date: Tue, 7 Jun 2022 10:19:09 +0200 Message-Id: <20220607081909.1216287-3-marcel@linux-ng.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220607081909.1216287-1-marcel@linux-ng.de> References: <20220607081909.1216287-1-marcel@linux-ng.de> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org From: Marcel Ritter There seem to be some undocumented options implemented. Why not mention them in the man page? --- utils/gssd/svcgssd.man | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/utils/gssd/svcgssd.man b/utils/gssd/svcgssd.man index 15ef4c94..8771c035 100644 --- a/utils/gssd/svcgssd.man +++ b/utils/gssd/svcgssd.man @@ -61,6 +61,19 @@ this is equivalent to the option. If set to any other value, that is used like the .B -p option. +.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 idmap-verbosity +Value which is equivalent to the number of +.BR -i . + .SH SEE ALSO .BR rpc.gssd(8),