~ubuntu-branches/ubuntu/natty/bind9/natty-updates

« back to all changes in this revision

Viewing changes to bin/tools/genrandom.docbook

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Internet Software Consortium, Inc, LaMont Jones
  • Date: 2010-06-21 09:53:30 UTC
  • mfrom: (1.6.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621095330-k6874kbj59lfo3xm
Tags: 1:9.7.1.dfsg-1
[Internet Software Consortium, Inc]

* 9.7.1

[LaMont Jones]

* Add freebsd support.  Closes: #578447
* soname changes
* freshen root cache.  LP: #596363

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3
3
               [<!ENTITY mdash "&#8212;">]>
4
4
<!--
5
 
 - Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
 
5
 - Copyright (C) 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
6
6
 -
7
7
 - Permission to use, copy, modify, and/or distribute this software for any
8
8
 - purpose with or without fee is hereby granted, provided that the above
17
17
 - PERFORMANCE OF THIS SOFTWARE.
18
18
-->
19
19
 
20
 
<!-- $Id: genrandom.docbook,v 1.4 2009/09/18 13:14:47 fdupont Exp $ -->
 
20
<!-- $Id: genrandom.docbook,v 1.4.88.2 2010/05/17 23:49:51 tbox Exp $ -->
21
21
<refentry id="man.genrandom">
22
22
  <refentryinfo>
23
23
    <date>Feb 19, 2009</date>
37
37
  <docinfo>
38
38
    <copyright>
39
39
      <year>2009</year>
 
40
      <year>2010</year>
40
41
      <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
41
42
    </copyright>
42
43
  </docinfo>
44
45
  <refsynopsisdiv>
45
46
    <cmdsynopsis>
46
47
      <command>genrandom</command>
 
48
      <arg><option>-n <replaceable class="parameter">number</replaceable></option></arg>
47
49
      <arg choice="req"><replaceable class="parameter">size</replaceable></arg>
48
50
      <arg choice="req"><replaceable class="parameter">filename</replaceable></arg>
49
51
    </cmdsynopsis>
53
55
    <title>DESCRIPTION</title>
54
56
    <para>
55
57
      <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.
 
58
      generates a file or a set of files containing a specified quantity
 
59
      of pseudo-random data, which can be used as a source of entropy for
 
60
      other commands on systems with no random device.
59
61
    </para>
60
62
  </refsect1>
61
63
 
63
65
    <title>ARGUMENTS</title>
64
66
    <variablelist>
65
67
      <varlistentry>
 
68
        <term>-n <replaceable class="parameter">number</replaceable></term>
 
69
        <listitem>
 
70
          <para>
 
71
            In place of generating one file, generates <option>number</option>
 
72
            (from 2 to 9) files, appending <option>number</option> to the name.
 
73
          </para>
 
74
        </listitem>
 
75
      </varlistentry>
 
76
 
 
77
      <varlistentry>
66
78
        <term>size</term>
67
79
        <listitem>
68
80
          <para>