2019-08-23 11:04:12

by Yongcheng Yang

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

Signed-off-by: Pierguido Lambri <[email protected]>
Signed-off-by: Yongcheng Yang <[email protected]>
---
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


2019-08-23 23:35:38

by Steve Dickson

[permalink] [raw]
Subject: Re: [nfs-utils PATCH] gssd: add configure options verbosity to man page rpc.gssd(8)



On 8/23/19 4:59 AM, Yongcheng Yang wrote:
> Signed-off-by: Pierguido Lambri <[email protected]>
> Signed-off-by: Yongcheng Yang <[email protected]>
> ---
> 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 .
>