arch_prctl.2, fcntl.2, flock.2, get_robust_list.2, getpriority.2, ioprio_set.2, migrate_pages.2, mmap.2, mremap.2, msync.2, sched_get_priority_max.2, sched_rr_get_interval.2, sched_setparam.2, sched_setscheduler.2, sched_yield.2, select.2, socket.2, subpage_prot.2, unshare.2, btree.3, dbopen.3, dl_iterate_phdr.3, dlopen.3, getnameinfo.3, hash.3, lockf.3, netlink.3, recno.3, rpc.3, xdr.3, cciss.4, console_ioctl.4, hpsa.4, initrd.4, msr.4, rtc.4, st.4, hosts.5, services.5, tzfile.5, aio.7, arp.7, capabilities.7, cpuset.7, feature_test_macros.7, futex.7, inotify.7, ip.7, ipv6.7, iso_8859-16.7, iso_8859-2.7, koi8-r.7, math_error.7, netlink.7, packet.7, pthreads.7, raw.7, spufs.7, udplite.7, uri.7, x25.7: Global fix: Various consistency fixes for SEE ALSO

Coauthored-by: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
David Prévot 2012-09-24 09:53:22 +02:00 committed by Michael Kerrisk
parent 318c814291
commit 173fe7e792
61 changed files with 133 additions and 131 deletions

View File

@ -139,5 +139,5 @@ may be already used by the threading library.
.BR modify_ldt (2), .BR modify_ldt (2),
.BR prctl (2), .BR prctl (2),
.BR set_thread_area (2) .BR set_thread_area (2)
.sp
AMD X86-64 Programmer's manual AMD X86-64 Programmer's manual

View File

@ -1302,17 +1302,16 @@ It is therefore inadvisable to rely on mandatory locking.
.BR lockf (3), .BR lockf (3),
.BR capabilities (7), .BR capabilities (7),
.BR feature_test_macros (7) .BR feature_test_macros (7)
.P
See also
.IR locks.txt , .IR locks.txt ,
.IR mandatory-locking.txt , .IR mandatory-locking.txt ,
and and
.I dnotify.txt .I dnotify.txt
in the kernel source directory in the Linux kernel source directory
.IR Documentation/filesystems/ . .IR Documentation/filesystems/
(On older kernels, these files are directly under the (on older kernels, these files are directly under the
.I Documentation/ .I Documentation/
directory, and directory, and
.I mandatory-locking.txt .I mandatory-locking.txt
is called is called
.IR mandatory.txt .) .IR mandatory.txt )

View File

@ -206,8 +206,7 @@ and occurs on many other implementations.)
.BR open (2), .BR open (2),
.BR lockf (3) .BR lockf (3)
See also
.I Documentation/filesystem/locks.txt .I Documentation/filesystem/locks.txt
in the kernel source in the Linux kernel source tree
.RI ( Documentation/locks.txt .RI ( Documentation/locks.txt
in older kernels). in older kernels)

View File

@ -126,9 +126,9 @@ to use this functionality should use the robust mutexes provided by glibc.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR futex (2) .BR futex (2)
.\" .BR pthread_mutexattr_setrobust_np (3) .\" .BR pthread_mutexattr_setrobust_np (3)
.br
The kernel source files
.IR Documentation/robust-futexes.txt .IR Documentation/robust-futexes.txt
and and
.IR Documentation/robust-futex-ABI.txt . .IR Documentation/robust-futex-ABI.txt
in the kernel source tree
.\" http://lwn.net/Articles/172149/ .\" http://lwn.net/Articles/172149/

View File

@ -225,6 +225,6 @@ defined in
.BR renice (1), .BR renice (1),
.BR fork (2), .BR fork (2),
.BR capabilities (7) .BR capabilities (7)
.sp
.I Documentation/scheduler/sched-nice-design.txt .I Documentation/scheduler/sched-nice-design.txt
in the kernel source tree (since Linux 2.6.23). in the Linux kernel source tree (since Linux 2.6.23)

View File

@ -348,5 +348,6 @@ Suitable definitions can be found in
.BR getpriority (2), .BR getpriority (2),
.BR open (2), .BR open (2),
.BR capabilities (7) .BR capabilities (7)
.sp
Documentation/block/ioprio.txt in the kernel source tree. .I Documentation/block/ioprio.txt
in the Linux kernel source tree

