summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-09 12:11:50 -0600
committerAlejandro Colomar <alx@kernel.org>2023-02-10 02:44:37 +0100
commit9ea1a633d212804ca14df900b53db5fe249d63d2 (patch)
tree6a799d23f1ee38f45872106ee1dba98186903d6b
parent95df812ba07b072d360d1bc00141ae1c655a3fa1 (diff)
adjtimex.2: srcfix
* Stop manipulating adjustment and hyphenation around a table. * These could be safely done within the text block, but even that is not necessary, since what is in the next block is a single word, so no adjustment will take place, and to prevent hyphenation of a single word, \% is cheap and straightforward. So do that. Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/adjtimex.26
1 files changed, 1 insertions, 5 deletions
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index d76ec04a9..155a4e244 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -537,19 +537,15 @@ capability is required.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
-.BR ntp_adjtime ()
+.BR \%ntp_adjtime ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
None of these interfaces is described in POSIX.1