Changeset a0e08b2


Ignore:
Timestamp:
12/24/2022 08:14:57 PM (16 months ago)
Author:
David Bryant <david@…>
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:
f827289
Parents:
4628237e
git-author:
David Bryant <david@…> (12/24/2022 08:09:06 PM)
git-committer:
David Bryant <david@…> (12/24/2022 08:14:57 PM)
Message:

Standardized the spelling of "userspace".

Also corrected the capitalization of titles and cleaned up some
grammatical errors. Note that a few modules quote the "config"
menu for the Linux kernel, whch says "user-space". Those
modules were not altered; directly quoted material should be
reproduced verbatim.

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/lm_sensors.xml

    r4628237e ra0e08b2  
    1717
    1818
    19   <title>lm-sensors-&lm-sensors-version;</title>
     19  <title>Lm-sensors-&lm-sensors-version;</title>
    2020
    2121  <indexterm zone="lm_sensors">
     
    2424
    2525  <sect2 role="package">
    26     <title>Introduction to lm_sensors</title>
    27 
    28     <para>
    29       The <application>lm_sensors</application> package provides user-space
     26    <title>Introduction to Lm_sensors</title>
     27
     28    <para>
     29      The <application>lm_sensors</application> package provides userspace
    3030      support for the hardware monitoring drivers in the Linux kernel.
    3131      This is useful for monitoring the temperature of the CPU and adjusting the
     
    136136
    137137  <sect2 role="installation">
    138     <title>Installation of lm_sensors</title>
    139 
    140     <para>
    141       Install <application>lm_sensors</application> by running the following
     138    <title>Installation of Lm_sensors</title>
     139
     140    <para>
     141      Install <application>Lm_sensors</application> by running the following
    142142      commands:
    143143    </para>
     
    181181      to install RRDtool in <filename class="directory">/usr</filename>
    182182      by running <command>make prefix=/usr</command> when building it.
    183       Otherwise, lm_sensors will not find it easily.
     183      Otherwise, Lm_sensors will not find it easily.
    184184    </para>
    185185
     
    187187
    188188  <sect2 role="configuration">
    189     <title>Configuring lm_sensors</title>
     189    <title>Configuring Lm_sensors</title>
    190190
    191191    <sect3 id="lm_sensors-config">
  • multimedia/libdriv/pipewire.xml

    r4628237e ra0e08b2  
    2828    <para>
    2929      The <application>pipewire</application> package contains a server and
    30       user-space API to handle multimedia pipelines. This includes a universal
     30      userspace API to handle multimedia pipelines. This includes a universal
    3131      API to connect to multimedia devices, as well as sharing multimedia
    3232      files between applications.
  • networking/netlibs/libmnl.xml

    r4628237e ra0e08b2  
    2828    <para>
    2929      The <application>libmnl</application> library provides a minimalistic
    30       user-space library oriented to Netlink developers. There are a lot of
    31       common tasks in parsing, validating, constructing of both the Netlink
     30      userspace library oriented to Netlink developers. There are a lot of
     31      common tasks in the parsing, validating, and constructing of both the Netlink
    3232      header and TLVs that are repetitive and easy to get wrong. This library
    33       aims to provide simple helpers that allows you to re-use code and to
     33      aims to provide simple helpers that allow you to re-use code and to
    3434      avoid re-inventing the wheel.
    3535    </para>
  • networking/netprogs/wireless-tools.xml

    r4628237e ra0e08b2  
    2929      The Wireless Extension (WE) is a generic API in the Linux kernel allowing
    3030      a driver to expose configuration and statistics specific to common
    31       Wireless LANs to user space. A single set of tools can support all the
    32       variations of Wireless LANs, regardless of their type as long as the
     31      Wireless LANs to userspace. A single set of tools can support all the
     32      variations of Wireless LANs, regardless of their type, as long as the
    3333      driver supports Wireless Extensions. WE parameters may also be changed on
    3434      the fly without restarting the driver (or Linux).
  • postlfs/filesystems/fuse3.xml

    r4628237e ra0e08b2  
    9494
    9595    <para>
    96       Character devices in user space should be enabled too for running the
     96      Character devices in userspace should be enabled too for running the
    9797      tests:
    9898    </para>
  • postlfs/filesystems/ntfs-3g.xml

    r4628237e ra0e08b2  
    6666      used by most Microsoft operating systems. Ntfs-3g allows you to mount
    6767      NTFS partitions in read-write mode from your Linux system. It uses the
    68       FUSE kernel module to be able to implement NTFS support in user space.
     68      FUSE kernel module to be able to implement NTFS support in userspace.
    6969      The package also contains various utilities useful for manipulating NTFS
    7070      partitions.
  • pst/printing/cups.xml

    r4628237e ra0e08b2  
    273273    <para>
    274274      <command>sed ... tools/ipptool.c</command>: This sed fixes a bug caused
    275       by glibc-2.30 changing the user-space API for sockets.
     275      by glibc-2.30 changing the userspace API for sockets.
    276276    </para>
    277277-->
  • x/lib/libdrm.xml

    r4628237e ra0e08b2  
    2020
    2121
    22   <title>libdrm-&libdrm-version;</title>
     22  <title>Libdrm-&libdrm-version;</title>
    2323
    2424  <indexterm zone="libdrm">
     
    2727
    2828  <sect2 role="package">
    29     <title>Introduction to libdrm</title>
    30 
    31     <para>
    32       <application>libdrm</application> provides a user space library for
    33       accessing the DRM, direct rendering manager, on operating systems that
    34       support the ioctl interface. libdrm is a low-level library, typically used
     29    <title>Introduction to Libdrm</title>
     30
     31    <para>
     32      <application>Libdrm</application> provides a userspace library for
     33      accessing the direct rendering manager (DRM) on operating systems that
     34      support the ioctl interface. Libdrm is a low-level library, typically used
    3535      by graphics drivers such as the Mesa DRI drivers, the X drivers, libva and
    3636      similar projects.
     
    9999
    100100  <sect2 role="installation">
    101     <title>Installation of libdrm</title>
     101    <title>Installation of Libdrm</title>
    102102
    103103    <para>
Note: See TracChangeset for help on using the changeset viewer.