summaryrefslogtreecommitdiff
path: root/pt_BR
diff options
context:
space:
mode:
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 aadc9beba..d2b476327 100644
--- a/pt_BR/appendix/preseed.xml
+++ b/pt_BR/appendix/preseed.xml
@@ -1197,7 +1197,7 @@ chave SSH ou <command>sudo</command>).
O seguinte comando pode ser usado para gerar um hash MD5 para uma senha:
<informalexample><screen>
-$ echo "r00tme" | mkpasswd -s -m md5
+$ printf "r00tme" | mkpasswd -s -m md5
</screen></informalexample>
</para>