Ignore:
Timestamp:
09/29/2004 08:06:11 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
00caac0
Parents:
b9626c1
Message:

Tags & typo corrections.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/strippingagain.xml

    rb9626c1 r83c6411  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  %general-entities;
     5]>
    36<sect1 id="ch-system-strippingagain">
    47<title>Stripping Again</title>
     
    1316<para>Most people who use the command mentioned below do not
    1417experience any difficulties. However, it is easy to make a typo and
    15 render the new system unusable, so before running the strip command,
    16 it is a good idea to make a backup of the current
    17 situation.</para>
     18render the new system unusable, so before running the
     19<command>strip</command> command, it is a good idea to make a
     20backup of the current situation.</para>
    1821
    1922<para>Before performing the stripping, take special care to ensure that
     
    4346
    4447<para>If disk space is very tight, the
    45 <parameter>--strip-all</parameter> options can be used on the binaries
     48<parameter>--strip-all</parameter> option can be used on the binaries
    4649in <filename class="directory">/{,usr/}{bin,sbin}</filename> to gain
    4750several more megabytes. Do not use this option on libraries&mdash;they will
Note: See TracChangeset for help on using the changeset viewer.