From a86ca4a49c7d3d693d9fd03e7dad6a1f8d1c57e9 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Fri, 26 Jul 2013 20:54:20 -0500 Subject: [PATCH] doc: upserver manpage fixes Add missing option -rxbind. Change-Id: I1e6057c3747cf6c502bf14e1d094b8b64691615d Reviewed-on: http://gerrit.openafs.org/10405 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/man-pages/pod8/upserver.pod | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/doc/man-pages/pod8/upserver.pod b/doc/man-pages/pod8/upserver.pod index b20db3e..06a03c5 100644 --- a/doc/man-pages/pod8/upserver.pod +++ b/doc/man-pages/pod8/upserver.pod @@ -8,7 +8,8 @@ upserver - Initializes the server portion of the Update Server
B [>+] S<<< [B<-crypt> >+] >>> - S<<< [B<-clear> >+] >>> S<<< [B<-auth> >+] >>> [B<-help>] + S<<< [B<-clear> >+] >>> S<<< [B<-auth> >+] >>> + [B<-rxbind>] [B<-help>] =for html
@@ -84,6 +85,11 @@ B<-clear> and B<-crypt> arguments. Do not use this argument, because the B process does not have a corresponding argument that it can use to request data transfer at this level. +=item B<-rxbind> + +Bind the Rx socket to the primary interface only. (If not specified, the Rx +socket will listen on all interfaces.) + =item B<-help> Prints the online help for this command. All other valid options are -- 1.7.1