Changeset b59e5eb3


Ignore:
Timestamp:
12/12/2022 08:17:31 PM (17 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
bdf8481
Parents:
df210c3
Message:

Fixed a common misspelling. "setup" is a noun. When "set up" is a
phrasal verb, it is spelled as two words. This commit fixes most of
the misspelled "set up" instances in the BLFS book.

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gitserver.xml

    rdf210c3 rb59e5eb3  
    4949
    5050    <sect3>
    51       <title>1. Setup Users, Groups, and Permissions</title>
     51      <title>1. Set Up Users, Groups, and Permissions</title>
    5252
    5353      <para>
     
    162162
    163163      <para>
    164         On the developer's machine, setup some files to be pushed
     164        On the developer's machine, set up some files to be pushed
    165165        to the repository as the initial content:
    166166      </para>
  • general/prog/ojdk-conf.xml

    rdf210c3 rb59e5eb3  
    9898      on the <xref linkend="make-ca"/> page previously created the file
    9999      located in <filename class="directory">/etc/ssl/java</filename>.
    100       Setup a symlink in the default location as the
     100      Set up a symlink in the default location as the
    101101      <systemitem class="username">root</systemitem> user:
    102102    </para>
  • general/prog/php.xml

    rdf210c3 rb59e5eb3  
    609609        Additionally, it may be useful to add an entry for
    610610        <filename>index.php</filename> to the DirectoryIndex directive of the
    611         <filename>httpd.conf</filename> file. Lastly, adding a line to setup the
     611        <filename>httpd.conf</filename> file. Lastly, adding a line to set up the
    612612        <filename class='extension'>.phps</filename> extension to show
    613613        highlighted <application>PHP</application> source may be
  • general/prog/svnserver.xml

    rdf210c3 rb59e5eb3  
    4747
    4848    <sect3>
    49       <title>1. Setup Users, Groups, and Permissions</title>
     49      <title>1. Set Uup Users, Groups, and Permissions</title>
    5050
    5151      <para>
     
    129129        layout set up exactly as you want your repository to look. For
    130130        example, here is a sample BLFS layout setup with a root of
    131         <filename>svntest/</filename>. You'll need to setup a directory
     131        <filename>svntest/</filename>. You'll need to set up a directory
    132132        tree similar to the following:
    133133      </para>
  • general/sysutils/fcron.xml

    rdf210c3 rb59e5eb3  
    295295
    296296      <para>
    297         If you would like to setup a periodic hierarchy for the root user,
     297        If you would like to set up a periodic hierarchy for the root user,
    298298        first issue the following commands (as the
    299299        <systemitem class="username">root</systemitem> user) to create the
  • networking/connect/dhcpcd.xml

    rdf210c3 rb59e5eb3  
    234234          modifications to system files are done by hooks which are stored in
    235235          <filename class="directory">/usr/lib/dhcpcd/dhcpcd-hooks</filename>.
    236           Setup <command>dhcpcd</command> by removing or adding hooks from/to
     236          Set up <command>dhcpcd</command> by removing or adding hooks from/to
    237237          that directory.  The execution of hooks can be disabled by using
    238238          the <option>--nohook</option> (<option>-C</option>) command line
     
    336336          modifications to system configuration files are done by hooks which
    337337          are stored in <filename class="directory">
    338           /lib/dhcpcd/dhcpcd-hooks</filename>. Setup <command>dhcpcd</command>
     338          /lib/dhcpcd/dhcpcd-hooks</filename>. Set up <command>dhcpcd</command>
    339339          by removing or adding hooks from/to that directory. The execution
    340340          of hooks can be disabled by using the <option>--nohook</option>
  • networking/netprogs/samba.xml

    rdf210c3 rb59e5eb3  
    1515     I'll update anyway since this is a high priority release: feel free
    1616     to update figures. I seem to have all the optional dependencies that
    17      are in the book, in addition to the python venv as setup in the
     17     are in the book, in addition to the python venv as set up in the
    1818     instructions below. -->
    1919<sect1 id="samba" xreflabel="Samba-&samba-version;">
     
    246246      If doing a security update or a new minor version (point releases do not
    247247      apply here), run 'make testenv' before running 'make test' and 'make
    248       subunit-test'. This will setup the test environment and make the tests
     248      subunit-test'. This will set up the test environment and make the tests
    249249      run faster, as well as point out any glaring issues that might affect
    250250      the new Samba installation. With 4.10.4, I got 236 failures, 73 errors,
     
    324324      Active Directory Domain Controller functionality. See <ulink url=
    325325      "https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller">
    326       Setup a Samba Active Directory Domain Controller</ulink> for detailed
     326      Set up a Samba Active Directory Domain Controller</ulink> for detailed
    327327      information. Remove this switch if you've installed the Python modules
    328328      needed for ADS support. Note that BLFS does not provide a samba bootscript
  • postlfs/config/profile.xml

    rdf210c3 rb59e5eb3  
    167167fi
    168168
    169 # Setup some environment variables.
     169# Set up some environment variables.
    170170export HISTSIZE=1000
    171171export HISTIGNORE="&amp;:[bf]g:exit"
     
    176176export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp/xdg-$USER}
    177177
    178 # Setup a red prompt for root and a green one for users.
     178# Set up a red prompt for root and a green one for users.
    179179NORMAL="\[\e[0m\]"
    180180RED="\[\e[1;31m\]"
     
    365365
    366366<screen role="root"><userinput>cat &gt; /etc/profile.d/readline.sh &lt;&lt; "EOF"
    367 <literal># Setup the INPUTRC environment variable.
     367<literal># Set up the INPUTRC environment variable.
    368368if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ] ; then
    369369        INPUTRC=/etc/inputrc
  • xsoft/other/tigervnc.xml

    rdf210c3 rb59e5eb3  
    357357      <application>GNOME</application> to autostart services once the VNC
    358358      session is started. This configuration also gives the added benefit
    359       of starting VNC Sessions on system startup. To setup the VNC server
     359      of starting VNC Sessions on system startup. To set up the VNC server
    360360      in this fashion, follow these instructions.
    361361    </para>
     
    370370
    371371    <para revision="systemd">
    372       Next, setup a user mapping in
     372      Next, set up a user mapping in
    373373      <filename>/etc/tigervnc/vncserver.users</filename>. This tells the VNC
    374374      Server which session is allocated to a user.
     
    379379
    380380    <para revision="systemd">
    381       Next, setup a configuration file to tell
     381      Next, set up a configuration file to tell
    382382      <application>vncserver</application> which desktop environment should be
    383383      used and what display geometry should be used. There are several other
Note: See TracChangeset for help on using the changeset viewer.