diff options
Diffstat (limited to 'man7/random.7')
-rw-r--r-- | man7/random.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/random.7 b/man7/random.7 index 009148f0b6..280e798c69 100644 --- a/man7/random.7 +++ b/man7/random.7 @@ -19,7 +19,7 @@ a cryptographically secure pseudorandom number generator (CSPRNG). It is designed for security, rather than speed. .PP The following interfaces provide access to output from the kernel CSPRNG: -.IP \(bu 3 +.IP \[bu] 3 The .I /dev/urandom and @@ -28,7 +28,7 @@ devices, both described in .BR random (4). These devices have been present on Linux since early times, and are also available on many other systems. -.IP \(bu +.IP \[bu] The Linux-specific .BR getrandom (2) system call, available since Linux 3.17. |