diff options
| -rw-r--r-- | share/man/man4/random.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index 07506cce449e..a1c1d0cd581d 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -44,7 +44,7 @@ certain hardware entropy sources, and use these in preference to the fallback, which is a generator implemented in software. .Pp -If the device has is using +If the device is using the software generator, writing data to .Nm @@ -66,7 +66,9 @@ The software device may be controlled with .Xr sysctl 8 . .Pp -To see the devices' current settings, use the command line: +To see the current settings of the software +.Nm +device, use the command line: .Pp .Dl sysctl kern.random .Pp |
