From: danw Date: Thu, 10 Oct 1996 20:32:06 +0000 (+0000) Subject: Add an extra note at the end of the manpage, warning about the perils X-Git-Tag: MOIRA3_FINAL~20 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/e4bf005065a9fb80d830b0e90642334d39f61868 Add an extra note at the end of the manpage, warning about the perils of putting the listname anywhere other than as the first option. Also, document the `-db/-database' option instead of the `-S/-server' option, to match the moira client. --- diff --git a/man/blanche.1 b/man/blanche.1 index e1ddbd31..1563164a 100644 --- a/man/blanche.1 +++ b/man/blanche.1 @@ -94,11 +94,11 @@ member added or deleted. Do not attempt to perform Kerberos authentication with the Moira server. Retrieval operations on not-hidden lists are still possible without tickets. -.IP \fB-server\ \fIhost:port\ \fRor\ \fB-S\ \fIhost:port\fR: -Use the specified host and port to contact the Moira server instead of +.IP \fB-database\ \fIhost:port\ \fRor\ \fB-db\ \fIhost:port\fR: +Use the specified host and port to contact the Moira database instead of the default server. Both may be symbolic names or numbers. If the port is left off, the default Moira server port will be assumed. The -server chosen will be the one specified on the command line, specified +database chosen will be the one specified on the command line, specified in the MOIRASERVER environment variable, the hesiod "moira" sloc entry, or the compiled in default, in that order or preference. .IP \fB-debug\ \fRor\ \fB-D\fR: @@ -108,3 +108,8 @@ Turn on debugging messages. Mark Rosenstein and Jay Berkenbilt. .SH SEE ALSO listmaint(1) + +.SH NOTES +The listname doesn't actually have to be the first argument, but if +you put it anywhere else, it's easy to get the other arguments in the +wrong order and do something other than what you intended.