All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] clock_getres.2: ffix
@ 2017-11-08  7:25 Seonghun Lim
       [not found] ` <55b5b761-3b19-6578-a83d-a2a9f7452459-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Seonghun Lim @ 2017-11-08  7:25 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

---
 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 e5349439e..48c259632 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -275,7 +275,7 @@ If the CPUs in an SMP system have different clock sources, then
 there is no way to maintain a correlation between the timer registers since
 each CPU will run at a slightly different frequency.
 If that is the case, then
-.I clock_getcpuclockid(0)
+.BR clock_getcpuclockid(3)
 will return
 .B ENOENT
 to signify this condition.
-- 

--
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] 5+ messages in thread

* Re: [patch] clock_getres.2: ffix
       [not found] ` <55b5b761-3b19-6578-a83d-a2a9f7452459-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-11-08 11:58   ` G. Branden Robinson
       [not found]     ` <20171108115827.rachl42whbklzlpi-Z0uaYDh/Ni4SozaZsD9aTtHuzzzSOjJt@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: G. Branden Robinson @ 2017-11-08 11:58 UTC (permalink / raw)
  To: Seonghun Lim
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

At 2017-11-08T16:25:04+0900, Seonghun Lim wrote:
> --- a/man2/clock_getres.2
> +++ b/man2/clock_getres.2
> @@ -275,7 +275,7 @@ If the CPUs in an SMP system have different clock sources, then
>  there is no way to maintain a correlation between the timer registers since
>  each CPU will run at a slightly different frequency.
>  If that is the case, then
> -.I clock_getcpuclockid(0)
> +.BR clock_getcpuclockid(3)

That's not a man page cross reference, it's an example of a function
call.

Even if it were a man page cross reference, you would need a space
between "clock_getcpuclockid" and "(3)".

-- 
Regards,
Branden

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

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

* Re: [patch] clock_getres.2: ffix
       [not found]     ` <20171108115827.rachl42whbklzlpi-Z0uaYDh/Ni4SozaZsD9aTtHuzzzSOjJt@public.gmane.org>
@ 2017-11-09  7:55       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-11-09  7:55 UTC (permalink / raw)
  To: G. Branden Robinson, Seonghun Lim
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 11/08/2017 12:58 PM, G. Branden Robinson wrote:
> At 2017-11-08T16:25:04+0900, Seonghun Lim wrote:
>> --- a/man2/clock_getres.2
>> +++ b/man2/clock_getres.2
>> @@ -275,7 +275,7 @@ If the CPUs in an SMP system have different clock sources, then
>>  there is no way to maintain a correlation between the timer registers since
>>  each CPU will run at a slightly different frequency.
>>  If that is the case, then
>> -.I clock_getcpuclockid(0)
>> +.BR clock_getcpuclockid(3)
> 
> That's not a man page cross reference, it's an example of a function
> call.

Right. Thanks for checking that Branden.

Cheers,

Michael

> Even if it were a man page cross reference, you would need a space
> between "clock_getcpuclockid" and "(3)".
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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] 5+ messages in thread

* Re: [PATCH] clock_getres.2: ffix
       [not found] ` <1336250035-15232-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-05-05 21:37   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-05-05 21:37 UTC (permalink / raw)
  To: Simon Paillard; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Sun, May 6, 2012 at 8:33 AM, Simon Paillard <spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> Formating issue introduced in 63f0f3d9b864

Thanks. Applied

Michael


> ---
>  man2/clock_getres.2 |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
> index ed6fed9..e710d0b 100644
> --- a/man2/clock_getres.2
> +++ b/man2/clock_getres.2
> @@ -243,4 +243,4 @@ On Linux, these clocks are not settable
>  .BR ftime (3),
>  .BR pthread_getcpuclockid (3),
>  .BR sysconf (3),
> - time (7)
> +.BR time (7)
> --
> 1.7.2.5
>
> --
> 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



-- 
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] 5+ messages in thread

* [PATCH] clock_getres.2: ffix
@ 2012-05-05 20:33 Simon Paillard
       [not found] ` <1336250035-15232-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Paillard @ 2012-05-05 20:33 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

Formating issue introduced in 63f0f3d9b864
---
 man2/clock_getres.2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index ed6fed9..e710d0b 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -243,4 +243,4 @@ On Linux, these clocks are not settable
 .BR ftime (3),
 .BR pthread_getcpuclockid (3),
 .BR sysconf (3),
- time (7)
+.BR time (7)
-- 
1.7.2.5

--
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] 5+ messages in thread

end of thread, other threads:[~2017-11-09  7:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08  7:25 [patch] clock_getres.2: ffix Seonghun Lim
     [not found] ` <55b5b761-3b19-6578-a83d-a2a9f7452459-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-08 11:58   ` G. Branden Robinson
     [not found]     ` <20171108115827.rachl42whbklzlpi-Z0uaYDh/Ni4SozaZsD9aTtHuzzzSOjJt@public.gmane.org>
2017-11-09  7:55       ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05 20:33 [PATCH] " Simon Paillard
     [not found] ` <1336250035-15232-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-05-05 21:37   ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.