Changeset c884c4b


Ignore:
Timestamp:
03/06/2022 11:11:44 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.2, 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/soup3, xry111/xf86-video-removal
Children:
bf654b1
Parents:
e7dc117
Message:

UPower: Minor tweaks/rewords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/upower.xml

    re7dc117 rc884c4b  
    102102  <sect2 role="kernel" id="upower-kernel" revision="systemd">
    103103    <!-- With UPower-0.9.11's hardening of the systemd unit file,
    104          User Namespace Support is now required. Without this, you get
    105          "ERROR 213/USER" out of a 'systemctl start upower'. -->
     104         User Namespace Support (CONFIG_USER_NS) is now required. Without this,
     105         you will get "ERROR 213/USER" out of a 'systemctl start upower'. -->
    106106    <title>Kernel Configuration</title>
    107107
     
    170170      <command>sed 'subdir.*doc/d' ...</command>: Even when passing
    171171      <parameter>-Dgtk-doc=false</parameter> and
    172       <parameter>-Dman=false</parameter>, the build still needs
    173       <application>GTK-doc</application>. This command allows building
    174       without it. Remove if you have <application>GTK-doc</application>
    175       installed and you wish to build the documentation (remove also
    176       the next two parameters).
     172      <parameter>-Dman=false</parameter>, the build still requires
     173      <application>GTK-Doc</application>. This command allows building
     174      without it installed. Remove this switch if you have
     175      <application>GTK-Doc</application> installed and you wish to build the
     176      documentation (you will also need to remove the next two parameters).
    177177    </para>
    178178
    179179    <para>
    180180      <parameter>-Dgtk-doc=false</parameter>: Prevents building the
    181       documentation. Remove if you have <application>GTK-doc</application>
     181      documentation. Remove this if you have <application>GTK-Doc</application>
    182182      installed and wish to build the documentation.
    183183    </para>
     
    185185    <para>
    186186      <parameter>-Dman=false</parameter>: Prevents building the
    187       manual pages. Remove if you have <application>GTK-doc</application>
     187      manual pages. Remove this if you have <application>GTK-Doc</application>
    188188      installed and wish to build the manual pages.
    189189    </para>
     
    197197      <parameter>-Dudevrulesdir=/usr/lib/udev/rules.d</parameter>: Tells
    198198      the build system where to install <application>udev</application>
    199       rules, because the information is missing in
     199      rules because the information is missing in
    200200      <filename>/usr/lib/pkgconfig/libudev.pc</filename>
    201201    </para>
Note: See TracChangeset for help on using the changeset viewer.