* [PATCH] getitimer.2: tfix
@ 2016-07-24 13:13 Dr. Tobias Quathamer
[not found] ` <1469366005-19476-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Dr. Tobias Quathamer @ 2016-07-24 13:13 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
---
man2/getitimer.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/getitimer.2 b/man2/getitimer.2
index c991577..7d6ead7 100644
--- a/man2/getitimer.2
+++ b/man2/getitimer.2
@@ -84,7 +84,7 @@ struct timeval {
.SS getitimer()
The function
.BR getitimer ()
-places the curent value of the timer specified by
+places the current value of the timer specified by
.IR which
in the buffer pointed to by
.IR curr_value .
--
2.7.4
--
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] 4+ messages in thread[parent not found: <1469366005-19476-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] getitimer.2: tfix [not found] ` <1469366005-19476-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2016-07-24 18:38 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2016-07-24 18:38 UTC (permalink / raw) To: Dr. Tobias Quathamer Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 07/24/2016 03:13 PM, Dr. Tobias Quathamer wrote: Thanks, Tobias. Applied. Cheers, Michael > --- > man2/getitimer.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/getitimer.2 b/man2/getitimer.2 > index c991577..7d6ead7 100644 > --- a/man2/getitimer.2 > +++ b/man2/getitimer.2 > @@ -84,7 +84,7 @@ struct timeval { > .SS getitimer() > The function > .BR getitimer () > -places the curent value of the timer specified by > +places the current value of the timer specified by > .IR which > in the buffer pointed to by > .IR curr_value . > -- 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] 4+ messages in thread
* [PATCH] getitimer.2: tfix
@ 2016-07-24 12:46 Dr. Tobias Quathamer
[not found] ` <1469364371-12020-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Dr. Tobias Quathamer @ 2016-07-24 12:46 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
---
man2/getitimer.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/getitimer.2 b/man2/getitimer.2
index 3191a16..c991577 100644
--- a/man2/getitimer.2
+++ b/man2/getitimer.2
@@ -106,7 +106,7 @@ substructure is populated with the timer interval.
If both fields of
.IR it_interval
are zero, then this is a single-shot timer (i.e., it expires just once).
-.SS getitimer()
+.SS setitimer()
The function
.BR setitimer ()
arms or disarms the timer specified by
--
2.7.4
--
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] 4+ messages in thread[parent not found: <1469364371-12020-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] getitimer.2: tfix [not found] ` <1469364371-12020-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2016-07-24 18:38 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2016-07-24 18:38 UTC (permalink / raw) To: Dr. Tobias Quathamer Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 07/24/2016 02:46 PM, Dr. Tobias Quathamer wrote: Thanks, Tobias. Applied. Cheers, Michael > --- > man2/getitimer.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/getitimer.2 b/man2/getitimer.2 > index 3191a16..c991577 100644 > --- a/man2/getitimer.2 > +++ b/man2/getitimer.2 > @@ -106,7 +106,7 @@ substructure is populated with the timer interval. > If both fields of > .IR it_interval > are zero, then this is a single-shot timer (i.e., it expires just once). > -.SS getitimer() > +.SS setitimer() > The function > .BR setitimer () > arms or disarms the timer specified by > -- 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] 4+ messages in thread
end of thread, other threads:[~2016-07-24 18:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-24 13:13 [PATCH] getitimer.2: tfix Dr. Tobias Quathamer
[not found] ` <1469366005-19476-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2016-07-24 18:38 ` Michael Kerrisk (man-pages)
-- strict thread matches above, loose matches on Subject: below --
2016-07-24 12:46 Dr. Tobias Quathamer
[not found] ` <1469364371-12020-1-git-send-email-toddy-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2016-07-24 18:38 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox