X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ftechnical%2Fapi-sigchain.txt;h=9e1189ef01dff889447c1bf92802c9792f267b9b;hb=a8e4a5943a63c8fd4a3a9b70ccf4608bcc973707;hp=535cdff164f1f1cdf829f18fa192783efb9f0086;hpb=9f6774ed86a9ac22142c0b37e26e67eb1d032962;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.