Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 808749 | Differences between
and this patch

Collapse All | Expand All

(-)a/doc/m4.texi (-2 / +1 lines)
Lines 6756-6762 ifdef(`__unix__', , Link Here
6756
')m4exit(`77')')dnl
6756
')m4exit(`77')')dnl
6757
changequote(`[', `]')
6757
changequote(`[', `]')
6758
@result{}
6758
@result{}
6759
syscmd([/bin/sh -c 'kill -9 $$'; st=$?;
6759
syscmd([@{ /bin/sh -c 'kill -9 $$'; @} 2>/dev/null; st=$?;
6760
test $st = 137 || test $st = 265])
6760
test $st = 137 || test $st = 265])
6761
@result{}
6761
@result{}
6762
ifelse(sysval, [0], , [errprint([ skipping: shell does not send signal 9
6762
ifelse(sysval, [0], , [errprint([ skipping: shell does not send signal 9
6763
- 

Return to bug 808749