diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:05:53 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:05:53 +0100 |
| commit | 4b7faa8d625c666c4318000329deacb8552e23c1 (patch) | |
| tree | 7d4ef406dbe22f20a52720ae6ea83d978d14409a /krandom.1 | |
| parent | Update e-mail (diff) | |
| download | krandom-4b7faa8d625c666c4318000329deacb8552e23c1.tar.gz krandom-4b7faa8d625c666c4318000329deacb8552e23c1.tar.bz2 krandom-4b7faa8d625c666c4318000329deacb8552e23c1.tar.xz | |
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | krandom.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -19,7 +19,7 @@ krandom - Keccak-based userspace pseudorandom number generator .SH DESCRIPTION .B krandom -create a Keccak sponge with a random state and continually +creates a Keccak sponge with a random state and continually squeezes it to generate pseudorandom binary data. .PP Like @@ -49,7 +49,7 @@ block, the total output is unlimited. .BI -S\ state-size Select Keccak state size. .TP -.BI -W\ state-size +.BI -W\ word-size Select Keccak word size. .TP .B -v @@ -67,7 +67,7 @@ utility does not use the standard input. None. .SH ENVIRONMENT VARIABLES -No environment variables affects the execution of +No environment variable affects the execution of .BR krandom .SH ASYNCHRONOUS EVENTS @@ -76,7 +76,7 @@ Default. .SH STDOUT The .B krandom -utility prints psuedorandom binary data to the standard output. +utility prints pseudorandom binary data to the standard output. .SH STDERR The standard error is used for diagnostic messages. |
