44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
From 00fd6e5e6c47d7732efcdc317d4f4aae2121c2cf Mon Sep 17 00:00:00 2001
|
|
From: Jirka Hladky <jhladky@redhat.com>
|
|
Date: Tue, 1 Mar 2022 17:34:29 +0100
|
|
Subject: [PATCH] Updated man page
|
|
|
|
---
|
|
man/haveged.8 | 7 +++++--
|
|
1 file changed, 5 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/man/haveged.8 b/man/haveged.8
|
|
index f47f052..fdf682c 100644
|
|
--- a/man/haveged.8
|
|
+++ b/man/haveged.8
|
|
@@ -118,14 +118,14 @@ Set file path for the daemon pid file. Default is "/var/run/haveged.pid",
|
|
Set run level for daemon interface:
|
|
|
|
n = 0 Run as daemon - must be root. Fills /dev/random when the supply of random bits
|
|
- falls below the low water mark of the device.
|
|
+ falls below the low water mark of the device.
|
|
|
|
n = 1 Display configuration info and terminate.
|
|
|
|
n > 1 Write <n> kb of output. Deprecated (use --number instead), only provided for backward
|
|
compatibility.
|
|
|
|
-If --number is specified, values other than 0,1 are ignored. Default is 0.
|
|
+If --number is specified, values other than 0,1 are ignored. Default is 0.
|
|
.TP
|
|
-v n, --verbose=n
|
|
Set diagnostic bitmap as sum of following options:
|
|
@@ -149,6 +149,9 @@ Default is 0. Use -1 for all diagnostics.
|
|
-w nnn, --write=nnn
|
|
Set write_wakeup_threshold of daemon interface to nnn bits. Applies only to run level 0.
|
|
.TP
|
|
+-V, --version
|
|
+Print version information and exit
|
|
+.TP
|
|
-?, --help
|
|
This summary of program options.
|
|
|
|
--
|
|
2.27.0
|
|
|