diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-01 08:07:28 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-01 08:07:28 +0100 |
| commit | 0b80cf56e33bb72bf0137bae92f863c994161c17 (patch) | |
| tree | f1e3dc25d29c597470f5299d30c35c4c71af8671 /man2/sigaltstack.2 | |
| parent | b1e9ce70b2bf7293a89dce91206a95b0232b6095 (diff) | |
| download | man-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.2 | 2 |
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 () |
