No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / bin / tools / genrandom.docbook
blobacbb0f4ce5993b4fed3c6d4273fe80c6bd7daed7
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3                [<!ENTITY mdash "&#8212;">]>
4 <!--
5  - Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
6  -
7  - Permission to use, copy, modify, and/or distribute this software for any
8  - purpose with or without fee is hereby granted, provided that the above
9  - copyright notice and this permission notice appear in all copies.
10  -
11  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13  - AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17  - PERFORMANCE OF THIS SOFTWARE.
18 -->
20 <!-- Id: genrandom.docbook,v 1.4 2009/09/18 13:14:47 fdupont Exp -->
21 <refentry id="man.genrandom">
22   <refentryinfo>
23     <date>Feb 19, 2009</date>
24   </refentryinfo>
26   <refmeta>
27     <refentrytitle><application>genrandom</application></refentrytitle>
28     <manvolnum>8</manvolnum>
29     <refmiscinfo>BIND9</refmiscinfo>
30   </refmeta>
32   <refnamediv>
33     <refname><application>genrandom</application></refname>
34     <refpurpose>generate a file containing random data</refpurpose>
35   </refnamediv>
37   <docinfo>
38     <copyright>
39       <year>2009</year>
40       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
41     </copyright>
42   </docinfo>
44   <refsynopsisdiv>
45     <cmdsynopsis>
46       <command>genrandom</command>
47       <arg choice="req"><replaceable class="parameter">size</replaceable></arg>
48       <arg choice="req"><replaceable class="parameter">filename</replaceable></arg>
49     </cmdsynopsis>
50   </refsynopsisdiv>
52   <refsect1>
53     <title>DESCRIPTION</title>
54     <para>
55       <command>genrandom</command>
56       generates a file containing a specified quantity of pseudo-random
57       data, which can be used as a source of entropy for other commands
58       on systems with no random device.
59     </para>
60   </refsect1>
62   <refsect1>
63     <title>ARGUMENTS</title>
64     <variablelist>
65       <varlistentry>
66         <term>size</term>
67         <listitem>
68           <para>
69             The size of the file, in kilobytes, to generate.
70           </para>
71         </listitem>
72       </varlistentry>
74       <varlistentry>
75         <term>domain</term>
76         <listitem>
77           <para>
78             The file name into which random data should be written.
79           </para>
80         </listitem>
81       </varlistentry>
82     </variablelist>
83   </refsect1>
85   <refsect1>
86     <title>SEE ALSO</title>
87     <para>
88       <citerefentry>
89         <refentrytitle>rand</refentrytitle><manvolnum>3</manvolnum>
90       </citerefentry>,
91       <citerefentry>
92         <refentrytitle>arc4random</refentrytitle><manvolnum>3</manvolnum>
93       </citerefentry>
94     </para>
95   </refsect1>
97   <refsect1>
98     <title>AUTHOR</title>
99     <para><corpauthor>Internet Systems Consortium</corpauthor>
100     </para>
101   </refsect1>
103 </refentry><!--
104  - Local variables:
105  - mode: sgml
106  - End: