linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clock_getres.2: tfix
@ 2012-05-07 19:34 David Prévot
       [not found] ` <1336419296-4823-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: David Prévot @ 2012-05-07 19:34 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

Introduced in 63f0f3d and 22594a3.
---
 man2/clock_getres.2 |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index 40c44a2..a1e27ad 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -127,7 +127,7 @@ Setting this clock requires appropriate privileges.
 This clock is affected by discontinuous jumps in the system time
 (e.g., if the system administrator manually changes the clock),
 and by the incremental adjustments performed by
-.BR adjtime (2)
+.BR adjtime (3)
 and NTP.
 .TP
 .B CLOCK_MONOTONIC
@@ -136,7 +136,7 @@ some unspecified starting point.
 This clock is not affected by discontinuous jumps in the system time
 (e.g., if the system administrator manually changes the clock),
 but is affected by the incremental adjustments performed by
-.BR adjtime (2)
+.BR adjtime (3)
 and NTP.
 .TP
 .BR CLOCK_MONOTONIC_RAW " (since Linux 2.6.28; Linux-specific)"
@@ -146,7 +146,7 @@ Similar to
 but provides access to a raw hardware-based time
 that is not subject to NTP adjustments or
 the incremental adjustments performed by
-.BR adjtime (2).
+.BR adjtime (3).
 .TP
 .B CLOCK_PROCESS_CPUTIME_ID
 High-resolution per-process timer from the CPU.
@@ -239,7 +239,7 @@ On Linux, these clocks are not settable
 .\" See http://bugzilla.kernel.org/show_bug.cgi?id=11972
 .SH "SEE ALSO"
 .BR date (1),
-.BR adjtime (2),
+.BR adjtime (3),
 .BR gettimeofday (2),
 .BR settimeofday (2),
 .BR time (2),
-- 
1.7.10

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] clock_getres.2: tfix
       [not found] ` <1336419296-4823-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-05-07 21:20   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-05-07 21:20 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Tue, May 8, 2012 at 7:34 AM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> Introduced in 63f0f3d and 22594a3.

Applied!

Thanks David.

Cheers,

Michael


> ---
>  man2/clock_getres.2 |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
> index 40c44a2..a1e27ad 100644
> --- a/man2/clock_getres.2
> +++ b/man2/clock_getres.2
> @@ -127,7 +127,7 @@ Setting this clock requires appropriate privileges.
>  This clock is affected by discontinuous jumps in the system time
>  (e.g., if the system administrator manually changes the clock),
>  and by the incremental adjustments performed by
> -.BR adjtime (2)
> +.BR adjtime (3)
>  and NTP.
>  .TP
>  .B CLOCK_MONOTONIC
> @@ -136,7 +136,7 @@ some unspecified starting point.
>  This clock is not affected by discontinuous jumps in the system time
>  (e.g., if the system administrator manually changes the clock),
>  but is affected by the incremental adjustments performed by
> -.BR adjtime (2)
> +.BR adjtime (3)
>  and NTP.
>  .TP
>  .BR CLOCK_MONOTONIC_RAW " (since Linux 2.6.28; Linux-specific)"
> @@ -146,7 +146,7 @@ Similar to
>  but provides access to a raw hardware-based time
>  that is not subject to NTP adjustments or
>  the incremental adjustments performed by
> -.BR adjtime (2).
> +.BR adjtime (3).
>  .TP
>  .B CLOCK_PROCESS_CPUTIME_ID
>  High-resolution per-process timer from the CPU.
> @@ -239,7 +239,7 @@ On Linux, these clocks are not settable
>  .\" See http://bugzilla.kernel.org/show_bug.cgi?id=11972
>  .SH "SEE ALSO"
>  .BR date (1),
> -.BR adjtime (2),
> +.BR adjtime (3),
>  .BR gettimeofday (2),
>  .BR settimeofday (2),
>  .BR time (2),
> --
> 1.7.10
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] clock_getres.2: tfix
  2023-03-31 18:53 Jakub Wilk
