From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Kerrisk (man-pages)" Subject: Re: setsid.2: format fix Date: Tue, 06 Jan 2015 08:11:08 +0100 Message-ID: <54AB8A8C.8000206@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Akihiro Motoki , linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: linux-man@vger.kernel.org Hello Akihiro Motoki, Patch applied. Thank you! Cheers, Michael On 01/05/2015 07:01 PM, Akihiro Motoki wrote: > diff --git a/man2/setsid.2 b/man2/setsid.2 > index cff8e22..ee9abac 100644 > --- a/man2/setsid.2 > +++ b/man2/setsid.2 > @@ -76,7 +76,7 @@ The session ID is preserved across an > > A process group leader is a process whose process group ID equals its PID. > Disallowing a process group leader from calling > -.BR setsid() > +.BR setsid () > prevents the possibility that a process group leader places itself > in a new session while other processes in the process group remain > in the original session; > > -- 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