diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-24 14:48:14 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-24 14:48:14 +0000 |
commit | ad83f72ad8ff3782a03c2bbd97cd746f908c9166 (patch) | |
tree | 95a73c8ca67a7e87a228078736659284ea1a3044 /chapter06/man-db.xml | |
parent | 0102f5359213fee5ec5f1acd70885328043dca19 (diff) |
Remove extraneous && in chained commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index cc20e8bad..88ecef994 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -41,10 +41,10 @@ with Man-DB, in order for them to be accessible in both traditional and UTF-8 locales:</para> -<screen><userinput>mv man/de{_DE.88591,} && -mv man/es{_ES.88591,} && -mv man/it{_IT.88591,} && -mv man/ja{_JP.eucJP,} && +<screen><userinput>mv man/de{_DE.88591,} +mv man/es{_ES.88591,} +mv man/it{_IT.88591,} +mv man/ja{_JP.eucJP,} sed -i 's,\*_\*,??,' man/Makefile.in</userinput></screen> <para>The second change is a <command>sed</command> substitution to delete @@ -298,7 +298,7 @@ install -m755 convert-mans /usr/bin</userinput></screen> (<ulink url="http://ccb.club.fr/man/man-fr-1.58.0.tar.bz2"/>) can be installed with the following command:</para> -<screen role="nodump"><userinput>mkdir -p /usr/share/man/fr && +<screen role="nodump"><userinput>mkdir -p /usr/share/man/fr cp -rv man? /usr/share/man/fr</userinput></screen> <para>If upstream distributes manual pages in UTF-8 (i.e., <quote>for |