]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/getsid.2
xnu-2782.30.5.tar.gz
[apple/xnu.git] / bsd / man / man2 / getsid.2
index 2bd3c272ee352c3b505eed5dd67811dc5de9222c..811c2fcd57d3247ea5f0a300c30448d31173be1c 100644 (file)
@@ -34,7 +34,9 @@
 .Sh SYNOPSIS
 .In unistd.h
 .Ft pid_t
-.Fn getsid "pid_t pid"
+.Fo getsid
+.Fa "pid_t pid"
+.Fc
 .Sh DESCRIPTION
 The session ID of the process identified by
 .Fa pid
@@ -52,11 +54,13 @@ returns the session ID of
 the specified process; otherwise, it returns a value of -1 and
 sets errno to indicate an error.
 .Sh ERRORS
+The
 .Fn getsid
-will succeed unless:
+system call will fail if:
 .Bl -tag -width Er
+.\" ==========
 .It Bq Er ESRCH
-if there is no process with a process ID equal to
+There is no process with a process ID equal to
 .Fa pid .
 .El
 .Pp