aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sigaltstack.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-11-01 08:07:28 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-11-01 08:07:28 +0100
commit0b80cf56e33bb72bf0137bae92f863c994161c17 (patch)
treef1e3dc25d29c597470f5299d30c35c4c71af8671 /man2/sigaltstack.2
parentb1e9ce70b2bf7293a89dce91206a95b0232b6095 (diff)
downloadman-pages-0b80cf56e33bb72bf0137bae92f863c994161c17.tar.gz
Changes, clone.2, mount.2, nanosleep.2, sigaltstack.2, statfs.2, timer_settime.2, ctime.3, fmemopen.3, nl_langinfo.3, posix_memalign.3, pthread_attr_init.3, pthread_setaffinity_np.3, pthread_setschedprio.3, pthread_testcancel.3, setjmp.3, sigwait.3, tty_ioctl.4, epoll.7, posixoptions.7, unix.7: Add section number to references to functions documented in other pages
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/sigaltstack.2')
-rw-r--r--man2/sigaltstack.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index b9cd128cde..235e3acccc 100644
--- a/man2/sigaltstack.2
+++ b/man2/sigaltstack.2
@@ -192,7 +192,7 @@ A successful call to
removes any existing alternate
signal stack.
A child process created via
-.BR fork ()
+.BR fork (2)
inherits a copy of its parent's alternate signal stack settings.
.P
.BR sigaltstack ()