diff mbox series

[nfs-utils] gssd: add configure options verbosity to man page rpc.gssd(8)

Message ID 20190823085945.14465-1-yongcheng.yang@gmail.com (mailing list archive)
State New, archived
Headers show
Series [nfs-utils] gssd: add configure options verbosity to man page rpc.gssd(8) | expand

Commit Message

Yongcheng Yang Aug. 23, 2019, 8:59 a.m. UTC
Signed-off-by: Pierguido Lambri <plambri@redhat.com>
Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
---
 utils/gssd/gssd.man | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Steve Dickson Aug. 23, 2019, 6:08 p.m. UTC | #1
On 8/23/19 4:59 AM, Yongcheng Yang wrote:
> Signed-off-by: Pierguido Lambri <plambri@redhat.com>
> Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
> ---
>  utils/gssd/gssd.man | 8 ++++++++
>  1 file changed, 8 insertions(+)
Committed... Thanks for the clean up!

steved.
> 
> 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 .
>
diff mbox series

Patch

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 .