Browse Source

[master] fix mistake in xml tag

filename argument is required

No review. Typo is obvious. Not sure why xsltproc didn't complain though.

Commit regenerated version too.
Jeremy C. Reed 13 years ago
parent
commit
f027496530
2 changed files with 5 additions and 5 deletions
  1. 3 3
      src/bin/loadzone/b10-loadzone.8
  2. 2 2
      src/bin/loadzone/b10-loadzone.xml

+ 3 - 3
src/bin/loadzone/b10-loadzone.8

@@ -2,12 +2,12 @@
 .\"     Title: b10-loadzone
 .\"     Title: b10-loadzone
 .\"    Author: [see the "AUTHORS" section]
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: March 8, 2010
+.\"      Date: March 26, 2012
 .\"    Manual: BIND10
 .\"    Manual: BIND10
 .\"    Source: BIND10
 .\"    Source: BIND10
 .\"  Language: English
 .\"  Language: English
 .\"
 .\"
-.TH "B10\-LOADZONE" "8" "March 8, 2010" "BIND10" "BIND10"
+.TH "B10\-LOADZONE" "8" "March 26, 2012" "BIND10" "BIND10"
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" * set default formatting
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
@@ -22,7 +22,7 @@
 b10-loadzone \- Load DNS Zone File
 b10-loadzone \- Load DNS Zone File
 .SH "SYNOPSIS"
 .SH "SYNOPSIS"
 .HP \w'\fBb10\-loadzone\fR\ 'u
 .HP \w'\fBb10\-loadzone\fR\ 'u
-\fBb10\-loadzone\fR [\fB\-d\ \fR\fB\fIdatabase\fR\fR] [\fB\-o\ \fR\fB\fIorigin\fR\fR] [filename]
+\fBb10\-loadzone\fR [\fB\-d\ \fR\fB\fIdatabase\fR\fR] [\fB\-o\ \fR\fB\fIorigin\fR\fR] {filename}
 .SH "DESCRIPTION"
 .SH "DESCRIPTION"
 .PP
 .PP
 The
 The

+ 2 - 2
src/bin/loadzone/b10-loadzone.xml

@@ -20,7 +20,7 @@
 <refentry>
 <refentry>
 
 
   <refentryinfo>
   <refentryinfo>
-    <date>March 8, 2010</date>
+    <date>March 26, 2012</date>
   </refentryinfo>
   </refentryinfo>
 
 
   <refmeta>
   <refmeta>
@@ -46,7 +46,7 @@
       <command>b10-loadzone</command>
       <command>b10-loadzone</command>
       <arg><option>-d <replaceable class="parameter">database</replaceable></option></arg>
       <arg><option>-d <replaceable class="parameter">database</replaceable></option></arg>
       <arg><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
       <arg><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
-      <arg chose="req">filename</arg>
+      <arg choice="req">filename</arg>
     </cmdsynopsis>
     </cmdsynopsis>
   </refsynopsisdiv>
   </refsynopsisdiv>