Skip to content

Commit

Permalink
Updated man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirka Hladky committed Mar 1, 2022
1 parent 82c58fd commit 00fd6e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions man/haveged.8
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

Expand Down

0 comments on commit 00fd6e5

Please sign in to comment.