X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/compat-43/FreeBSD/killpg.2.patch diff --git a/compat-43/FreeBSD/killpg.2.patch b/compat-43/FreeBSD/killpg.2.patch index 7bfa229..8a00461 100644 --- a/compat-43/FreeBSD/killpg.2.patch +++ b/compat-43/FreeBSD/killpg.2.patch @@ -1,6 +1,6 @@ ---- killpg.2 2003-05-20 15:20:40.000000000 -0700 -+++ killpg.2.edit 2006-07-12 10:52:21.000000000 -0700 -@@ -41,7 +41,6 @@ +--- killpg.2.orig 2009-11-06 10:36:38.000000000 -0800 ++++ killpg.2 2009-11-06 10:41:32.000000000 -0800 +@@ -37,7 +37,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -8,7 +8,7 @@ .In signal.h .Ft int .Fn killpg "pid_t pgrp" "int sig" -@@ -80,21 +79,29 @@ +@@ -76,21 +75,29 @@ The .Fa sig argument is not a valid signal number.