diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-16 18:45:55 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-16 18:45:55 +0000 |
commit | f9fdb5f849f3b37b5b0bb2cdc8c89bf66a71fda4 (patch) | |
tree | 3b73af56d2588dd3107599d508514ae53908a9ad /appendixa/perl-dep.xml | |
parent | b01dec7ae469c77089ff17592b171df8b63ef6c5 (diff) |
fixed dependency section: packages start with capital
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/perl-dep.xml')
-rw-r--r-- | appendixa/perl-dep.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/appendixa/perl-dep.xml b/appendixa/perl-dep.xml index 2e809c62e..a9d3cf7c3 100644 --- a/appendixa/perl-dep.xml +++ b/appendixa/perl-dep.xml @@ -4,17 +4,17 @@ <para>Perl-&perl-depversion; needs the following to be installed:</para> <literallayout> -bash: sh -binutils: ar, as, ld, nm -diffutils: cmp -fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch -gcc: cc, cc1, collect2, cpp0, gcc -grep: egrep, grep -make: make -gawk: awk -sed: sed -sh-utils: basename, date, echo, expr, hostname, pwd, uname, whoami -textutils: cat, comm, sort, split, tr, uniq, wc +Bash: sh +Binutils: ar, as, ld, nm +Diffutils: cmp +Fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch +Gcc: cc, cc1, collect2, cpp0, gcc +Grep: egrep, grep +Make: make +Gawk: awk +Sed: sed +Sh-utils: basename, date, echo, expr, hostname, pwd, uname, whoami +Textutils: cat, comm, sort, split, tr, uniq, wc </literallayout> </sect2> |