View File

@ -153,7 +153,7 @@ or a similar package.
.BR cpuset (7), .BR cpuset (7),
.BR numa (7), .BR numa (7),
.BR migratepages (8), .BR migratepages (8),
.BR numa_stat (8); .BR numa_stat (8)
.br
the kernel source file .IR Documentation/vm/page_migration
.IR Documentation/vm/page_migration . in the Linux kernel source tree

View File

@ -663,7 +663,7 @@ main(int argc, char *argv[])
.BR shmat (2), .BR shmat (2),
.BR shm_open (3), .BR shm_open (3),
.BR shm_overview (7) .BR shm_overview (7)
.br
B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391. B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391.
.\" .\"
.\" Repeat after me: private read-only mappings are 100% equivalent to .\" Repeat after me: private read-only mappings are 100% equivalent to

View File

@ -206,8 +206,9 @@ argument.
.BR sbrk (2), .BR sbrk (2),
.BR malloc (3), .BR malloc (3),
.BR realloc (3) .BR realloc (3)
.P
Your favorite OS text book for more information on paged memory. Your favorite text book on operating systems
(\fIModern Operating Systems\fP by Andrew S. Tanenbaum, for more information on paged memory
(e.g., \fIModern Operating Systems\fP by Andrew S. Tanenbaum,
\fIInside Linux\fP by Randolf Bentson, \fIInside Linux\fP by Randolf Bentson,
\fIThe Design of the UNIX Operating System\fP by Maurice J. Bach.) \fIThe Design of the UNIX Operating System\fP by Maurice J. Bach)

View File

@ -117,5 +117,5 @@ are defined in \fI<unistd.h>\fP to a value greater than 0.
.\" glibc defines them to 1. .\" glibc defines them to 1.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR mmap (2) .BR mmap (2)
.br
B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391. B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391.

View File

@ -109,4 +109,4 @@ POSIX.1-2001.
.BR sched_setscheduler (2) .BR sched_setscheduler (2)
.PP .PP
.I Programming for the real world \- POSIX.4 .I Programming for the real world \- POSIX.4
by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0 by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.

View File

@ -128,4 +128,4 @@ quantum cannot be modified.
has a description of the Linux scheduling scheme. has a description of the Linux scheduling scheme.
.PP .PP
.I Programming for the real world \- POSIX.4 .I Programming for the real world \- POSIX.4
by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0 by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.

View File

@ -123,4 +123,4 @@ POSIX.1-2001.
.BR capabilities (7) .BR capabilities (7)
.PP .PP
.I Programming for the real world \- POSIX.4 .I Programming for the real world \- POSIX.4
by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0 by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.

View File

@ -535,8 +535,8 @@ since it always returns 0 on success.
.BR cpuset (7) .BR cpuset (7)
.PP .PP
.I Programming for the real world \- POSIX.4 .I Programming for the real world \- POSIX.4
by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0 by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.
.PP .PP
The kernel source file
.I Documentation/scheduler/sched-rt-group.txt .I Documentation/scheduler/sched-rt-group.txt
in the Linux kernel source tree
(since kernel 2.6.25). (since kernel 2.6.25).

View File

@ -78,7 +78,7 @@ since doing so will result in unnecessary context switches,
which will degrade system performance. which will degrade system performance.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR sched_setscheduler (2) .BR sched_setscheduler (2)
for a description of Linux scheduling. for a description of Linux scheduling
.PP .PP
.I Programming for the real world \- POSIX.4 .I Programming for the real world \- POSIX.4
by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0 by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.

View File

@ -572,10 +572,6 @@ main(void)
} }
.fi .fi
.SH "SEE ALSO" .SH "SEE ALSO"
For a tutorial with discussion and examples, see
.BR select_tut (2).
.LP
For vaguely related stuff, see
.BR accept (2), .BR accept (2),
.BR connect (2), .BR connect (2),
.BR poll (2), .BR poll (2),
@ -586,3 +582,6 @@ For vaguely related stuff, see
.BR write (2), .BR write (2),
.BR epoll (7), .BR epoll (7),
.BR time (7) .BR time (7)
For a tutorial with discussion and examples, see
.BR select_tut (2).

