Skip to content

Commit

Permalink
Documentation: use programlisting tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Apr 5, 2015
1 parent f26298d commit 07100ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docbook/Admin_Guide/en-US/config/security.xml
Expand Up @@ -57,7 +57,9 @@
string generated using a secure random number
generator. An example for Linux systems is:
</para>
<para>cat /dev/urandom | head -c 64 | base64</para>
<programlisting>
cat /dev/urandom | head -c 64 | base64
</programlisting>
<para>Note that the number of bits of entropy per byte of
output from /dev/urandom is not 8. If you're
particularly paranoid and don't mind waiting a long
Expand Down

0 comments on commit 07100ef

Please sign in to comment.