All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] getpriority.2, nice.2: Move renice from section 8 to section 1
@ 2010-06-13  9:12 Francesco Cosoleto
       [not found] ` <1276420363-6226-1-git-send-email-cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Francesco Cosoleto @ 2010-06-13  9:12 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Francesco Cosoleto

Signed-off-by: Francesco Cosoleto <cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 man2/getpriority.2 |    2 +-
 man2/nice.2        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/getpriority.2 b/man2/getpriority.2
index 1168a63..302d88a 100644
--- a/man2/getpriority.2
+++ b/man2/getpriority.2
@@ -224,7 +224,7 @@ defined in
 .BR nice (1),
 .BR fork (2),
 .BR capabilities (7),
-.BR renice (8)
+.BR renice (1)
 .sp
 .I Documentation/scheduler/sched-nice-design.txt
 in the kernel source tree (since Linux 2.6.23).
diff --git a/man2/nice.2 b/man2/nice.2
index 407145b..c7e1d7d 100644
--- a/man2/nice.2
+++ b/man2/nice.2
@@ -108,4 +108,4 @@ returns \-1.
 .BR getpriority (2),
 .BR setpriority (2),
 .BR capabilities (7),
-.BR renice (8)
+.BR renice (1)
-- 
1.6.4.2

--
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

* [PATCH 2/2] msgctl.2, semctl.2, shmctl.2: Move ipcs from section 8 to section 1
       [not found] ` <1276420363-6226-1-git-send-email-cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-06-13  9:12   ` Francesco Cosoleto
       [not found]     ` <1276420363-6226-2-git-send-email-cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2010-06-14  4:05   ` [PATCH 1/2] getpriority.2, nice.2: Move renice " Michael Kerrisk
  1 sibling, 1 reply; 4+ messages in thread
From: Francesco Cosoleto @ 2010-06-13  9:12 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Francesco Cosoleto

Signed-off-by: Francesco Cosoleto <cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 man2/msgctl.2 |    2 +-
 man2/semctl.2 |    2 +-
 man2/shmctl.2 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man2/msgctl.2 b/man2/msgctl.2
index 2ecbdcf..9514f85 100644
--- a/man2/msgctl.2
+++ b/man2/msgctl.2
@@ -316,7 +316,7 @@ The
 and
 .B MSG_INFO
 operations are used by the
-.BR ipcs (8)
+.BR ipcs (1)
 program to provide information on allocated resources.
 In the future these may modified or moved to a /proc file system
 interface.
diff --git a/man2/semctl.2 b/man2/semctl.2
index fba8d7d..457a395 100644
--- a/man2/semctl.2
+++ b/man2/semctl.2
@@ -467,7 +467,7 @@ The
 and
 .B SEM_INFO
 operations are used by the
-.BR ipcs (8)
+.BR ipcs (1)
 program to provide information on allocated resources.
 In the future these may modified or moved to a /proc file system
 interface.
diff --git a/man2/shmctl.2 b/man2/shmctl.2
index d893947..5552bd3 100644
--- a/man2/shmctl.2
+++ b/man2/shmctl.2
@@ -375,7 +375,7 @@ The
 and
 .B SHM_INFO
 operations are used by the
-.BR ipcs (8)
+.BR ipcs (1)
 program to provide information on allocated resources.
 In the future these may modified or moved to a /proc file system
 interface.
-- 
1.6.4.2

--
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

* Re: [PATCH 1/2] getpriority.2, nice.2: Move renice from section 8 to section 1
       [not found] ` <1276420363-6226-1-git-send-email-cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2010-06-13  9:12   ` [PATCH 2/2] msgctl.2, semctl.2, shmctl.2: Move ipcs " Francesco Cosoleto
@ 2010-06-14  4:05   ` Michael Kerrisk
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2010-06-14  4:05 UTC (permalink / raw)
  To: Francesco Cosoleto; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Francesco,

On Sun, Jun 13, 2010 at 11:12 AM, Francesco Cosoleto <cosoleto-Re5JQEeQqe8@public.gmane.orgm> wrote:
> Signed-off-by: Francesco Cosoleto <cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  man2/getpriority.2 |    2 +-
>  man2/nice.2        |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks. Applied for man-pages-3.25.

