]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/setpgid.2
xnu-6153.11.26.tar.gz
[apple/xnu.git] / bsd / man / man2 / setpgid.2
index 63ab9783add76aa6180ff2fae9bfde6505c9cb0c..07c37c78b7ce3960fff6918d889015995fd9817c 100644 (file)
@@ -52,7 +52,7 @@
 .Fa void
 .Fc
 .Sh DESCRIPTION
-.Fn Setpgid
+.Fn setpgid
 sets the process group of the specified process
 .Ar pid
 to the specified
@@ -66,13 +66,13 @@ must have the same effective user-id as the invoker or be a descendant
 of the invoking process.
 .Pp
 .Sh RETURN VALUES
-.Fn Setpgid
+.Fn setpgid
 returns 0 when the operation was successful.
 If the request failed, -1 is returned and the global variable
 .Va errno
 indicates the reason.
 .Sh ERRORS
-.Fn Setpgid
+.Fn setpgid
 will fail and the process group will not be altered if:
 .Bl -tag -width Er
 .\" ===========