]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Thu, 29 Mar 2001 18:24:20 +0000 (18:24 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 29 Mar 2001 18:24:20 +0000 (18:24 +0000)
rndc only takes one command.  make the documentation say this.

bin/rndc/rndc.c
doc/man/bin/rndc.8

index 687236896ede94662854fe061f99aa2a5957d4f1..8aaa65457727b225a250731d9187256d6a9f6403 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.37.2.3 2001/03/29 18:22:09 gson Exp $ */
+/* $Id: rndc.c,v 1.37.2.4 2001/03/29 18:23:18 gson Exp $ */
 
 /*
  * Principal Author: DCL
@@ -257,7 +257,7 @@ ndc_setvalue(omapi_object_t *handle, omapi_string_t *name,
 static void
 usage(void) {
        fprintf(stderr, "\
-Usage: %s [-c config] [-s server] [-p port] [-y key] command [command ...]\n\
+Usage: %s [-c config] [-s server] [-p port] [-y key] command\n\
 \n\
 command is one of the following:\n\
 \n\
index 3aaf7368c454fecbe2b5617d6624d3368efecd78..a1c6bdfeeadab6e09d63c93c353af3ff149022d4 100644 (file)
@@ -13,7 +13,7 @@
 .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-.\" $Id: rndc.8,v 1.11.4.2 2001/01/24 17:33:18 bwelling Exp $
+.\" $Id: rndc.8,v 1.11.4.3 2001/03/29 18:24:20 gson Exp $
 
 .Dd Jun 30, 2000
 .Dt RDNC 8
@@ -31,7 +31,7 @@
 .Op Fl s Ar server
 .Op Fl v
 .Op Fl y Ar key_id
-.Ar command ....
+.Ar command
 .Sh DESCRIPTION
 This command allows the system administrator to control the operation
 of a name server.