Changeset 364d698 in clfs-embedded for BOOK


Ignore:
Timestamp:
Jul 18, 2013, 12:05:58 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
bc7fc77
Parents:
6280230
git-author:
Andrew Bradford <andrew@…> (07/15/13 03:59:23)
git-committer:
Andrew Bradford <andrew@…> (07/18/13 12:05:58)
Message:

Consistently capitalize BusyBox? name

It was written sometimes with the second 'B' lowercase which is
incorrect.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-intro/common/introduction.xml

    r6280230 r364d698  
    1616  <para os="b">In this section, we explain how to compile additional packages
    1717  for use with the system. We will also cover how to configure some of the
    18   Busybox Utilities.</para>
     18  BusyBox Utilities.</para>
    1919
    2020</sect1>
  • BOOK/bootscripts/common/mdev.xml

    r6280230 r364d698  
    1818    <title/>
    1919
    20     <para>Is a Busybox replacement of udev. With a different rule
     20    <para>Is a BusyBox replacement of udev. With a different rule
    2121    base.</para>
    2222
  • BOOK/final-system/common/busybox.xml

    r6280230 r364d698  
    99  <?dbhtml filename="busybox.html"?>
    1010
    11   <title>Busybox-&busybox-version;</title>
     11  <title>BusyBox-&busybox-version;</title>
    1212
    1313  <indexterm zone="ch-system-busybox">
    14     <primary sortas="a-Busybox">Busybox</primary>
     14    <primary sortas="a-BusyBox">BusyBox</primary>
    1515  </indexterm>
    1616
     
    2929
    3030  <sect2 role="installation">
    31     <title>Installation of Busybox</title>
     31    <title>Installation of BusyBox</title>
    3232
    3333<!-- Version 1.18.4 does not require any "fixes" patch, none exists, yet
    3434    <para os="p1">The following patch contains a number of fixes to version
    35     &busybox-version; by the Busybox developers:</para>
     35    &busybox-version; by the BusyBox developers:</para>
    3636
    3737<screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen>
     
    4242<screen os="b"><userinput>make distclean</userinput></screen>
    4343
    44     <para os="c">The following patch contains a default configuration for busybox:</para>
     44    <para os="c">The following patch contains a default configuration for BusyBox:</para>
    4545
    4646<screen os="d"><userinput>patch -Np1 -i ../&busybox-config-patch;
     
    4848
    4949    <note os="e">
    50       <para>Currently we are just telling Busybox to use a generic
     50      <para>Currently we are just telling BusyBox to use a generic
    5151      configuration. For those for more adventurous, you can use
    5252      <command>make menuconfig</command>, and create a custom or modified
     
    7777
    7878  <sect2 id="contents-busybox" role="content">
    79     <title>Contents of Busybox</title>
     79    <title>Contents of BusyBox</title>
    8080
    8181    <segmentedlist>
  • BOOK/materials/common/packages.xml

    r6280230 r364d698  
    2525
    2626    <varlistentry>
    27       <term>Busybox (&busybox-version;) - <token>&busybox-size;</token>:</term>
     27      <term>BusyBox (&busybox-version;) - <token>&busybox-size;</token>:</term>
    2828      <listitem>
    2929        <para>Home page: <ulink url="&busybox-home;"/></para>
  • BOOK/materials/common/patches.xml

    r6280230 r364d698  
    2020
    2121    <varlistentry>
    22       <term>Busybox Config Patch - <token>&busybox-config-patch-size;</token>:</term>
     22      <term>BusyBox Config Patch - <token>&busybox-config-patch-size;</token>:</term>
    2323      <listitem>
    2424        <para>Download: <ulink
     
    3030<!--
    3131    <varlistentry>
    32       <term>Busybox Fixes Patch - <token>&busybox-fixes-patch-size;</token>:</term>
     32      <term>BusyBox Fixes Patch - <token>&busybox-fixes-patch-size;</token>:</term>
    3333      <listitem>
    3434        <para>Download: <ulink
Note: See TracChangeset for help on using the changeset viewer.