Changeset c5923846


Ignore:
Timestamp:
04/01/2008 08:41:23 PM (16 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
39dc41f9
Parents:
3a79861
Message:

Spelling and style fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7338 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • basicnet/connect/ppp.xml

    r3a79861 rc5923846  
    169169      <para>Add the users who may run <application>PPP</application> to the
    170170      <systemitem class="groupname">pppusers</systemitem> group:</para>
     171
    171172<screen role="root"><userinput>usermod -a -G pppusers <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    172173
  • general/genlib/libusb.xml

    r3a79861 rc5923846  
    178178    <para>Add any users that need to access raw USB devices to the
    179179    <systemitem class="groupname">usb</systemitem> group.</para>
     180
    180181<screen role="root"><userinput>usermod -a -G usb <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    181182
  • general/sysutils/hal.xml

    r3a79861 rc5923846  
    278278      class="groupname">halusers</systemitem> group to use
    279279      <application>HAL</application>.</para>
     280
    280281<screen role="root"><userinput>usermod -a -G halusers <replaceable>&lt;username&gt;</replaceable></userinput></screen>
     282
    281283      <para>Note that these users still need
    282284      to have appropriate permissions to access the devices that
  • multimedia/libdriv/alsa-utils.xml

    r3a79861 rc5923846  
    168168chmod -v 644 /etc/udev/rules.d/40-alsa.rules</userinput></screen>
    169169
    170       <para>All sound devices are not accessable for any user except
     170      <para>All sound devices are not accessible for any user except
    171171      <systemitem class="username">root</systemitem> and members of the
    172172      <systemitem class="groupname">audio</systemitem> group. Add any users
    173173      that might use the sound devices to that group:</para>
     174
    174175<screen role="root"><userinput>usermod -a -G audio <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    175176
     
    177178        <para>You may need to log out and back in again to refresh your group
    178179        memberships. '<command>su <replaceable>&lt;username&gt;</replaceable></command>'
    179         should work around this as well.</para>
     180        should work as well.</para>
    180181      </note>
    181182
  • server/other/svnserver.xml

    r3a79861 rc5923846  
    189189        <para>You may need to log out and back in again to refresh your group
    190190        memberships. '<command>su <replaceable>&lt;username&gt;</replaceable></command>'
    191         should work around this as well.</para>
     191        should work as well.</para>
    192192      </note>
    193193
  • x/installing/x-setup.xml

    r3a79861 rc5923846  
    275275EndSection</literal></screen>
    276276
    277     <para>The DRI devices are not accessable for any user except
     277    <para>The DRI devices are not accessible for any user except
    278278      <systemitem class="username">root</systemitem> and members of the
    279279      <systemitem class="groupname">video</systemitem> group. Add any users
    280280      that might use X to that group:</para>
     281
    281282<screen role="root"><userinput>usermod -a -G video <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    282283
Note: See TracChangeset for help on using the changeset viewer.