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 /man7 | |
| 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 'man7')
| -rw-r--r-- | man7/epoll.7 | 2 | ||||
| -rw-r--r-- | man7/posixoptions.7 | 2 | ||||
| -rw-r--r-- | man7/unix.7 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man7/epoll.7 b/man7/epoll.7 index a0ad8af1fa..d97f341002 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -415,7 +415,7 @@ A file descriptor is removed from an set only after all the file descriptors referring to the underlying open file description have been closed (or before if the descriptor is explicitly removed using -.BR epoll_ctl () +.BR epoll_ctl (2) .BR EPOLL_CTL_DEL ). This means that even after a file descriptor that is part of an .B epoll diff --git a/man7/posixoptions.7 b/man7/posixoptions.7 index 5833417d22..8ed53de99e 100644 --- a/man7/posixoptions.7 +++ b/man7/posixoptions.7 @@ -39,7 +39,7 @@ For more detail, see .BR sysconf (3). .LP We give the name of the POSIX abbreviation, the option, the name of the -.BR sysconf () +.BR sysconf (3) parameter used to inquire about the option, and possibly a very short description. Much more precise detail can be found in the POSIX standard itself, diff --git a/man7/unix.7 b/man7/unix.7 index 5ead1c5590..bab5c8b60e 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -152,7 +152,7 @@ a unique name in the abstract namespace will be generated automatically. Expects an integer boolean flag. .SS Autobind Feature If a -.BR bind () +.BR bind (2) call specifies .I addrlen as |
