summaryrefslogtreecommitdiff
path: root/pt_BR
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-04-28 10:38:51 +0000
committerFrans Pop <elendil@planet.nl>2008-04-28 10:38:51 +0000
commit6a77d37c72ccaedf2e80b04d053169f5531a3f94 (patch)
tree72ae5bc7894a7946bbcc1a652901545507428009 /pt_BR
parent57c9acbf0efdc04b4c925cd56e4bbd99ce6f2562 (diff)
downloadinstallation-guide-6a77d37c72ccaedf2e80b04d053169f5531a3f94.zip
Let mkpasswd example match man page; also update translations
Diffstat (limited to 'pt_BR')
-rw-r--r--pt_BR/appendix/preseed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt_BR/appendix/preseed.xml b/pt_BR/appendix/preseed.xml
index f7bf71b14..7aa08f26e 100644
--- a/pt_BR/appendix/preseed.xml
+++ b/pt_BR/appendix/preseed.xml
@@ -1159,7 +1159,7 @@ chave SSH ou <command>sudo</command>).
Um hash MD5 para senha pode ser gerado com o seguinte comando.
<informalexample><screen>
-$ echo "r00tme" | mkpasswd -s -H MD5
+$ echo "r00tme" | mkpasswd -s -m md5
</screen></informalexample>
</para>