All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] man: Correct rpc.gssd(8) description of rpc-timeout and context-timeout
@ 2020-06-10 16:04 Robert Milkowski
  2020-06-10 18:33 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Milkowski @ 2020-06-10 16:04 UTC (permalink / raw)
  To: linux-nfs

From: Robert Milkowski <rmilkowski@gmail.com>

The rpc-timeout is equivalent to -T and context-timeout to -t options,
not vice versa.

Signed-off-by: Robert Milkowski <rmilkowski@gmail.com>
---
 utils/gssd/gssd.man | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/gssd/gssd.man b/utils/gssd/gssd.man
index 3ec286b..26095a8 100644
--- a/utils/gssd/gssd.man
+++ b/utils/gssd/gssd.man
@@ -322,11 +322,11 @@ Equivalent to
 .TP
 .B context-timeout
 Equivalent to
-.BR -T .
+.BR -t .
 .TP
 .B rpc-timeout
 Equivalent to
-.BR -t .
+.BR -T .
 .TP
 .B keytab-file
 Equivalent to
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-10 18:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10 16:04 [PATCH] man: Correct rpc.gssd(8) description of rpc-timeout and context-timeout Robert Milkowski
2020-06-10 18:33 ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.