it -> its --- man2/setsid.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/setsid.2 b/man2/setsid.2 index 22885dd..089bf26 100644 --- a/man2/setsid.2 +++ b/man2/setsid.2 @@ -46,7 +46,7 @@ The calling process is the leader of the new session (i.e., its session ID is made the same as its process ID). The calling process also becomes the process group leader of a new process group in the session -(i.e., its process group ID is made the same as it process ID). +(i.e., its process group ID is made the same as its process ID). The calling process will be the only process in the new process group and in the new session. -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html