Skip to content

Commit d3fcecf

Browse files
committed
man: import lxml formatting changes
lxml insists on this, see 4fb222c.
1 parent eea63c0 commit d3fcecf

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

man/org.freedesktop.LogControl1.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ node /org/freedesktop/LogControl1 {
7575
<title>Properties</title>
7676

7777
<para><varname>LogLevel</varname> describes the
78-
<citerefentry project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>-style
78+
<citerefentry project="man-pages"><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>-style
7979
log-level, and should be one of <literal>emerg</literal>, <literal>alert</literal>,
8080
<literal>crit</literal>, <literal>err</literal>, <literal>warning</literal>, <literal>notice</literal>,
8181
<literal>info</literal>, <literal>debug</literal>, in order of increasing verbosity.</para>
@@ -86,14 +86,14 @@ node /org/freedesktop/LogControl1 {
8686
<literal>journal</literal> (log to the journal natively, see
8787
<citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>),
8888
<literal>syslog</literal> (log using the
89-
<citerefentry project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> call).
89+
<citerefentry project="man-pages"><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> call).
9090
</para>
9191

9292
<para>Those two properties are writable, so they may be set by sufficiently privileged users.</para>
9393

9494
<para><varname>SyslogIdentifier</varname> is a read-only property that shows the "syslog identifier".
9595
It is a short string that identifies the program that is the source of log messages that is passed to
96-
the <citerefentry project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> call.
96+
the <citerefentry project="man-pages"><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry> call.
9797
</para>
9898

9999
<para>Note: <command>journalctl</command> option <option>-p</option>/<option>--priority=</option> may

man/org.freedesktop.home1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ node /org/freedesktop/home1 {
165165

166166
<para><function>GetHomeByName()</function> returns basic user information (a minimal subset of the full
167167
user record), provided a user name. The information supplied more or less matches what
168-
<citerefentry project='man-pages'><refentrytitle>getpwnam</refentrytitle><manvolnum>3</manvolnum></citerefentry> returns:
168+
<citerefentry project="man-pages"><refentrytitle>getpwnam</refentrytitle><manvolnum>3</manvolnum></citerefentry> returns:
169169
the numeric UID and GID, the real name, home directory and shell. In addition it returns a state
170170
identifier describing the state the user's home directory is in, as well as a bus path referring to the
171171
bus object encapsulating the user record and home directory. This object implements the

man/org.freedesktop.login1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ node /org/freedesktop/login1 {
567567

568568
<para><function>SetWallMessage()</function> sets the wall message (the message that will be sent out to
569569
all terminals and stored in a
570-
<citerefentry project='man-pages'><refentrytitle>utmp</refentrytitle><manvolnum>5</manvolnum></citerefentry> record) for a
570+
<citerefentry project="man-pages"><refentrytitle>utmp</refentrytitle><manvolnum>5</manvolnum></citerefentry> record) for a
571571
subsequent scheduled shutdown operation. The parameter <varname>wall_message</varname> specifies the
572572
shutdown reason (and may be empty) which will be included in the shutdown message. The parameter
573573
<varname>enable</varname> specifies whether to print a wall message on shutdown.</para>

man/org.freedesktop.machine1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ node /org/freedesktop/machine1 {
368368

369369
<para><function>OpenMachinePTY()</function> allocates a pseudo TTY in the container and returns a file
370370
descriptor and its path. This is equivalent to transitioning into the container and invoking
371-
<citerefentry project='man-pages'><refentrytitle>posix_openpt</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
371+
<citerefentry project="man-pages"><refentrytitle>posix_openpt</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
372372
</para>
373373

374374
<para><function>OpenMachineLogin()</function> allocates a pseudo TTY in the container and ensures that

man/org.freedesktop.systemd1.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8278,15 +8278,15 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap {
82788278

82798279
<para>Most of the properties map directly to the corresponding settings in swap unit files. As mount
82808280
units invoke the
8281-
<citerefentry project='man-pages'><refentrytitle>swapon</refentrytitle><manvolnum>8</manvolnum></citerefentry> command,
8281+
<citerefentry project="man-pages"><refentrytitle>swapon</refentrytitle><manvolnum>8</manvolnum></citerefentry> command,
82828282
their bus objects include implicit <varname>ExecActivate</varname> (and similar) fields which contain
82838283
information about processes to execute. They also share most of the fields related to the execution
82848284
context that Service objects expose (see above). In addition to these properties there are the
82858285
following:</para>
82868286

82878287
<para><varname>ControlPID</varname> contains the PID of the currently running
8288-
<citerefentry project='man-pages'><refentrytitle>swapon</refentrytitle><manvolnum>8</manvolnum></citerefentry> or
8289-
<citerefentry project='man-pages'><refentrytitle>swapoff</refentrytitle><manvolnum>8</manvolnum></citerefentry>
8288+
<citerefentry project="man-pages"><refentrytitle>swapon</refentrytitle><manvolnum>8</manvolnum></citerefentry> or
8289+
<citerefentry project="man-pages"><refentrytitle>swapoff</refentrytitle><manvolnum>8</manvolnum></citerefentry>
82908290
command if there is one running, otherwise 0.</para>
82918291

82928292
<para><varname>Result</varname> contains a value explaining why a mount unit failed if it failed. It

0 commit comments

Comments
 (0)