View File

@ -408,11 +408,9 @@ is shown in
.BR tcp (7), .BR tcp (7),
.BR udp (7), .BR udp (7),
.BR unix (7) .BR unix (7)
.PP
\(lqAn Introductory 4.3BSD Interprocess Communication Tutorial\(rq \(lqAn Introductory 4.3BSD Interprocess Communication Tutorial\(rq
is reprinted in and
.I UNIX Programmer's Supplementary Documents Volume 1. \(lqBSD Interprocess Communication Tutorial\(rq,
.PP reprinted in
\(lqBSD Interprocess Communication Tutorial\(rq
is reprinted in
.I UNIX Programmer's Supplementary Documents Volume 1. .I UNIX Programmer's Supplementary Documents Volume 1.

View File

@ -125,7 +125,7 @@ hardware pages (on machines with hardware 64-kB page support).
.\" the affected segment, not the whole process. .\" the affected segment, not the whole process.
.SH SEE ALSO .SH SEE ALSO
.BR mprotect (2), .BR mprotect (2),
.BR syscall (2); .BR syscall (2)
.br
the kernel source file .IR Documentation/vm/hugetlbpage.txt
.IR Documentation/vm/hugetlbpage.txt . in the Linux kernel source tree

View File

@ -244,5 +244,7 @@ Such functionality may be added in the future, if required.
.SH SEE ALSO .SH SEE ALSO
.BR clone (2), .BR clone (2),
.BR fork (2), .BR fork (2),
.BR vfork (2), .BR vfork (2)
Documentation/unshare.txt
.I Documentation/unshare.txt
in the Linux kernel source tree

View File

@ -240,13 +240,13 @@ Only big and little endian byte order is supported.
.BR hash (3), .BR hash (3),
.BR mpool (3), .BR mpool (3),
.BR recno (3) .BR recno (3)
.sp
.IR "The Ubiquitous B-tree" , .IR "The Ubiquitous B-tree" ,
Douglas Comer, ACM Comput. Surv. 11, 2 (June 1979), 121-138. Douglas Comer, ACM Comput. Surv. 11, 2 (June 1979), 121-138.
.sp
.IR "Prefix B-trees" , .IR "Prefix B-trees" ,
Bayer and Unterauer, ACM Transactions on Database Systems, Vol. 2, 1 Bayer and Unterauer, ACM Transactions on Database Systems, Vol. 2, 1
(March 1977), 11-26. (March 1977), 11-26.
.sp
.IR "The Art of Computer Programming Vol. 3: Sorting and Searching" , .IR "The Art of Computer Programming Vol. 3: Sorting and Searching" ,
D.E. Knuth, 1968, pp 471-480. D.E. Knuth, 1968, pp 471-480.

View File

@ -554,6 +554,6 @@ locking, or transactions.
.BR hash (3), .BR hash (3),
.BR mpool (3), .BR mpool (3),
.BR recno (3) .BR recno (3)
.sp
.IR "LIBTP: Portable, Modular Transactions for UNIX" , .IR "LIBTP: Portable, Modular Transactions for UNIX" ,
Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992. Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992.

View File

@ -198,7 +198,7 @@ main(int argc, char *argv[])
.BR readelf (1), .BR readelf (1),
.BR dlopen (3), .BR dlopen (3),
.BR elf (5), .BR elf (5),
.BR ld.so (8), .BR ld.so (8)
and the
.I "Executable and Linking Format Specification" .IR "Executable and Linking Format Specification" ,
available at various locations online. available at various locations online.

View File

@ -510,5 +510,6 @@ follows, using \fIbar.c\fP as the example name:
.BR dl_iterate_phdr (3), .BR dl_iterate_phdr (3),
.BR rtld-audit (7), .BR rtld-audit (7),
.BR ld.so (8), .BR ld.so (8),
.BR ldconfig (8), .BR ldconfig (8)
ld.so info pages, gcc info pages, ld info pages ld.so info pages, gcc info pages, ld info pages

View File

@ -284,21 +284,21 @@ can be found in
.BR services (5), .BR services (5),
.BR hostname (7), .BR hostname (7),
.BR named (8) .BR named (8)
.LP
R. Gilligan, S. Thomson, J. Bound and W. Stevens, R. Gilligan, S. Thomson, J. Bound and W. Stevens,
.IR "Basic Socket Interface Extensions for IPv6" , .IR "Basic Socket Interface Extensions for IPv6" ,
RFC\ 2553, March 1999. RFC\ 2553, March 1999.
.LP
Tatsuya Jinmei and Atsushi Onoe, Tatsuya Jinmei and Atsushi Onoe,
.IR "An Extension of Format for IPv6 Scoped Addresses" , .IR "An Extension of Format for IPv6 Scoped Addresses" ,
internet draft, work in progress. internet draft, work in progress
.UR ftp://ftp.ietf.org\:/internet\-drafts\:/draft\-ietf\-ipngwg\-scopedaddr\-format\-02.txt .UR ftp://ftp.ietf.org\:/internet\-drafts\:/draft\-ietf\-ipngwg\-scopedaddr\-format\-02.txt
.UE .UE .
.LP
Craig Metz, Craig Metz,
.IR "Protocol Independence Using the Sockets API" , .IR "Protocol Independence Using the Sockets API" ,
Proceedings of the freenix track: Proceedings of the freenix track:
2000 USENIX annual technical conference, June 2000. 2000 USENIX annual technical conference, June 2000
.ad l .ad l
.UR http://www.usenix.org\:/publications\:/library\:/proceedings\:/usenix2000\:/freenix\:/metzprotocol.html .UR http://www.usenix.org\:/publications\:/library\:/proceedings\:/usenix2000\:/freenix\:/metzprotocol.html
.UE .UE .

View File

@ -160,9 +160,9 @@ Only big and little endian byte order are supported.
.BR dbopen (3), .BR dbopen (3),
.BR mpool (3), .BR mpool (3),
.BR recno (3) .BR recno (3)
.sp
.IR "Dynamic Hash Tables" , .IR "Dynamic Hash Tables" ,
Per-Ake Larson, Communications of the ACM, April 1988. Per-Ake Larson, Communications of the ACM, April 1988.
.sp
.IR "A New Hash Package for UNIX" , .IR "A New Hash Package for UNIX" ,
Margo Seltzer, USENIX Proceedings, Winter 1991. Margo Seltzer, USENIX Proceedings, Winter 1991.

View File

@ -150,16 +150,15 @@ SVr4, POSIX.1-2001.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR fcntl (2), .BR fcntl (2),
.BR flock (2) .BR flock (2)
.br
There are also
.I locks.txt .I locks.txt
and and
.I mandatory-locking.txt .I mandatory-locking.txt
in the kernel source directory in the Linux kernel source directory
.IR Documentation/filesystems . .IR Documentation/filesystems
(On older kernels, these files are directly under the (on older kernels, these files are directly under the
.I Documentation/ .I Documentation
directory, and directory, and
.I mandatory-locking.txt .I mandatory-locking.txt
is called is called
.IR mandatory.txt .) .IR mandatory.txt )

View File

@ -87,8 +87,7 @@ It is often better to use netlink via
than via the low-level kernel interface. than via the low-level kernel interface.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR netlink (7) .BR netlink (7)
.br
and
.UR ftp://ftp.inr.ac.ru\:/ip-routing\:/iproute2* .UR ftp://ftp.inr.ac.ru\:/ip-routing\:/iproute2*
.UE .UE
for libnetlink for libnetlink

View File

@ -224,7 +224,7 @@ Only big and little endian byte order is supported.
.BR dbopen (3), .BR dbopen (3),
.BR hash (3), .BR hash (3),
.BR mpool (3) .BR mpool (3)
.sp
.IR "Document Processing in a Relational Database System" , .IR "Document Processing in a Relational Database System" ,
Michael Stonebraker, Heidi Stettner, Joseph Kalash, Antonin Guttman, Michael Stonebraker, Heidi Stettner, Joseph Kalash, Antonin Guttman,
Nadene Lynn, Memorandum No. UCB/ERL M82/32, May 1982. Nadene Lynn, Memorandum No. UCB/ERL M82/32, May 1982.

View File

@ -1099,7 +1099,7 @@ Service implementors usually do not need this routine.
.\" We don't have an rpc_secure.3 page in the set at the moment -- MTK, 19 Sep 05 .\" We don't have an rpc_secure.3 page in the set at the moment -- MTK, 19 Sep 05
.\" .BR rpc_secure (3), .\" .BR rpc_secure (3),
.BR xdr (3) .BR xdr (3)
.br
The following manuals: The following manuals:
.RS .RS
Remote Procedure Calls: Protocol Specification Remote Procedure Calls: Protocol Specification
@ -1109,6 +1109,7 @@ Remote Procedure Call Programming Guide
rpcgen Programming Guide rpcgen Programming Guide
.br .br
.RE .RE
.IR "RPC: Remote Procedure Call Protocol Specification" , .IR "RPC: Remote Procedure Call Protocol Specification" ,
RFC\ 1050, Sun Microsystems, Inc., RFC\ 1050, Sun Microsystems, Inc.,
USC-ISI. USC-ISI.

View File

@ -537,6 +537,7 @@ one of the most frequently used primitives, requires three.
Returns one if it succeeds, zero otherwise. Returns one if it succeeds, zero otherwise.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR rpc (3) .BR rpc (3)
.LP .LP
The following manuals: The following manuals:
.RS .RS

View File

@ -351,12 +351,14 @@ for example) before I/O can proceed again to a tape drive that was reset.
.BR hpsa (4), .BR hpsa (4),
.BR hpacucli (8), .BR hpacucli (8),
.BR hpacuxe (8), .BR hpacuxe (8),
.UR http://cciss.sf.net .UR http://cciss.sf.net
.UE , .UE ,
and the Linux kernel source files and
.I Documentation/blockdev/cciss.txt .I Documentation/blockdev/cciss.txt
and and
.I Documentation/ABI/testing/sysfs-bus-pci-devices-cciss .I Documentation/ABI/testing/sysfs-bus-pci-devices-cciss
in the Linux kernel source tree
.\" .SH AUTHORS .\" .SH AUTHORS
.\" Don Brace, Steve Cameron, Chase Maupin, Mike Miller, Michael Ni, .\" Don Brace, Steve Cameron, Chase Maupin, Mike Miller, Michael Ni,
.\" Charles White, Francis Wiran .\" Charles White, Francis Wiran

View File

@ -633,6 +633,7 @@ Use POSIX functions.
.BR charsets (7), .BR charsets (7),
.BR mapscrn (8), .BR mapscrn (8),
.BR resizecons (8), .BR resizecons (8),
.BR setfont (8), .BR setfont (8)
.IR /usr/include/linux/kd.h , .IR /usr/include/linux/kd.h ,
.I /usr/include/linux/vt.h .I /usr/include/linux/vt.h

View File

@ -182,12 +182,14 @@ for some examples.
.BR cciss_vol_status (8), .BR cciss_vol_status (8),
.BR hpacucli (8), .BR hpacucli (8),
.BR hpacuxe (8), .BR hpacuxe (8),
.UR http://cciss.sf.net .UR http://cciss.sf.net
.UE , .UE ,
and the Linux kernel source files and
.I Documentation/scsi/hpsa.txt .I Documentation/scsi/hpsa.txt
and and
.I Documentation/ABI/testing/sysfs-bus-pci-devices-cciss .I Documentation/ABI/testing/sysfs-bus-pci-devices-cciss
in the Linux kernel source tree
.\" .SH AUTHORS .\" .SH AUTHORS
.\" Don Brace, Steve Cameron, Tom Lawler, Mike Miller, Scott Teel .\" Don Brace, Steve Cameron, Tom Lawler, Mike Miller, Scott Teel
.\" and probably some other people. .\" and probably some other people.

View File

@ -477,7 +477,6 @@ The behavior may change in future versions of the Linux kernel.
.BR freeramdisk (8), .BR freeramdisk (8),
.BR rdev (8) .BR rdev (8)
The documentation file .I Documentation/initrd.txt
.I initrd.txt in the Linux kernel source tree, the LILO documentation,
in the kernel source package, the LILO documentation, the LOADLIN documentation, the SYSLINUX documentation
the LOADLIN documentation, the SYSLINUX documentation.

View File

@ -52,5 +52,5 @@ to load it explicitly before use:
$ \fImodprobe msr\fP $ \fImodprobe msr\fP
.SH SEE ALSO .SH SEE ALSO
Intel Corporation Intel 64 and IA-32 Architectures Intel Corporation Intel 64 and IA-32 Architectures
Software Developer's Manual Volume 3B Appendix B Software Developer's Manual Volume 3B Appendix B,
for an overview of the Intel CPU MSRs. for an overview of the Intel CPU MSRs.

View File

@ -336,5 +336,7 @@ capabilities that are not currently exposed by this API.
.BR time (2), .BR time (2),
.BR gmtime (3), .BR gmtime (3),
.BR time (7), .BR time (7),
.BR hwclock (8), .BR hwclock (8)
/usr/src/linux/Documentation/rtc.txt
.I Documentation/rtc.txt
in the Linux kernel source tree

View File

@ -956,6 +956,6 @@ The file
.I drivers/scsi/README.st .I drivers/scsi/README.st
or or
.I Documentation/scsi/st.txt .I Documentation/scsi/st.txt
(kernel >= 2.6) in the kernel sources contains (kernel >= 2.6) in the Linux kernel source tree contains
the most recent information about the driver and its configuration the most recent information about the driver and its configuration
possibilities. possibilities

View File

@ -117,7 +117,8 @@ I just found three, from 92,
.BR resolver (3), .BR resolver (3),
.BR resolver (5), .BR resolver (5),
.BR hostname (7), .BR hostname (7),
.BR named (8), .BR named (8)
Internet RFC\ 952 Internet RFC\ 952
.\" .SH AUTHOR .\" .SH AUTHOR
.\" This manual page was written by Manoj Srivastava <srivasta@debian.org>, .\" This manual page was written by Manoj Srivastava <srivasta@debian.org>,

View File

@ -217,4 +217,4 @@ Definition of
.BR protocols (5), .BR protocols (5),
.BR inetd (8) .BR inetd (8)
Assigned Numbers RFC, most recently RFC\ 1700, (AKA STD0002) Assigned Numbers RFC, most recently RFC\ 1700, (AKA STD0002).

View File

@ -154,6 +154,6 @@ such instants).
.BR ctime (3), .BR ctime (3),
.BR tzset (3), .BR tzset (3),
.BR tzselect (8), .BR tzselect (8),
and
.I timezone/tzfile.h .I timezone/tzfile.h
in the glibc source code. in the glibc source tree

View File

@ -455,6 +455,7 @@ main(int argc, char *argv[])
.BR aio_read (3), .BR aio_read (3),
.BR aio_return (3), .BR aio_return (3),
.BR aio_write (3), .BR aio_write (3),
.BR lio_listio (3), .BR lio_listio (3)
.UR http://www.squid-cache.org\:/~adrian\:/Reprint-Pulavarty-OLS2003.pdf .UR http://www.squid-cache.org\:/~adrian\:/Reprint-Pulavarty-OLS2003.pdf
.UE .UE

View File

@ -301,8 +301,6 @@ functionality together.
.BR ip (7) .BR ip (7)
.PP .PP
RFC\ 826 for a description of ARP. RFC\ 826 for a description of ARP.
.br
RFC\ 2461 for a description of IPv6 neighbor discovery and the base RFC\ 2461 for a description of IPv6 neighbor discovery and the base
algorithms used. algorithms used.
.LP
Linux 2.2+ IPv4 ARP uses the IPv6 algorithms when applicable. Linux 2.2+ IPv4 ARP uses the IPv6 algorithms when applicable.

View File

@ -1078,6 +1078,5 @@ created on the system.
.BR getcap (8), .BR getcap (8),
.BR setcap (8) .BR setcap (8)
.PP .PP
Comments on the purposes of various capabilities in
.I include/linux/capability.h .I include/linux/capability.h
in the kernel source in the Linux kernel source tree

View File

@ -1499,5 +1499,5 @@ syntax that works on any shell, but alas more obscurely, by using the
.BR migratepages (8), .BR migratepages (8),
.BR numactl (8) .BR numactl (8)
.PP .PP
The kernel source file .IR Documentation/cpusets.txt
.IR Documentation/cpusets.txt . in the Linux kernel source tree

View File

@ -594,9 +594,9 @@ main(int argc, char *argv[])
.SH SEE ALSO .SH SEE ALSO
.BR libc (7), .BR libc (7),
.BR standards (7) .BR standards (7)
.sp
The section "Feature Test Macros" under The section "Feature Test Macros" under
.IR "info libc" . .IR "info libc" .
.\" But beware: the info libc document is out of date (Jul 07, mtk) .\" But beware: the info libc document is out of date (Jul 07, mtk)
.sp
.I /usr/include/features.h .I /usr/include/features.h

View File

@ -111,7 +111,7 @@ primitives: it is by no means the only one.
.\" This page written by bert hubert. .\" This page written by bert hubert.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR futex (2) .BR futex (2)
.PP
.IR "Fuss, Futexes and Furwocks: Fast Userlevel Locking in Linux" .IR "Fuss, Futexes and Furwocks: Fast Userlevel Locking in Linux"
(proceedings of the Ottawa Linux Symposium 2002), (proceedings of the Ottawa Linux Symposium 2002),
futex example library, futex-*.tar.bz2 futex example library, futex-*.tar.bz2

View File

@ -445,5 +445,7 @@ unread event.
.BR inotify_init1 (2), .BR inotify_init1 (2),
.BR inotify_rm_watch (2), .BR inotify_rm_watch (2),
.BR read (2), .BR read (2),
.BR stat (2), .BR stat (2)
.IR Documentation/filesystems/inotify.txt .
.IR Documentation/filesystems/inotify.txt
in the Linux kernel source tree

View File

@ -1096,8 +1096,6 @@ does not work in some 2.2 kernels.
.BR udp (7) .BR udp (7)
.PP .PP
RFC\ 791 for the original IP specification. RFC\ 791 for the original IP specification.
.br
RFC\ 1122 for the IPv4 host requirements. RFC\ 1122 for the IPv4 host requirements.
.br
RFC\ 1812 for the IPv4 router requirements. RFC\ 1812 for the IPv4 router requirements.
.\" FIXME autobind INADDR REUSEADDR .\" FIXME autobind INADDR REUSEADDR

View File

@ -333,7 +333,6 @@ This man page is not complete.
.BR cmsg (3), .BR cmsg (3),
.BR ip (7) .BR ip (7)
.PP .PP
RFC\ 2553: IPv6 BASIC API. RFC\ 2553: IPv6 BASIC API;
Linux tries to be compliant to this. Linux tries to be compliant to this.
.PP
RFC\ 2460: IPv6 specification. RFC\ 2460: IPv6 specification.

View File

@ -172,8 +172,7 @@ _
.BR iso_8859-1 (7), .BR iso_8859-1 (7),
.BR iso_8859-15 (7), .BR iso_8859-15 (7),
.BR iso_8859-2 (7) .BR iso_8859-2 (7)
.P
Additional information:
.I ISO 8859-16 (Latin 10) Resources .I ISO 8859-16 (Latin 10) Resources
.UR http://bucovina.chem.tue.nl\:/fonturi\:/index-en.html .UR http://bucovina.chem.tue.nl\:/fonturi\:/index-en.html
.UE . .UE .

View File

@ -174,8 +174,7 @@ _
.BR ascii (7), .BR ascii (7),
.BR iso_8859-1 (7), .BR iso_8859-1 (7),
.BR iso_8859-16 (7) .BR iso_8859-16 (7)
.P
Additional information:
.I ISO 8859-2 (Latin 2) Resources .I ISO 8859-2 (Latin 2) Resources
.UR http://sizif.mf.uni-lj.si\:/linux\:/cee\:/iso8859-2.html .UR http://sizif.mf.uni-lj.si\:/linux\:/cee\:/iso8859-2.html
.UE . .UE .

View File

@ -190,7 +190,8 @@ _
.SH "SEE ALSO" .SH "SEE ALSO"
.BR ascii (7), .BR ascii (7),
.BR iso-8859-5 (7), .BR iso-8859-5 (7),
.BR koi8-u (7), .BR koi8-u (7)
RFC\ 1489, RFC\ 1489,
.UR http://koi8.pp.ru/ .UR http://koi8.pp.ru/
.UE .UE

View File

@ -260,5 +260,5 @@ An error can still be tested for using
.BR isgreater (3), .BR isgreater (3),
.BR matherr (3), .BR matherr (3),
.BR nan (3) .BR nan (3)
.br
.I "info libc" .I "info libc"

View File

@ -466,13 +466,13 @@ for (nh = (struct nlmsghdr *) buf; NLMSG_OK (nh, len);
.BR netlink (3), .BR netlink (3),
.BR capabilities (7), .BR capabilities (7),
.BR rtnetlink (7) .BR rtnetlink (7)
.PP
.UR ftp://ftp.inr.ac.ru\:/ip-routing\:/iproute2* .UR ftp://ftp.inr.ac.ru\:/ip-routing\:/iproute2*
information about libnetlink information about libnetlink
.UE .UE
.br
.UR http://people.suug.ch\:/~tgr\:/libnl/ .UR http://people.suug.ch\:/~tgr\:/libnl/
information about libnl information about libnl
.UE .UE
.br
RFC 3549 "Linux Netlink as an IP Services Protocol" RFC 3549 "Linux Netlink as an IP Services Protocol"

View File

@ -395,7 +395,6 @@ packets via
.BR socket (7) .BR socket (7)
RFC\ 894 for the standard IP Ethernet encapsulation. RFC\ 894 for the standard IP Ethernet encapsulation.
RFC\ 1700 for the IEEE 802.3 IP encapsulation. RFC\ 1700 for the IEEE 802.3 IP encapsulation.
The The

View File

@ -900,8 +900,8 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
.BR futex (7), .BR futex (7),
.BR sigevent (7), .BR sigevent (7),
.BR signal (7), .BR signal (7),
.br
and various Pthreads manual pages, for example: Various Pthreads manual pages, for example:
.BR pthread_attr_init (3), .BR pthread_attr_init (3),
.BR pthread_atfork (3), .BR pthread_atfork (3),
.BR pthread_cancel (3), .BR pthread_cancel (3),

View File

@ -271,8 +271,7 @@ call is always used.
.B RFC\ 1191 .B RFC\ 1191
for path MTU discovery. for path MTU discovery.
.B RFC\ 791 .B RFC\ 791
and the and the
.I <linux/ip.h> .I <linux/ip.h>
include file for the IP protocol. header file for the IP protocol.

View File

@ -766,5 +766,6 @@ none /spu spufs gid=spu 0 0
.BR close (2), .BR close (2),
.BR spu_create (2), .BR spu_create (2),
.BR spu_run (2), .BR spu_run (2),
.BR capabilities (7), .BR capabilities (7)
.I The Cell Broadband Engine Architecture (CBEA) specification .I The Cell Broadband Engine Architecture (CBEA) specification

View File

@ -147,6 +147,7 @@ UDP-Litev4/v6 first appeared in Linux 2.6.20.
.BR socket (7), .BR socket (7),
.BR udp (7) .BR udp (7)
RFC\ 3828 for the Lightweight User Datagram Protocol (UDP-Lite) RFC\ 3828 for the Lightweight User Datagram Protocol (UDP-Lite).
.br
.I Documentation/networking/udplite.txt .I Documentation/networking/udplite.txt
in the Linux kernel source tree

View File

@ -706,7 +706,8 @@ tools) and invokes the right tool for any URI.
.BR lynx (1), .BR lynx (1),
.BR man2html (1), .BR man2html (1),
.BR mailaddr (7), .BR mailaddr (7),
.BR utf-8 (7), .BR utf-8 (7)
.UR http://www.ietf.org\:/rfc\:/rfc2255.txt .UR http://www.ietf.org\:/rfc\:/rfc2255.txt
IETF RFC\ 2255 IETF RFC\ 2255
.UE .UE

View File

@ -117,7 +117,5 @@ if a reset occurred, data might be lost without notice.
Jonathan Simon Naylor: Jonathan Simon Naylor:
\(lqThe Re-Analysis and Re-Implementation of X.25.\(rq \(lqThe Re-Analysis and Re-Implementation of X.25.\(rq
The URL is The URL is
.RS
.UR ftp://ftp.pspt.fi\:/pub\:/ham\:/linux\:/ax25\:/x25doc.tgz .UR ftp://ftp.pspt.fi\:/pub\:/ham\:/linux\:/ax25\:/x25doc.tgz
.UE .UE .
.RE