aboutsummaryrefslogtreecommitdiff
path: root/manual/time.texi
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-09-09 11:21:08 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-08-05 09:22:21 +0200
commit180d9bc324f130af65793dc6ba7f1853396b6774 (patch)
treee1a7206a1fdb07a0ddf7497f278d7bca5b1ada54 /manual/time.texi
parent2cc478ed1be82711a6cac15aae683530b2e6732b (diff)
downloadglibc-180d9bc324f130af65793dc6ba7f1853396b6774.zip
glibc-180d9bc324f130af65793dc6ba7f1853396b6774.tar.gz
glibc-180d9bc324f130af65793dc6ba7f1853396b6774.tar.bz2
manual: Fix some @code/@var formatting glitches chapter Date And Time
Diffstat (limited to 'manual/time.texi')
-rw-r--r--manual/time.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/manual/time.texi b/manual/time.texi
index 164c150..0c7a942 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -803,11 +803,11 @@ exceeded the threshold.
The @code{ntp_adjtime} function sets the structure specified by
@var{tptr} to current values.
-In addition, @code{ntp_adjtime} updates some settings to match what you
-pass to it in *@var{tptr}. Use the @code{modes} element of *@var{tptr}
-to select what settings to update. You can set @code{offset},
-@code{freq}, @code{maxerror}, @code{esterror}, @code{status},
-@code{constant}, and @code{tick}.
+In addition, @code{ntp_adjtime} updates some settings to match what
+you pass to it in @code{*@var{tptr}}. Use the @code{modes} element of
+@code{*@var{tptr}} to select what settings to update. You can set
+@code{offset}, @code{freq}, @code{maxerror}, @code{esterror},
+@code{status}, @code{constant}, and @code{tick}.
@code{modes} = zero means set nothing.
@@ -3018,12 +3018,12 @@ nanoseconds. The actual elapsed time of the sleep interval might be
longer since the system rounds the elapsed time you request up to the
next integer multiple of the actual resolution the system can deliver.
-*@code{requested_time} is the elapsed time of the interval you want to
-sleep.
+@code{*@var{requested_time}} is the elapsed time of the interval you
+want to sleep.
-The function returns as *@code{remaining} the elapsed time left in the
-interval for which you requested to sleep. If the interval completed
-without getting interrupted by a signal, this is zero.
+The function returns as @code{*@var{remaining}} the elapsed time left
+in the interval for which you requested to sleep. If the interval
+completed without getting interrupted by a signal, this is zero.
@code{struct timespec} is described in @ref{Time Types}.