Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis

This commit is contained in:
Gregory Nutt
2015-05-23 17:08:35 -06:00
parent 32dcac3ab9
commit 33790f4d16
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4729,7 +4729,7 @@ Differences from the POSIX implementation include:
</li>
<li>
All <code>sa_flags</code> in struct sigaction of act input are ignored (all treated like <code>SA_SIGINFO</code>).
The one exception is if <code>CONFIG_SCHED_CHILDSTATUS</code> is defined;
The one exception is if <code>CONFIG_SCHED_CHILD_STATUS</code> is defined;
then <code>SA_NOCLDWAIT</code> is supported but only for <code>SIGCHLD</code>.
</li>
</ul>