Changeset 51a5442f


Ignore:
Timestamp:
03/14/2022 06:08:40 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f7ac150
Parents:
582da16
Message:

Fix pdf presentation issues and some misc issues
Change pdf generation to use 9 point fonts for monospace
sections of the book. Otherwise texy overflows, especially
in Chapter 8, Stripping.

Fix a minor spacing issue in the stripping issue.

MAke a minor grammar fix in creatingfiles.xml.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter07/createfiles.xml

    r582da16 r51a5442f  
    3737  <para>Historically, Linux maintains a list of the mounted file systems in the
    3838  file <filename>/etc/mtab</filename>. Modern kernels maintain this list
    39   internally and exposes it to the user via the <filename
     39  internally and expose it to the user via the <filename
    4040  class="directory">/proc</filename> filesystem. To satisfy utilities that
    4141  expect the presence of <filename>/etc/mtab</filename>, create the following
  • chapter08/stripping.xml

    r582da16 r51a5442f  
    4848
    4949<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
    50       <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
     50<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
    5151             libc.so.6
    5252             libthread_db.so.1
  • pdf-fixups.sh

    r582da16 r51a5442f  
    1414# Not needed
    1515#sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE
     16sed -i -e "s/monospace/&\" font-size=\"9pt/g" $FILE
    1617
    1718# Break a block of code at the right place
Note: See TracChangeset for help on using the changeset viewer.