]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen master
authorTinderbox User <tbox@isc.org>
Fri, 18 Aug 2017 01:11:45 +0000 (01:11 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 18 Aug 2017 01:11:45 +0000 (01:11 +0000)
bin/nsupdate/nsupdate.1
bin/nsupdate/nsupdate.html
doc/arm/man.nsupdate.html

index 06e001e9ffee60c8f05a4b99ac1e5194a1c1586e..c1413fde011ae3e20b70f822f3c8e615c6725bc5 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (C) 2000-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2000-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 .\" 
 .\" This Source Code Form is subject to the terms of the Mozilla Public
 .\" License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -39,7 +39,7 @@
 nsupdate \- Dynamic DNS update utility
 .SH "SYNOPSIS"
 .HP \w'\fBnsupdate\fR\ 'u
-\fBnsupdate\fR [\fB\-d\fR] [\fB\-D\fR] [\fB\-L\ \fR\fB\fIlevel\fR\fR] [[\fB\-g\fR] | [\fB\-o\fR] | [\fB\-l\fR] | [\fB\-y\ \fR\fB\fI[hmac:]\fR\fIkeyname:secret\fR\fR] | [\fB\-k\ \fR\fB\fIkeyfile\fR\fR]] [\fB\-t\ \fR\fB\fItimeout\fR\fR] [\fB\-u\ \fR\fB\fIudptimeout\fR\fR] [\fB\-r\ \fR\fB\fIudpretries\fR\fR] [\fB\-R\ \fR\fB\fIrandomdev\fR\fR] [\fB\-v\fR] [\fB\-T\fR] [\fB\-P\fR] [\fB\-V\fR] [filename]
+\fBnsupdate\fR [\fB\-d\fR] [\fB\-D\fR] [\fB\-i\fR] [\fB\-L\ \fR\fB\fIlevel\fR\fR] [[\fB\-g\fR] | [\fB\-o\fR] | [\fB\-l\fR] | [\fB\-y\ \fR\fB\fI[hmac:]\fR\fIkeyname:secret\fR\fR] | [\fB\-k\ \fR\fB\fIkeyfile\fR\fR]] [\fB\-t\ \fR\fB\fItimeout\fR\fR] [\fB\-u\ \fR\fB\fIudptimeout\fR\fR] [\fB\-r\ \fR\fB\fIudpretries\fR\fR] [\fB\-R\ \fR\fB\fIrandomdev\fR\fR] [\fB\-v\fR] [\fB\-T\fR] [\fB\-P\fR] [\fB\-V\fR] [filename]
 .SH "DESCRIPTION"
 .PP
 \fBnsupdate\fR
@@ -92,6 +92,11 @@ Debug mode\&. This provides tracing information about the update requests that a
 Extra debug mode\&.
 .RE
 .PP
+\-i
+.RS 4
+Force interactive mode, even when standard input is not a terminal\&.
+.RE
+.PP
 \-k \fIkeyfile\fR
 .RS 4
 The file containing the TSIG authentication key\&. Keyfiles may be in two formats: a single file containing a
@@ -515,5 +520,5 @@ The TSIG key is redundantly stored in two separate files\&. This is a consequenc
 \fBInternet Systems Consortium, Inc\&.\fR
 .SH "COPYRIGHT"
 .br
-Copyright \(co 2000-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2000-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 .br
index 50463597b61caf6304eeb521f7e489cb60bd730a..75421f13793ec07137eafd9b247298938a217979 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
- - Copyright (C) 2000-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2000-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
  - 
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -34,6 +34,7 @@
       <code class="command">nsupdate</code> 
        [<code class="option">-d</code>]
        [<code class="option">-D</code>]
+       [<code class="option">-i</code>]
        [<code class="option">-L <em class="replaceable"><code>level</code></em></code>]
        [
        [<code class="option">-g</code>]
            Extra debug mode.
          </p>
        </dd>
+<dt><span class="term">-i</span></dt>
+<dd>
+         <p>
+           Force interactive mode, even when standard input is not a terminal.
+         </p>
+       </dd>
 <dt><span class="term">-k <em class="replaceable"><code>keyfile</code></em></span></dt>
 <dd>
          <p>
index b733612930cdcba11d9937dc7ac4c482b35f0711..475475b4c3e033bcf6f0d3ce6e29eb31d9b53cbe 100644 (file)
@@ -52,6 +52,7 @@
       <code class="command">nsupdate</code> 
        [<code class="option">-d</code>]
        [<code class="option">-D</code>]
+       [<code class="option">-i</code>]
        [<code class="option">-L <em class="replaceable"><code>level</code></em></code>]
        [
        [<code class="option">-g</code>]
            Extra debug mode.
          </p>
        </dd>
+<dt><span class="term">-i</span></dt>
+<dd>
+         <p>
+           Force interactive mode, even when standard input is not a terminal.
+         </p>
+       </dd>
 <dt><span class="term">-k <em class="replaceable"><code>keyfile</code></em></span></dt>
 <dd>
          <p>