]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
adjtimex.2: srcfix
authorG. Branden Robinson <g.branden.robinson@gmail.com>
Thu, 9 Feb 2023 18:11:50 +0000 (12:11 -0600)
committerAlejandro Colomar <alx@kernel.org>
Fri, 10 Feb 2023 01:44:37 +0000 (02:44 +0100)
* 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>
man2/adjtimex.2

index d76ec04a9ec5ec37a3ec3a688849f411a0c9739b..155a4e2447aba740eb01e0296f42a1dbccc0c42f 100644 (file)
@@ -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