X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-sigchain.txt;h=9e1189ef01dff889447c1bf92802c9792f267b9b;hb=ac53196d9a1f63785de199dee4b851378510f729;hp=535cdff164f1f1cdf829f18fa192783efb9f0086;hpb=6758af89e4bf3f767e189da3e09c3c939162872d;p=git.git diff --git a/Documentation/technical/api-sigchain.txt b/Documentation/technical/api-sigchain.txt index 535cdff16..9e1189ef0 100644 --- a/Documentation/technical/api-sigchain.txt +++ b/Documentation/technical/api-sigchain.txt @@ -32,7 +32,7 @@ and installation code should look something like: } ------------------------------------------ -Handlers are given the typdef of sigchain_fun. This is the same type +Handlers are given the typedef of sigchain_fun. This is the same type that is given to signal() or sigaction(). It is perfectly reasonable to push SIG_DFL or SIG_IGN onto the stack.