diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-20 18:13:11 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-20 18:13:11 +0000 |
commit | 26cfdf0c9076ddd226ac7cf00324fd9fa9f63b15 (patch) | |
tree | 9f9cbbe87fba095806111889c16785067bd59261 /chapter06/shadow.xml | |
parent | 70b0e4d231e554b9ab8df72ad295d6f6efef7d52 (diff) |
Added missing tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index dfc165339..f69156195 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -73,8 +73,8 @@ find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen> <screen><userinput>sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile</userinput></screen> <para>Shadow supplies other manual pages in a UTF-8 encoding. Man-DB - can display these in the recommended encodings by using the convert-mans - script which we installed.</para> + 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 convert-mans UTF-8 ISO-8859-1 man/${i}/*.? |