diff options
Diffstat (limited to 'bin/tools/genrandom.docbook')
-rw-r--r-- | bin/tools/genrandom.docbook | 53 |
1 files changed, 23 insertions, 30 deletions
diff --git a/bin/tools/genrandom.docbook b/bin/tools/genrandom.docbook index ecc206a5496ce..a79926c827e7f 100644 --- a/bin/tools/genrandom.docbook +++ b/bin/tools/genrandom.docbook @@ -1,8 +1,5 @@ -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" - [<!ENTITY mdash "—">]> <!-- - - Copyright (C) 2009-2011, 2014 Internet Systems Consortium, Inc. ("ISC") + - Copyright (C) 2009-2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above @@ -17,9 +14,14 @@ - PERFORMANCE OF THIS SOFTWARE. --> -<refentry id="man.genrandom"> +<!-- Converted by db4-upgrade version 1.0 --> +<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.genrandom"> + <info> + <date>2011-08-08</date> + </info> <refentryinfo> - <date>August 08, 2011</date> + <corpname>ISC</corpname> + <corpauthor>Internet Systems Consortium, Inc.</corpauthor> </refentryinfo> <refmeta> @@ -39,31 +41,32 @@ <year>2010</year> <year>2011</year> <year>2014</year> + <year>2015</year> <holder>Internet Systems Consortium, Inc. ("ISC")</holder> </copyright> </docinfo> <refsynopsisdiv> - <cmdsynopsis> + <cmdsynopsis sepchar=" "> <command>genrandom</command> - <arg><option>-n <replaceable class="parameter">number</replaceable></option></arg> - <arg choice="req"><replaceable class="parameter">size</replaceable></arg> - <arg choice="req"><replaceable class="parameter">filename</replaceable></arg> + <arg choice="opt" rep="norepeat"><option>-n <replaceable class="parameter">number</replaceable></option></arg> + <arg choice="req" rep="norepeat"><replaceable class="parameter">size</replaceable></arg> + <arg choice="req" rep="norepeat"><replaceable class="parameter">filename</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> - <refsect1> - <title>DESCRIPTION</title> + <refsection><info><title>DESCRIPTION</title></info> + <para> <command>genrandom</command> generates a file or a set of files containing a specified quantity of pseudo-random data, which can be used as a source of entropy for other commands on systems with no random device. </para> - </refsect1> + </refsection> + + <refsection><info><title>ARGUMENTS</title></info> - <refsect1> - <title>ARGUMENTS</title> <variablelist> <varlistentry> <term>-n <replaceable class="parameter">number</replaceable></term> @@ -93,10 +96,10 @@ </listitem> </varlistentry> </variablelist> - </refsect1> + </refsection> + + <refsection><info><title>SEE ALSO</title></info> - <refsect1> - <title>SEE ALSO</title> <para> <citerefentry> <refentrytitle>rand</refentrytitle><manvolnum>3</manvolnum> @@ -105,16 +108,6 @@ <refentrytitle>arc4random</refentrytitle><manvolnum>3</manvolnum> </citerefentry> </para> - </refsect1> + </refsection> - <refsect1> - <title>AUTHOR</title> - <para><corpauthor>Internet Systems Consortium</corpauthor> - </para> - </refsect1> - -</refentry><!-- - - Local variables: - - mode: sgml - - End: ---> +</refentry> |