@ 2023-03-31 19:50 ` Alejandro Colomar
  0 siblings, 0 replies; 6+ messages in thread
From: Alejandro Colomar @ 2023-03-31 19:50 UTC (permalink / raw)
  To: Jakub Wilk, Michael Kerrisk; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 756 bytes --]

Hi Jakub,

On 3/31/23 20:53, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied.  Thanks,

Alex

> ---
>  man2/clock_getres.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
> index 86a0e9afe..e744bc7ff 100644
> --- a/man2/clock_getres.2
> +++ b/man2/clock_getres.2
> @@ -376,7 +376,7 @@ indicate that
>  are available.
>  (See also
>  .BR sysconf (3).)
> -POSIX.1-2008 makes thes APIs mandatory.
> +POSIX.1-2008 makes these APIs mandatory.
>  .\"
>  .SS Historical note for SMP systems
>  Before Linux added kernel support for

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] clock_getres.2: tfix
@ 2023-03-31 18:53 Jakub Wilk
  2023-03-31 19:50 ` Alejandro Colomar
  0 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2023-03-31 18:53 UTC (permalink / raw)
  To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man2/clock_getres.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index 86a0e9afe..e744bc7ff 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -376,7 +376,7 @@ indicate that
 are available.
 (See also
 .BR sysconf (3).)
-POSIX.1-2008 makes thes APIs mandatory.
+POSIX.1-2008 makes these APIs mandatory.
 .\"
 .SS Historical note for SMP systems
 Before Linux added kernel support for
-- 
2.40.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] clock_getres.2: tfix
  2020-03-27  4:17 Benjamin Peterson
@ 2020-03-29  7:21 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-03-29  7:21 UTC (permalink / raw)
  To: Benjamin Peterson; +Cc: mtk.manpages, linux-man

On 3/27/20 5:17 AM, Benjamin Peterson wrote:
> Signed-off-by: Benjamin Peterson <benjamin@python.org>

Thanks, Benjamin. Applied.

Cheers,

Michael

> ---
>  man2/clock_getres.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
> index d8b02e185..4422d2d00 100644
> --- a/man2/clock_getres.2
> +++ b/man2/clock_getres.2
> @@ -139,7 +139,7 @@ and probably also architecture support for this flag in the
>  .TP
>  .BR CLOCK_TAI " (since Linux 3.10; Linux-specific)"
>  .\" commit 1ff3c9677bff7e468e0c487d0ffefe4e901d33f4
> -A system-wide clock derived from walli-clock time but ignoring leap seconds.
> +A system-wide clock derived from wall-clock time but ignoring leap seconds.
>  This clock does
>  not experience discontinuities and backwards jumps caused by NTP
>  inserting leap seconds as
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] clock_getres.2: tfix
@ 2020-03-27  4:17 Benjamin Peterson
  2020-03-29  7:21 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 6+ messages in thread
From: Benjamin Peterson @ 2020-03-27  4:17 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

Signed-off-by: Benjamin Peterson <benjamin@python.org>
---
 man2/clock_getres.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index d8b02e185..4422d2d00 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -139,7 +139,7 @@ and probably also architecture support for this flag in the
 .TP
 .BR CLOCK_TAI " (since Linux 3.10; Linux-specific)"
 .\" commit 1ff3c9677bff7e468e0c487d0ffefe4e901d33f4
-A system-wide clock derived from walli-clock time but ignoring leap seconds.
+A system-wide clock derived from wall-clock time but ignoring leap seconds.
 This clock does
 not experience discontinuities and backwards jumps caused by NTP
 inserting leap seconds as
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-31 19:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-07 19:34 [PATCH] clock_getres.2: tfix David Prévot
     [not found] ` <1336419296-4823-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-05-07 21:20   ` Michael Kerrisk (man-pages)
2020-03-27  4:17 Benjamin Peterson
2020-03-29  7:21 ` Michael Kerrisk (man-pages)
2023-03-31 18:53 Jakub Wilk
2023-03-31 19:50 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).