]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/egd.texi
Raise copyright years
[govpn.git] / doc / egd.texi
index 62d1d87a2e73c60d6e5085844e7156c07d3981b9..6a3dd975104e7303340ff2c2e5198666776d4acf 100644 (file)
@@ -1,19 +1,19 @@
 @node EGD
-@section Entropy Gathering Daemon
+@subsection Entropy Gathering Daemon
 
 Overall security mainly depends on client side:
 @ref{PAKE, good passphrase} and cryprographically good pseudo random
 number generator.
 
 Some operating systems do not have good enough quality PRNG, bad
-@code{/dev/urandom}. You should use separate PRNG with them. GoVPN
+@file{/dev/urandom}. You should use separate PRNG with them. GoVPN
 communicates with them using
 @url{http://egd.sourceforge.net/, Entropy Gathering Daemon} protocol.
 
 To switch using EGD-compatible daemons instead of @code{crypto/rand}
-library you provide @code{-egd PATH} command line option, where
+library you provide @option{-egd PATH} command line option, where
 @code{PATH} is the domain socket.
 
-@example
-% ./govpn-server [...] -egd /var/run/egd.sock
-@end example
+@verbatim
+$ ./govpn-server [...] -egd /var/run/egd.sock
+@end verbatim