summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Miettinen <toiwoton@gmail.com>2020-07-06 20:46:01 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-07 13:31:39 +0200
commitf4e1a42592320505bfe999122a7896298d3d3bc1 (patch)
tree58d568891c8dd3e1c5691e6122ae1775a7c5cf2e
parentd7b34e384108ff431401d942ec0daaf156ec27c1 (diff)
downloadsystemd-f4e1a42592320505bfe999122a7896298d3d3bc1.tar.gz
man: match parentheses
Files found with: for f in *; do \ l=`tr -d '[^(]' < $f | wc -c`; \ r=`tr -d '[^)]' < $f | wc -c`; \ if [ $l -ne $r ]; then \ echo $f $l $r; \ fi; \ done
-rw-r--r--man/org.freedesktop.home1.xml2
-rw-r--r--man/org.freedesktop.hostname1.xml2
-rw-r--r--man/org.freedesktop.systemd1.xml4
-rw-r--r--man/repart.d.xml2
-rw-r--r--man/sd_bus_creds_get_pid.xml2
-rw-r--r--man/sd_event_new.xml2
-rw-r--r--man/sd_login_monitor_new.xml2
-rw-r--r--man/systemd-boot.xml2
-rw-r--r--man/systemd-nspawn.xml2
9 files changed, 10 insertions, 10 deletions
diff --git a/man/org.freedesktop.home1.xml b/man/org.freedesktop.home1.xml
index f65ef33f21..c181f344be 100644
--- a/man/org.freedesktop.home1.xml
+++ b/man/org.freedesktop.home1.xml
@@ -227,7 +227,7 @@ node /org/freedesktop/home1 {
interface.</para>
<para><function>CreateHome()</function> registers and creates a new home directory. This takes a fully
- specified JSON user record as argument (including the <literal>secret</literal> section. This registers
+ specified JSON user record as argument (including the <literal>secret</literal> section). This registers
the user record locally and creates a home directory matching it, depending on the settings specified
in the record in combination with local configuration.</para>
diff --git a/man/org.freedesktop.hostname1.xml b/man/org.freedesktop.hostname1.xml
index d17d9a5521..6b2341e48c 100644
--- a/man/org.freedesktop.hostname1.xml
+++ b/man/org.freedesktop.hostname1.xml
@@ -239,7 +239,7 @@ node /org/freedesktop/hostname1 {
<para><varname>KernelName</varname>, <varname>KernelRelease</varname>, and
<varname>KernelVersion</varname> expose the kernel name (e.g. <literal>Linux</literal>), release
- (e.g. <literal>5.0.0-11</literal>, and version (i.e. the build number, e.g. <literal>#11</literal>) as
+ (e.g. <literal>5.0.0-11</literal>), and version (i.e. the build number, e.g. <literal>#11</literal>) as
reported by
<citerefentry project="man-pages"><refentrytitle>uname</refentrytitle><manvolnum>2</manvolnum></citerefentry>.
<varname>OperatingSystemPrettyName</varname>, <varname>OperatingSystemCPEName</varname>, and
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml
index 8e3c7611a8..6b16ae16da 100644
--- a/man/org.freedesktop.systemd1.xml
+++ b/man/org.freedesktop.systemd1.xml
@@ -1472,12 +1472,12 @@ node /org/freedesktop/systemd1 {
<para>Read access is generally granted to all clients. Additionally, for unprivileged clients, some
operations are allowed through the polkit privilege system. Operations which modify unit state
(<function>StartUnit()</function>, <function>StopUnit()</function>, <function>KillUnit()</function>,
- <function>RestartUnit()</function> and similar, <function>SetProperty</function>) require
+ <function>RestartUnit()</function> and similar, <function>SetProperty()</function>) require
<interfacename>org.freedesktop.systemd1.manage-units</interfacename>. Operations which modify unit file
enablement state (<function>EnableUnitFiles()</function>, <function>DisableUnitFiles()</function>,
<function>ReenableUnitFiles()</function>, <function>LinkUnitFiles()</function>,
<function>PresetUnitFiles</function>, <function>MaskUnitFiles</function>, and similar) require
- <interfacename>org.freedesktop.systemd1.manage-unit-files</interfacename>). Operations which modify the
+ <interfacename>org.freedesktop.systemd1.manage-unit-files</interfacename>. Operations which modify the
exported environment (<function>SetEnvironment()</function>, <function>UnsetEnvironment()</function>,
<function>UnsetAndSetEnvironment()</function>) require
<interfacename>org.freedesktop.systemd1.set-environment</interfacename>. <function>Reload()</function>
diff --git a/man/repart.d.xml b/man/repart.d.xml
index ac0daaea6f..1b104e76d0 100644
--- a/man/repart.d.xml
+++ b/man/repart.d.xml
@@ -140,7 +140,7 @@
<row>
<entry><constant>root-secondary</constant></entry>
- <entry>Root file system partition of the secondary architecture of the local architecture; usually the matching 32bit architecture for the local 64bit architecture)</entry>
+ <entry>Root file system partition of the secondary architecture of the local architecture (usually the matching 32bit architecture for the local 64bit architecture)</entry>
</row>
<row>
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml
index a7690d5817..a3e8079c51 100644
--- a/man/sd_bus_creds_get_pid.xml
+++ b/man/sd_bus_creds_get_pid.xml
@@ -332,7 +332,7 @@
information, in particular it should not be used for security-relevant decisions. That's because the
executable might have been replaced or removed by the time the value can be processed. Moreover, the
kernel exports this information in an ambiguous way (i.e. a deleted executable cannot be safely
- distinguished from one whose name suffix is <literal> (deleted)</literal>.</para>
+ distinguished from one whose name suffix is <literal> (deleted)</literal>).</para>
<para><function>sd_bus_creds_get_cmdline()</function> will
retrieve an array of command line arguments (as stored in
diff --git a/man/sd_event_new.xml b/man/sd_event_new.xml
index 3db39c9d06..0e572c40ee 100644
--- a/man/sd_event_new.xml
+++ b/man/sd_event_new.xml
@@ -131,7 +131,7 @@
automatically as the code block is left:</para>
<programlisting>{
- __attribute__((cleanup(sd_event_unrefp)) sd_event *event = NULL;
+ __attribute__((cleanup(sd_event_unrefp))) sd_event *event = NULL;
int r;
r = sd_event_default(&amp;event);
diff --git a/man/sd_login_monitor_new.xml b/man/sd_login_monitor_new.xml
index be1c843ee0..d1c83e2d20 100644
--- a/man/sd_login_monitor_new.xml
+++ b/man/sd_login_monitor_new.xml
@@ -112,7 +112,7 @@
code block is left:</para>
<programlisting>{
- __attribute__((cleanup(sd_login_monitor_unrefp)) sd_login_monitor *m = NULL;
+ __attribute__((cleanup(sd_login_monitor_unrefp))) sd_login_monitor *m = NULL;
int r;
r = sd_login_monitor_default(&amp;m);
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml
index 3288728b2c..c3d7bc9d46 100644
--- a/man/systemd-boot.xml
+++ b/man/systemd-boot.xml
@@ -343,7 +343,7 @@
boots. <citerefentry><refentrytitle>bootctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
<option>set-default</option> and <option>set-oneshot</option> commands make use of these variables. The boot
loader modifies <varname>LoaderEntryDefault</varname> on request, when the <keycap>d</keycap> key is used, see
- above.)</para></listitem>
+ above.</para></listitem>
</varlistentry>
<varlistentry>
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 7b643908e0..69558ac85c 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -558,7 +558,7 @@
With option <option>yes</option> systemd-nspawn waits for the
<literal>READY=1</literal> message from the init process in the container
before sending its own to systemd. For more details about notifications
- see <citerefentry><refentrytitle>sd_notify</refentrytitle><manvolnum>3</manvolnum></citerefentry>).</para></listitem>
+ see <citerefentry><refentrytitle>sd_notify</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para></listitem>
</varlistentry>
</variablelist>