Changeset a0e08b2 for networking


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.

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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).
Note: See TracChangeset for help on using the changeset viewer.