diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-06-03 01:26:30 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-06-03 01:26:30 +0000 |
commit | 7145b9a93c28637fec8435687fd817e0ba7ed7da (patch) | |
tree | 17ed9a2e7e482a63ff14b6ed1d8e741e038e0d1a /man3/sigpause.3 | |
parent | 8dc8552af54c49f1354f162d33d9b56f9db6bb5e (diff) |
spfix
Diffstat (limited to 'man3/sigpause.3')
-rw-r--r-- | man3/sigpause.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/sigpause.3 b/man3/sigpause.3 index 7cf4634f..0c3aec4e 100644 --- a/man3/sigpause.3 +++ b/man3/sigpause.3 @@ -55,7 +55,7 @@ The classical BSD version of this function appeared in 4.2BSD. It sets the process's signal mask to .IR sigmask . Unix95 standardized the incompatible System V version of -this funtion, which removes only the specified signal +this function, which removes only the specified signal .I sig from the process' signal mask. .\" __xpg_sigpause: Unix 95, spec 1170, SVID, SVR4, XPG |