From cf9a39249c0c137dfd46d300cd4c7a1cf5aa7f5d Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Tue, 4 Oct 2005 13:51:55 +0000 Subject: [PATCH] Update htcp manpage --- org.gridsite.core/doc/htcp.1 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/org.gridsite.core/doc/htcp.1 b/org.gridsite.core/doc/htcp.1 index ef9ef98..62d2e4c 100644 --- a/org.gridsite.core/doc/htcp.1 +++ b/org.gridsite.core/doc/htcp.1 @@ -79,6 +79,15 @@ will be listed. Waiting times specified in the --groups option will be used to space out the multicast queries, but the program listens for responses continuously. Calling the program as htfind has the same effect. +.IP "--groups " +IP multicast groups to use for SiteCast queries. IP Groups is a comma +separated list of groups, in the format: nnn.nnn.nnn.nnn:port[:ttl[:seconds]] +The IP number and port must be specified. The IP time-to-live, ttl, controls +how many networks the multicast packets may pass through - the default, 1, +limits packets to the local network. Multiple groups may be specified, +separated by commas. If multiple groups are specified, then seconds is the +time to wait before making the next multicast - 1 second is the default. + .IP "--anon" Do not attempt to use X.509 user certificates or GSI proxies to authenticate to the remote HTTPS server. This means you are "anonymous", but the server's @@ -117,15 +126,6 @@ the GRID_AUTH_ONETIME single-use passcode obtained via HTTPS. The --grid-http option will be ignored for directory operations or HTTP URLs. If a redirected transfer isn't possible, a normal HTTPS data transfer will be attempted. -.IP "--groups " -IP multicast groups to use for SiteCast queries. IP Groups is a comma -separated list of groups, in the format: nnn.nnn.nnn.nnn:port[:ttl[:seconds]] -The IP number and port must be specified. The IP time-to-live, ttl, controls -how many networks the multicast packets may pass through - the default, 1, -limits packets to the local network. Multiple groups may be specified, -separated by commas. If multiple groups are specified, then seconds is the -time to wait before making the next multicast - 1 second is the default. - .SH FILES .IP /tmp/x509up_uID Default GSI Proxy file for Unix UID equal to ID. -- 1.8.2.3