Bug#1095125: sd_bus_close.3: Some remarks and a patch with editorial changes for this man page
Bjarni Ingi Gislason
bjarniig at simnet.is
Tue Feb 4 02:35:04 GMT 2025
Package: libsystemd-dev
Version: 257.2-3
Severity: minor
Tags: patch
* What led up to the situation?
Checking for defects with a new version
test-[g|n]roff -mandoc -t -K utf8 -rF0 -rHY=0 -rCHECKSTYLE=10 -ww -z < "man page"
[Use "groff -e ' $' -e '\\~$' <file>" to find obvious trailing spaces.]
["test-groff" is a script in the repository for "groff"; is not shipped]
(local copy and "troff" slightly changed by me).
[The fate of "test-nroff" was decided in groff bug #55941.]
* What was the outcome of this action?
an.tmac:<stdin>:2: style: .TH missing third argument; consider document modification date in ISO 8601 format (YYYY-MM-DD)
an.tmac:<stdin>:36: misuse, warning: .BI is for at least 2 arguments, got 1
Use macro '.B' for one argument or split argument.
* What outcome did you expect instead?
No output (no warnings).
-.-
General remarks and further material, if a diff-file exist, are in the
attachments.
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.11-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages libsystemd-dev depends on:
ii libcap-dev 1:2.66-5+b1
ii libsystemd0 257.2-3
libsystemd-dev recommends no packages.
libsystemd-dev suggests no packages.
-- no debconf information
-------------- next part --------------
Input file is sd_bus_close.3
Output from "mandoc -T lint sd_bus_close.3": (shortened list)
1 input text line longer than 80 bytes: Before a program exi...
1 input text line longer than 80 bytes: Functions described ...
1 input text line longer than 80 bytes: The bus connection h...
1 input text line longer than 80 bytes: bus object or when t...
1 input text line longer than 80 bytes: disconnects the spec...
1 input text line longer than 80 bytes: is particularly usef...
1 input text line longer than 80 bytes: returns a non\-negat...
1 input text line longer than 80 bytes: sd_bus_close, sd_bus...
1 input text line longer than 80 bytes: synchronously writes...
1 input text line longer than 80 bytes: to ensure that no un...
1 missing date, using "": TH
5 skipping paragraph macro: PP after SH
1 skipping paragraph macro: PP after SS
1 skipping paragraph macro: sp after SH
-.-.
Output from "test-groff -mandoc -t -ww -z sd_bus_close.3": (shortened list)
1 Use macro '.B' for one argument or split argument.
1 .BI is for at least 2 arguments, got 1
-.-.
Use the correct macro for the font change of a single argument or
split the argument into two.
36:.BI "void sd_bus_default_flush_close(void);"
-.-.
Wrong distance between sentences in the input file.
Separate the sentences and subordinate clauses; each begins on a new
line. See man-pages(7) ("Conventions for source file layout") and
"info groff" ("Input Conventions").
The best procedure is to always start a new sentence on a new line,
at least, if you are typing on a computer.
Remember coding: Only one command ("sentence") on each (logical) line.
E-mail: Easier to quote exactly the relevant lines.
Generally: Easier to edit the sentence.
Patches: Less unaffected text.
Search for two adjacent words is easier, when they belong to the same line,
and the same phrase.
The amount of space between sentences in the output can then be
controlled with the ".ss" request.
Mark a final abbreviation point as such by suffixing it with "\&".
40:disconnects the specified bus connection\&. When this call is invoked and the specified bus object refers to an active connection it is immediately terminated\&. No further messages may be sent or received on it\&. Any messages queued in the bus object (both incoming and outgoing) are released\&. If invoked on
42:bus object or when the bus connection is already closed this function executes no operation\&. This call does not free or unreference the bus object itself\&. Use
47:synchronously writes out all outgoing queued message on a bus connection if there are any\&. This function call may block if the peer is not processing bus messages quickly\&.
53:to ensure that no unwritten messages are lost, no further messages may be queued and all incoming but unprocessed messages are released\&. After both operations have been done, it is a good idea to also drop any remaining references to the bus object so that it may be freed\&. Since these three operations are frequently done together a helper call
69:returns a non\-negative integer\&. On failure, it returns a negative errno\-style error code\&.
85:\fBgetenv\fR(3), which is declared to be not multi\-thread\-safe\&. This means that the code calling the functions described here must not call
87:from a parallel thread\&. It is recommended to only do calls to
-.-.
Split lines longer than 80 characters into two or more lines.
Appropriate break points are the end of a sentence and a subordinate
clause; after punctuation marks.
Line 23, length 90
sd_bus_close, sd_bus_flush, sd_bus_default_flush_close \- Close and flush a bus connection
Line 40, length 311
disconnects the specified bus connection\&. When this call is invoked and the specified bus object refers to an active connection it is immediately terminated\&. No further messages may be sent or received on it\&. Any messages queued in the bus object (both incoming and outgoing) are released\&. If invoked on
Line 42, length 162
bus object or when the bus connection is already closed this function executes no operation\&. This call does not free or unreference the bus object itself\&. Use
Line 47, length 175
synchronously writes out all outgoing queued message on a bus connection if there are any\&. This function call may block if the peer is not processing bus messages quickly\&.
Line 49, length 83
Before a program exits it is usually a good idea to flush any pending messages with
Line 53, length 349
to ensure that no unwritten messages are lost, no further messages may be queued and all incoming but unprocessed messages are released\&. After both operations have been done, it is a good idea to also drop any remaining references to the bus object so that it may be freed\&. Since these three operations are frequently done together a helper call
Line 59, length 137
\fBsd_bus_flush_close_unref()\fR, but does not take a bus pointer argument and instead iterates over any of the "default" buses opened by
Line 64, length 97
is particularly useful to clean up any buses opened using those calls before the program exits\&.
Line 69, length 95
returns a non\-negative integer\&. On failure, it returns a negative errno\-style error code\&.
Line 76, length 89
The bus connection has been created in a different process, library or module instance\&.
Line 80, length 112
Functions described here are available as a shared library, which can be compiled against and linked to with the
Line 85, length 143
\fBgetenv\fR(3), which is declared to be not multi\-thread\-safe\&. This means that the code calling the functions described here must not call
Line 101, length 91
\fBsystemd\fR(1), \fBsd-bus\fR(3), \fBsd_bus_unref\fR(3), \fBsd_bus_set_close_on_exit\fR(3)
-.-.
Put a parenthetical sentence, phrase on a separate line,
if not part of a code.
See man-pages(7), item "semantic newline".
sd_bus_close.3:40:disconnects the specified bus connection\&. When this call is invoked and the specified bus object refers to an active connection it is immediately terminated\&. No further messages may be sent or received on it\&. Any messages queued in the bus object (both incoming and outgoing) are released\&. If invoked on
-.-.
No need for "\&" to be in front of a period (.),
if there is a character in front of it
28:#include <systemd/sd\-bus\&.h>
40:disconnects the specified bus connection\&. When this call is invoked and the specified bus object refers to an active connection it is immediately terminated\&. No further messages may be sent or received on it\&. Any messages queued in the bus object (both incoming and outgoing) are released\&. If invoked on
42:bus object or when the bus connection is already closed this function executes no operation\&. This call does not free or unreference the bus object itself\&. Use
44:for that\&.
47:synchronously writes out all outgoing queued message on a bus connection if there are any\&. This function call may block if the peer is not processing bus messages quickly\&.
53:to ensure that no unwritten messages are lost, no further messages may be queued and all incoming but unprocessed messages are released\&. After both operations have been done, it is a good idea to also drop any remaining references to the bus object so that it may be freed\&. Since these three operations are frequently done together a helper call
55:is provided that combines them into one\&.
62:\fBsd_bus_default_system\fR(3), and similar calls\&.
64:is particularly useful to clean up any buses opened using those calls before the program exits\&.
69:returns a non\-negative integer\&. On failure, it returns a negative errno\-style error code\&.
76:The bus connection has been created in a different process, library or module instance\&.
82:file\&.
85:\fBgetenv\fR(3), which is declared to be not multi\-thread\-safe\&. This means that the code calling the functions described here must not call
87:from a parallel thread\&. It is recommended to only do calls to
89:from an early phase of the program when no other threads have been started\&.
95:were added in version 221\&.
98:was added in version 227\&.
-.-.
Remove quotes when there is a printable
but no space character between them
and the quotes are not for emphasis (markup),
for example as an argument to a macro.
2:.TH "SD_BUS_CLOSE" "3" "" "systemd 257.2" "sd_bus_close"
22:.SH "NAME"
24:.SH "SYNOPSIS"
32:.BI "void sd_bus_close(sd_bus\ *" "bus" ");"
34:.BI "int sd_bus_flush(sd_bus\ *" "bus" ");"
37:.SH "DESCRIPTION"
70:.SS "Errors"
78:.SH "NOTES"
90:.SH "HISTORY"
-.-.
Use ".na" (no adjustment) instead of ".ad l" and then ".ad" to begin the
same adjustment again as before
18:.ad l
-.-.
Output from "test-groff -mandoc -t -K utf8 -rF0 -rHY=0 -rCHECKSTYLE=10 -ww -z ":
an.tmac:<stdin>:2: style: .TH missing third argument; consider document modification date in ISO 8601 format (YYYY-MM-DD)
an.tmac:<stdin>:36: misuse, warning: .BI is for at least 2 arguments, got 1
Use macro '.B' for one argument or split argument.
-------------- next part --------------
--- sd_bus_close.3 2025-02-03 23:49:10.985797996 +0000
+++ sd_bus_close.3.new 2025-02-04 02:03:40.866371908 +0000
@@ -1,5 +1,5 @@
'\" t
-.TH "SD_BUS_CLOSE" "3" "" "systemd 257.2" "sd_bus_close"
+.TH SD_BUS_CLOSE 3 "" "systemd 257.2" sd_bus_close
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -15,87 +15,119 @@
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
-.ad l
+.na
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
-.SH "NAME"
-sd_bus_close, sd_bus_flush, sd_bus_default_flush_close \- Close and flush a bus connection
-.SH "SYNOPSIS"
-.sp
+.SH NAME
+sd_bus_close, sd_bus_flush, sd_bus_default_flush_close \- Close and flush a
+bus connection
+.SH SYNOPSIS
.ft B
.nf
-#include <systemd/sd\-bus\&.h>
+#include <systemd/sd\-bus.h>
.fi
.ft
.HP \w'void\ sd_bus_close('u
-.BI "void sd_bus_close(sd_bus\ *" "bus" ");"
+.BI "void sd_bus_close(sd_bus\ *" bus );
.HP \w'int\ sd_bus_flush('u
-.BI "int sd_bus_flush(sd_bus\ *" "bus" ");"
+.BI "int sd_bus_flush(sd_bus\ *" bus );
.HP \w'void\ sd_bus_default_flush_close('u
-.BI "void sd_bus_default_flush_close(void);"
-.SH "DESCRIPTION"
-.PP
+.B void sd_bus_default_flush_close(void);
+.SH DESCRIPTION
\fBsd_bus_close()\fR
-disconnects the specified bus connection\&. When this call is invoked and the specified bus object refers to an active connection it is immediately terminated\&. No further messages may be sent or received on it\&. Any messages queued in the bus object (both incoming and outgoing) are released\&. If invoked on
+disconnects the specified bus connection.
+When this call is invoked
+and the specified bus object refers to an active connection
+it is immediately terminated.
+No further messages may be sent
+or received on it.
+Any messages queued in the bus object
+(both incoming and outgoing)
+are released.
+If invoked on
\fBNULL\fR
-bus object or when the bus connection is already closed this function executes no operation\&. This call does not free or unreference the bus object itself\&. Use
+bus object
+or when the bus connection is already closed
+this function executes no operation.
+This call does not free
+or unreference the bus object itself.
+Use
\fBsd_bus_unref\fR(3)
-for that\&.
+for that.
.PP
\fBsd_bus_flush()\fR
-synchronously writes out all outgoing queued message on a bus connection if there are any\&. This function call may block if the peer is not processing bus messages quickly\&.
+synchronously writes out all outgoing queued message on a bus connection
+if there are any.
+This function call may block
+if the peer is not processing bus messages quickly.
.PP
-Before a program exits it is usually a good idea to flush any pending messages with
+Before a program exits
+it is usually a good idea to flush any pending messages with
\fBsd_bus_flush()\fR
and then close connections with
\fBsd_bus_close()\fR
-to ensure that no unwritten messages are lost, no further messages may be queued and all incoming but unprocessed messages are released\&. After both operations have been done, it is a good idea to also drop any remaining references to the bus object so that it may be freed\&. Since these three operations are frequently done together a helper call
+to ensure that no unwritten messages are lost,
+no further messages may be queued
+and all incoming but unprocessed messages are released.
+After both operations have been done,
+it is a good idea to also drop any remaining references to the bus object
+so that it may be freed.
+Since these three operations are frequently done together
+a helper call
\fBsd_bus_flush_close_unref\fR(3)
-is provided that combines them into one\&.
+is provided that combines them into one.
.PP
\fBsd_bus_default_flush_close()\fR
is similar to
-\fBsd_bus_flush_close_unref()\fR, but does not take a bus pointer argument and instead iterates over any of the "default" buses opened by
+\fBsd_bus_flush_close_unref()\fR,
+but does not take a bus pointer argument
+and instead iterates over any of the "default" buses opened by
\fBsd_bus_default\fR(3),
\fBsd_bus_default_user\fR(3),
-\fBsd_bus_default_system\fR(3), and similar calls\&.
+\fBsd_bus_default_system\fR(3), and similar calls.
\fBsd_bus_default_flush_close()\fR
-is particularly useful to clean up any buses opened using those calls before the program exits\&.
+is particularly useful to clean up any buses opened using those calls
+before the program exits.
.SH "RETURN VALUE"
-.PP
On success,
\fBsd_bus_flush()\fR
-returns a non\-negative integer\&. On failure, it returns a negative errno\-style error code\&.
-.SS "Errors"
-.PP
+returns a non\-negative integer.
+On failure,
+it returns a negative errno\-style error code.
+.SS Errors
Returned errors may indicate the following problems:
.PP
\fB\-ECHILD\fR
.RS 4
-The bus connection has been created in a different process, library or module instance\&.
+The bus connection has been created in a different process,
+library or module instance.
.RE
-.SH "NOTES"
-.PP
-Functions described here are available as a shared library, which can be compiled against and linked to with the
+.SH NOTES
+Functions described here are available as a shared library,
+which can be compiled against
+and linked to with the
\fBlibsystemd\fR\ \&\fBpkg-config\fR(1)
-file\&.
+file.
.PP
The code described here uses
-\fBgetenv\fR(3), which is declared to be not multi\-thread\-safe\&. This means that the code calling the functions described here must not call
+\fBgetenv\fR(3),
+which is declared to be not multi\-thread\-safe.
+This means that the code calling the functions described here must not call
\fBsetenv\fR(3)
-from a parallel thread\&. It is recommended to only do calls to
+from a parallel thread.
+It is recommended to only do calls to
\fBsetenv()\fR
-from an early phase of the program when no other threads have been started\&.
-.SH "HISTORY"
-.PP
+from an early phase of the program
+when no other threads have been started.
+.SH HISTORY
\fBsd_bus_close()\fR
and
\fBsd_bus_flush()\fR
-were added in version 221\&.
+were added in version 221.
.PP
\fBsd_bus_default_flush_close()\fR
-was added in version 227\&.
+was added in version 227.
.SH "SEE ALSO"
-.PP
-\fBsystemd\fR(1), \fBsd-bus\fR(3), \fBsd_bus_unref\fR(3), \fBsd_bus_set_close_on_exit\fR(3)
+\fBsystemd\fR(1), \fBsd-bus\fR(3), \fBsd_bus_unref\fR(3),
+\fBsd_bus_set_close_on_exit\fR(3)
-------------- next part --------------
Any program (person), that produces man pages, should check the output
for defects by using (both groff and nroff)
[gn]roff -mandoc -t -ww -b -z -K utf8 <man page>
The same goes for man pages that are used as an input.
For a style guide use
mandoc -T lint
-.-
Any "autogenerator" should check its products with the above mentioned
'groff', 'mandoc', and additionally with 'nroff ...'.
It should also check its input files for too long (> 80) lines.
This is just a simple quality control measure.
The "autogenerator" may have to be corrected to get a better man page,
the source file may, and any additional file may.
Common defects:
Not removing trailing spaces (in in- and output).
The reason for these trailing spaces should be found and eliminated.
Not beginning each input sentence on a new line.
Line length should thus be reduced.
The script "reportbug" uses 'quoted-printable' encoding when a line is
longer than 1024 characters in an 'ascii' file.
See man-pages(7), item "semantic newline".
-.-
The difference between the formatted output of the original and patched file
can be seen with:
nroff -mandoc <file1> > <out1>
nroff -mandoc <file2> > <out2>
diff -u <out1> <out2>
and for groff, using
\"printf '%s\n%s\n' '.kern 0' '.ss 12 0' | groff -mandoc -Z - \"
instead of 'nroff -mandoc'
Add the option '-t', if the file contains a table.
Read the output from 'diff -u ...' with 'less -R' or similar.
-.-.
If 'man' (man-db) is used to check the manual for warnings,
the following must be set:
The option \"-warnings=w\"
The environmental variable:
export MAN_KEEP_STDERR=yes (or any non-empty value)
or
(produce only warnings):
export MANROFFOPT=\"-ww -b -z\"
export MAN_KEEP_STDERR=yes (or any non-empty value)
-.-
More information about the Pkg-systemd-maintainers
mailing list