Skip to content

Commit 07100ef

Browse files
committedApr 5, 2015
Documentation: use programlisting tag
1 parent f26298d commit 07100ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎docbook/Admin_Guide/en-US/config/security.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
string generated using a secure random number
5858
generator. An example for Linux systems is:
5959
</para>
60-
<para>cat /dev/urandom | head -c 64 | base64</para>
60+
<programlisting>
61+
cat /dev/urandom | head -c 64 | base64
62+
</programlisting>
6163
<para>Note that the number of bits of entropy per byte of
6264
output from /dev/urandom is not 8. If you're
6365
particularly paranoid and don't mind waiting a long

0 commit comments

Comments
 (0)
Please sign in to comment.