diff options
author | Mattias Andrée <maandree@kth.se> | 2024-06-03 18:44:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-06-03 18:44:46 +0200 |
commit | fdee7c0837a63d6f7cabdaf53a3e41179ddc20f5 (patch) | |
tree | de75c5983873d28b6e7fa8e896c3206bec3f17e1 /krandom.1 | |
parent | Empty signed commit (diff) | |
download | krandom-fdee7c0837a63d6f7cabdaf53a3e41179ddc20f5.tar.gz krandom-fdee7c0837a63d6f7cabdaf53a3e41179ddc20f5.tar.bz2 krandom-fdee7c0837a63d6f7cabdaf53a3e41179ddc20f5.tar.xz |
Fix minor mistakes in the man page2.0.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | krandom.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -61,7 +61,7 @@ No operands are supported. .SH STDIN The .B krandom -does not use the standard input. +utility does not use the standard input. .SH INPUT FILES None. @@ -90,7 +90,7 @@ None. .SH EXIT STATUS If the .B krandom -utility fails it will exit withone of the following statuses: +utility fails it will exit with one of the following statuses: .TP 0 Successful completion. @@ -127,5 +127,5 @@ None. None. .SH SEE ALSO -.BR random(4), -.BR getrandom(2) +.BR random (4), +.BR getrandom (2) |