]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] fix mistake in xml tag
authorJeremy C. Reed <jreed@ISC.org>
Mon, 26 Mar 2012 21:16:14 +0000 (16:16 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Mon, 26 Mar 2012 21:16:14 +0000 (16:16 -0500)
filename argument is required

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

Commit regenerated version too.

src/bin/loadzone/b10-loadzone.8
src/bin/loadzone/b10-loadzone.xml

index d563ff2ed267759eca0ec35304b7d5f499f131e2..cf1c26bfb1ff4c7c06bb26e966437f1eada88623 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: b10-loadzone
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: March 8, 2010
+.\"      Date: March 26, 2012
 .\"    Manual: BIND10
 .\"    Source: BIND10
 .\"  Language: English
 .\"
-.TH "B10\-LOADZONE" "8" "March 8, 2010" "BIND10" "BIND10"
+.TH "B10\-LOADZONE" "8" "March 26, 2012" "BIND10" "BIND10"
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -22,7 +22,7 @@
 b10-loadzone \- Load DNS Zone File
 .SH "SYNOPSIS"
 .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"
 .PP
 The
index 25e23a52e902c185be4907dc7cf13485dadd030a..8c41e54f718580de1e51bc98e84b9586dfb2577b 100644 (file)
@@ -20,7 +20,7 @@
 <refentry>
 
   <refentryinfo>
-    <date>March 8, 2010</date>
+    <date>March 26, 2012</date>
   </refentryinfo>
 
   <refmeta>
@@ -46,7 +46,7 @@
       <command>b10-loadzone</command>
       <arg><option>-d <replaceable class="parameter">database</replaceable></option></arg>
       <arg><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
-      <arg chose="req">filename</arg>
+      <arg choice="req">filename</arg>
     </cmdsynopsis>
   </refsynopsisdiv>