Cheers,

Michael

> diff --git a/man2/getpriority.2 b/man2/getpriority.2
> index 1168a63..302d88a 100644
> --- a/man2/getpriority.2
> +++ b/man2/getpriority.2
> @@ -224,7 +224,7 @@ defined in
>  .BR nice (1),
>  .BR fork (2),
>  .BR capabilities (7),
> -.BR renice (8)
> +.BR renice (1)
>  .sp
>  .I Documentation/scheduler/sched-nice-design.txt
>  in the kernel source tree (since Linux 2.6.23).
> diff --git a/man2/nice.2 b/man2/nice.2
> index 407145b..c7e1d7d 100644
> --- a/man2/nice.2
> +++ b/man2/nice.2
> @@ -108,4 +108,4 @@ returns \-1.
>  .BR getpriority (2),
>  .BR setpriority (2),
>  .BR capabilities (7),
> -.BR renice (8)
> +.BR renice (1)
> --
> 1.6.4.2
>
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface" http://blog.man7.org/
--
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

* Re: [PATCH 2/2] msgctl.2, semctl.2, shmctl.2: Move ipcs from section 8 to section 1
       [not found]     ` <1276420363-6226-2-git-send-email-cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2010-06-14  4:06       ` Michael Kerrisk
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2010-06-14  4:06 UTC (permalink / raw)
  To: Francesco Cosoleto; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Francesco,

On Sun, Jun 13, 2010 at 11:12 AM, Francesco Cosoleto <cosoleto-Re5JQEeQqe8@public.gmane.orgm> wrote:
> Signed-off-by: Francesco Cosoleto <cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  man2/msgctl.2 |    2 +-
>  man2/semctl.2 |    2 +-
>  man2/shmctl.2 |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Thanks. Applied for man-pages-3.25.

Cheers,

Michael



> diff --git a/man2/msgctl.2 b/man2/msgctl.2
> index 2ecbdcf..9514f85 100644
> --- a/man2/msgctl.2
> +++ b/man2/msgctl.2
> @@ -316,7 +316,7 @@ The
>  and
>  .B MSG_INFO
>  operations are used by the
> -.BR ipcs (8)
> +.BR ipcs (1)
>  program to provide information on allocated resources.
>  In the future these may modified or moved to a /proc file system
>  interface.
> diff --git a/man2/semctl.2 b/man2/semctl.2
> index fba8d7d..457a395 100644
> --- a/man2/semctl.2
> +++ b/man2/semctl.2
> @@ -467,7 +467,7 @@ The
>  and
>  .B SEM_INFO
>  operations are used by the
> -.BR ipcs (8)
> +.BR ipcs (1)
>  program to provide information on allocated resources.
>  In the future these may modified or moved to a /proc file system
>  interface.
> diff --git a/man2/shmctl.2 b/man2/shmctl.2
> index d893947..5552bd3 100644
> --- a/man2/shmctl.2
> +++ b/man2/shmctl.2
> @@ -375,7 +375,7 @@ The
>  and
>  .B SHM_INFO
>  operations are used by the
> -.BR ipcs (8)
> +.BR ipcs (1)
>  program to provide information on allocated resources.
>  In the future these may modified or moved to a /proc file system
>  interface.
> --
> 1.6.4.2
>
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface" http://blog.man7.org/
--
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:[~2010-06-14  4:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-13  9:12 [PATCH 1/2] getpriority.2, nice.2: Move renice from section 8 to section 1 Francesco Cosoleto
     [not found] ` <1276420363-6226-1-git-send-email-cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-06-13  9:12   ` [PATCH 2/2] msgctl.2, semctl.2, shmctl.2: Move ipcs " Francesco Cosoleto
     [not found]     ` <1276420363-6226-2-git-send-email-cosoleto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-06-14  4:06       ` Michael Kerrisk
2010-06-14  4:05   ` [PATCH 1/2] getpriority.2, nice.2: Move renice " Michael Kerrisk

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.