diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 91f614110..7ae3a4ce9 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -83,7 +83,7 @@ find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen> can display these in the recommended encodings by using the <command>convert-mans</command> script which we installed.</para> -<screen><userinput> for i in de es fi fr id it pt_BR; do +<screen><userinput>for i in de es fi fr id it pt_BR; do convert-mans UTF-8 ISO-8859-1 man/${i}/*.? done |