View | Details | Raw Unified | Return to bug 27858 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 190-195 Link Here
190
MLINKS+=netintro.4 networking.4
190
MLINKS+=netintro.4 networking.4
191
MLINKS+=pcm.4 snd.4
191
MLINKS+=pcm.4 snd.4
192
MLINKS+=pcvt.4 vt.4
192
MLINKS+=pcvt.4 vt.4
193
MLINKS+=random.4 urandom.4
193
MLINKS+=scsi.4 CAM.4
194
MLINKS+=scsi.4 CAM.4
194
MLINKS+=scsi.4 SCSI.4
195
MLINKS+=scsi.4 SCSI.4
195
MLINKS+=scsi.4 cam.4
196
MLINKS+=scsi.4 cam.4
(-)random.4 (-2 / +4 lines)
Lines 27-33 Link Here
27
.Dt RANDOM 4
27
.Dt RANDOM 4
28
.Os
28
.Os
29
.Sh NAME
29
.Sh NAME
30
.Nm random
30
.Nm random ,
31
.Nm urandom
31
.Nd the entropy device
32
.Nd the entropy device
32
.Sh DESCRIPTION
33
.Sh DESCRIPTION
33
The
34
The
Lines 157-164 Link Here
157
handlers force the above variables
158
handlers force the above variables
158
into the stated ranges.
159
into the stated ranges.
159
.Sh FILES
160
.Sh FILES
160
.Bl -tag -width /dev/random
161
.Bl -tag -width /dev/urandom -compact
161
.It Pa /dev/random
162
.It Pa /dev/random
163
.It Pa /dev/urandom
162
.El
164
.El
163
.Sh SEE ALSO
165
.Sh SEE ALSO
164
.Xr sysctl 8
166
.Xr sysctl 8

Return to bug 27858