* [PATCH] small improvement for proc.5
@ 2014-02-01 17:26 Yuri Kozlov
[not found] ` <20140201212636.2866547c-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Yuri Kozlov @ 2014-02-01 17:26 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Hello.
diff --git a/man5/proc.5 b/man5/proc.5
index 3acf867..43b6925 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1496,7 +1496,7 @@ is set at kernel compilation time.
.\" commit 5ed67f05f66c41e39880a6d61358438a25f9fee5
.\" commit 48f6a7a511ef8823fdff39afee0320092d43a8a0
A list of the POSIX timers for this process.
-Each timer is listed with a line that starets with the string "ID:".
+Each timer is listed with a line that started with the string "ID:".
For example:
.in +4n
@@ -1548,7 +1548,7 @@ a signal if the timer delivers notifications via a signal.
This field identifies the clock that the timer uses for measuring time.
For most clocks, this is a number that matches one of the user-space
.BR CLOCK_*
-constants dexposed via
+constants exposed via
.IR <time.h> .
.B CLOCK_PROCESS_CPUTIME_ID
timers display with a value of -6
--
Best Regards,
Yuri Kozlov
--
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] 3+ messages in thread[parent not found: <20140201212636.2866547c-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>]
* Re: [PATCH] small improvement for proc.5 [not found] ` <20140201212636.2866547c-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org> @ 2014-02-04 9:01 ` Michael Kerrisk (man-pages) 2014-02-04 9:08 ` Michael Kerrisk (man-pages) 1 sibling, 0 replies; 3+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-02-04 9:01 UTC (permalink / raw) To: Yuri Kozlov Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Applied. Thanks. Michael On 02/01/2014 06:26 PM, Yuri Kozlov wrote: > Hello. > > diff --git a/man5/proc.5 b/man5/proc.5 > index 3acf867..43b6925 100644 > --- a/man5/proc.5 > +++ b/man5/proc.5 > @@ -1496,7 +1496,7 @@ is set at kernel compilation time. > .\" commit 5ed67f05f66c41e39880a6d61358438a25f9fee5 > .\" commit 48f6a7a511ef8823fdff39afee0320092d43a8a0 > A list of the POSIX timers for this process. > -Each timer is listed with a line that starets with the string "ID:". > +Each timer is listed with a line that started with the string "ID:". > For example: > > .in +4n > @@ -1548,7 +1548,7 @@ a signal if the timer delivers notifications via a signal. > This field identifies the clock that the timer uses for measuring time. > For most clocks, this is a number that matches one of the user-space > .BR CLOCK_* > -constants dexposed via > +constants exposed via > .IR <time.h> . > .B CLOCK_PROCESS_CPUTIME_ID > timers display with a value of -6 > -- 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] 3+ messages in thread
* Re: [PATCH] small improvement for proc.5 [not found] ` <20140201212636.2866547c-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org> 2014-02-04 9:01 ` Michael Kerrisk (man-pages) @ 2014-02-04 9:08 ` Michael Kerrisk (man-pages) 1 sibling, 0 replies; 3+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-02-04 9:08 UTC (permalink / raw) To: Yuri Kozlov Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Applied. On 02/01/2014 06:26 PM, Yuri Kozlov wrote: > Hello. > > diff --git a/man5/proc.5 b/man5/proc.5 > index 3acf867..43b6925 100644 > --- a/man5/proc.5 > +++ b/man5/proc.5 > @@ -1496,7 +1496,7 @@ is set at kernel compilation time. > .\" commit 5ed67f05f66c41e39880a6d61358438a25f9fee5 > .\" commit 48f6a7a511ef8823fdff39afee0320092d43a8a0 > A list of the POSIX timers for this process. > -Each timer is listed with a line that starets with the string "ID:". > +Each timer is listed with a line that started with the string "ID:". > For example: > > .in +4n > @@ -1548,7 +1548,7 @@ a signal if the timer delivers notifications via a signal. > This field identifies the clock that the timer uses for measuring time. > For most clocks, this is a number that matches one of the user-space > .BR CLOCK_* > -constants dexposed via > +constants exposed via > .IR <time.h> . > .B CLOCK_PROCESS_CPUTIME_ID > timers display with a value of -6 > -- 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] 3+ messages in thread
end of thread, other threads:[~2014-02-04 9:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-01 17:26 [PATCH] small improvement for proc.5 Yuri Kozlov
[not found] ` <20140201212636.2866547c-CpVCSV+zb/Ftei/ch0jEm2ZHpeb/A1Y/@public.gmane.org>
2014-02-04 9:01 ` Michael Kerrisk (man-pages)
2014-02-04 9:08 ` 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; as well as URLs for NNTP newsgroup(s).