diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 08:36:43 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 08:36:43 +0100 |
commit | b4246f5cd5ca82e75c8f5708fcbabef4720e47b9 (patch) | |
tree | b18b6b1717910d8c25d4cf1c4aa25875028340ad /docs | |
parent | 483a31ed8d01499a25ed92a95a4f9d945dd66ae9 (diff) | |
download | librebootfr-b4246f5cd5ca82e75c8f5708fcbabef4720e47b9.tar.gz librebootfr-b4246f5cd5ca82e75c8f5708fcbabef4720e47b9.zip |
docs/howtos/encrypted_parabola.html: Fix typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/howtos/encrypted_parabola.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howtos/encrypted_parabola.html b/docs/howtos/encrypted_parabola.html index cdbcf209..6466c599 100644 --- a/docs/howtos/encrypted_parabola.html +++ b/docs/howtos/encrypted_parabola.html @@ -103,7 +103,7 @@ </p> <p> It tells me to run:<br/> - # <b>cryptosetup benchmark</b> (for making sure the list below is populated)<br/> + # <b>cryptsetup benchmark</b> (for making sure the list below is populated)<br/> Then:<br/> # <b>cat /proc/crypto</b><br/> This gives me crypto options that I can use. It also provides a representation of the best way to setup LUKS (in this case, security is a priority; speed, a distant second). |