etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / bin / tools / genrandom.8
blob4c5cf88f2c84c27064df4603eaf6d6fb1e5296f9
1 .\"     $NetBSD: genrandom.8,v 1.6 2014/12/10 04:37:54 christos Exp $
2 .\"
3 .\" Copyright (C) 2009-2011, 2014 Internet Systems Consortium, Inc. ("ISC")
4 .\" 
5 .\" Permission to use, copy, modify, and/or distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
8 .\" 
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 .\" PERFORMANCE OF THIS SOFTWARE.
16 .\"
17 .\" Id
18 .\"
19 .hy 0
20 .ad l
21 .\"     Title: genrandom
22 .\"    Author: 
23 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
24 .\"      Date: August 08, 2011
25 .\"    Manual: BIND9
26 .\"    Source: BIND9
27 .\"
28 .TH "GENRANDOM" "8" "August 08, 2011" "BIND9" "BIND9"
29 .\" disable hyphenation
30 .nh
31 .\" disable justification (adjust text to left margin only)
32 .ad l
33 .SH "NAME"
34 genrandom \- generate a file containing random data
35 .SH "SYNOPSIS"
36 .HP 10
37 \fBgenrandom\fR [\fB\-n\ \fR\fB\fInumber\fR\fR] {\fIsize\fR} {\fIfilename\fR}
38 .SH "DESCRIPTION"
39 .PP
40 \fBgenrandom\fR
41 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.
42 .SH "ARGUMENTS"
43 .PP
44 \-n \fInumber\fR
45 .RS 4
46 In place of generating one file, generates
47 \fBnumber\fR
48 (from 2 to 9) files, appending
49 \fBnumber\fR
50 to the name.
51 .RE
52 .PP
53 size
54 .RS 4
55 The size of the file, in kilobytes, to generate.
56 .RE
57 .PP
58 filename
59 .RS 4
60 The file name into which random data should be written.
61 .RE
62 .SH "SEE ALSO"
63 .PP
64 \fBrand\fR(3),
65 \fBarc4random\fR(3)
66 .SH "AUTHOR"
67 .PP
68 Internet Systems Consortium
69 .SH "COPYRIGHT"
70 Copyright \(co 2009\-2011, 2014 Internet Systems Consortium, Inc. ("ISC")
71 .br