Skip to content

Commit b040723

Browse files
jengelhkeszybz
authored andcommitted
man: improvements to comma placement
This is a recurring submission and includes corrections to: comma placement.
1 parent 494a668 commit b040723

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+73
-73
lines changed

man/halt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<refsect1>
149149
<title>Exit status</title>
150150

151-
<para>On success 0 is returned, a non-zero failure
151+
<para>On success, 0 is returned, a non-zero failure
152152
code otherwise.</para>
153153
</refsect1>
154154

man/hostnamectl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<refsect1>
256256
<title>Exit status</title>
257257

258-
<para>On success 0 is returned, a non-zero failure
258+
<para>On success, 0 is returned, a non-zero failure
259259
code otherwise.</para>
260260
</refsect1>
261261

man/journalctl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691
matching <replaceable>GLOB</replaceable>
692692
instead of the default runtime and
693693
system journal paths. May be specified
694-
multiple times, in which case, files will
694+
multiple times, in which case files will
695695
be suitably interleaved.</para></listitem>
696696
</varlistentry>
697697

man/sd-daemon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<citerefentry><refentrytitle>sd_booted</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
8484
<citerefentry><refentrytitle>sd_is_fifo</refentrytitle><manvolnum>3</manvolnum></citerefentry>
8585
for more information about the functions
86-
implemented. In addition to these functions a couple
86+
implemented. In addition to these functions, a couple
8787
of logging prefixes are defined as macros:</para>
8888

8989
<programlisting>#define SD_EMERG "&lt;0&gt;" /* system is unusable */
@@ -135,7 +135,7 @@
135135
implementation. See the respective function man pages
136136
for details.</para>
137137

138-
<para>In addition, for details about the algorithms
138+
<para>In addition, for details about the algorithms,
139139
check the liberally licensed reference implementation
140140
sources:
141141
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>

man/sd-readahead.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
reference implementation. See the respective function
8484
man pages for details.</para>
8585

86-
<para>In addition, for details about the algorithms
86+
<para>In addition, for details about the algorithms,
8787
check the liberally licensed reference implementation
8888
sources:
8989
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/readahead/sd-readahead.c"/>

man/sd_booted.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
file. Alternatively, applications consuming these APIs
107107
may copy the implementation into their source
108108
tree. For more details about the reference
109-
implementation see
109+
implementation, see
110110
<citerefentry><refentrytitle>sd-daemon</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
111111

112112
<para>If the reference implementation is used as

man/sd_bus_message_get_cookie.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<para><function>sd_bus_message_get_reply_cookie()</function>
7979
returns the transaction cookie of the message the
8080
specified message is a response to. When a reply
81-
message is generated for a method call message its
81+
message is generated for a method call message, its
8282
cookie is copied over into this field. Note that while
8383
every message that is transferred is identified by a
8484
cookie, only response messages carry a reply cookie
@@ -96,7 +96,7 @@
9696
integer. On failure, these calls return a negative
9797
errno-style error code.</para>
9898

99-
<para>On success the cookie/reply cookie is returned
99+
<para>On success, the cookie/reply cookie is returned
100100
in the specified 64bit unsigned integer variable.</para>
101101
</refsect1>
102102

man/sd_bus_request_name.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<varname>SD_BUS_NAME_REPLACE_EXISTING</varname>
8888
flag set. If
8989
<varname>SD_BUS_NAME_ALLOW_REPLACEMENT</varname>
90-
is not set on the original request
90+
is not set on the original request,
9191
such a request by other peers will be
9292
denied.</para></listitem>
9393
</varlistentry>
@@ -125,10 +125,10 @@
125125
errno-style error code.</para>
126126

127127
<para>If <varname>SD_BUS_NAME_QUEUE</varname> is
128-
specified <function>sd_bus_request_name()</function>
128+
specified, <function>sd_bus_request_name()</function>
129129
will return 0 when the name is already taken by
130130
another peer and the client has been added to the
131-
queue for the name. In that case the caller can
131+
queue for the name. In that case, the caller can
132132
subscribe to <literal>NameOwnerChanged</literal>
133133
signals to be notified when the name is successfully
134134
acquired. <function>sd_bus_request_name()</function>

man/sd_get_seats.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<refsect1>
108108
<title>Return Value</title>
109109

110-
<para>On success <function>sd_get_seats()</function>,
110+
<para>On success, <function>sd_get_seats()</function>,
111111
<function>sd_get_sessions()</function>,
112112
<function>sd_get_uids()</function> and
113113
<function>sd_get_machine_names()</function> return the

man/sd_is_fifo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
file. Alternatively, applications consuming these APIs
215215
may copy the implementation into their source
216216
tree. For more details about the reference
217-
implementation see
217+
implementation, see
218218
<citerefentry><refentrytitle>sd-daemon</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
219219

220220
<para>These functions continue to work as described,

0 commit comments

Comments
 (0)