Changeset a0e08b2 for networking/netlibs


Ignore:
Timestamp:
12/24/2022 08:14:57 PM (18 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.

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.