diff options
| author | David Prévot <taffit@debian.org> | 2012-09-24 09:53:22 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-09-24 09:53:22 +0200 |
| commit | 173fe7e792ba6fb9c565706afb542db366153013 (patch) | |
| tree | deb580817de414a62c155acc1f418798d3c5fe2e /man7 | |
| parent | 318c814291efc6a0efae4275857fa7a2a8ca66f3 (diff) | |
| download | man-pages-173fe7e792ba6fb9c565706afb542db366153013.tar.gz | |
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>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/aio.7 | 3 | ||||
| -rw-r--r-- | man7/arp.7 | 2 | ||||
| -rw-r--r-- | man7/capabilities.7 | 3 | ||||
| -rw-r--r-- | man7/cpuset.7 | 4 | ||||
| -rw-r--r-- | man7/feature_test_macros.7 | 4 | ||||
| -rw-r--r-- | man7/futex.7 | 2 | ||||
| -rw-r--r-- | man7/inotify.7 | 6 | ||||
| -rw-r--r-- | man7/ip.7 | 2 | ||||
| -rw-r--r-- | man7/ipv6.7 | 3 | ||||
| -rw-r--r-- | man7/iso_8859-16.7 | 3 | ||||
| -rw-r--r-- | man7/iso_8859-2.7 | 3 | ||||
| -rw-r--r-- | man7/koi8-r.7 | 3 | ||||
| -rw-r--r-- | man7/math_error.7 | 2 | ||||
| -rw-r--r-- | man7/netlink.7 | 6 | ||||
| -rw-r--r-- | man7/packet.7 | 1 | ||||
| -rw-r--r-- | man7/pthreads.7 | 4 | ||||
| -rw-r--r-- | man7/raw.7 | 3 | ||||
| -rw-r--r-- | man7/spufs.7 | 3 | ||||
| -rw-r--r-- | man7/udplite.7 | 5 | ||||
| -rw-r--r-- | man7/uri.7 | 3 | ||||
| -rw-r--r-- | man7/x25.7 | 4 |
21 files changed, 32 insertions, 37 deletions
diff --git a/man7/aio.7 b/man7/aio.7 index 37562c1d41..2b17c8cdac 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -455,6 +455,7 @@ main(int argc, char *argv[]) .BR aio_read (3), .BR aio_return (3), .BR aio_write (3), -.BR lio_listio (3), +.BR lio_listio (3) + .UR http://www.squid-cache.org\:/~adrian\:/Reprint-Pulavarty-OLS2003.pdf .UE diff --git a/man7/arp.7 b/man7/arp.7 index 12fb57cd86..50cdc40729 100644 --- a/man7/arp.7 +++ b/man7/arp.7 @@ -301,8 +301,6 @@ functionality together. .BR ip (7) .PP RFC\ 826 for a description of ARP. -.br RFC\ 2461 for a description of IPv6 neighbor discovery and the base algorithms used. -.LP Linux 2.2+ IPv4 ARP uses the IPv6 algorithms when applicable. diff --git a/man7/capabilities.7 b/man7/capabilities.7 index 61290ff2cc..1d1d4c9224 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -1078,6 +1078,5 @@ created on the system. .BR getcap (8), .BR setcap (8) .PP -Comments on the purposes of various capabilities in .I include/linux/capability.h -in the kernel source +in the Linux kernel source tree diff --git a/man7/cpuset.7 b/man7/cpuset.7 index 52943fbea3..4803b8f803 100644 --- a/man7/cpuset.7 +++ b/man7/cpuset.7 @@ -1499,5 +1499,5 @@ syntax that works on any shell, but alas more obscurely, by using the .BR migratepages (8), .BR numactl (8) .PP -The kernel source file -.IR Documentation/cpusets.txt . +.IR Documentation/cpusets.txt +in the Linux kernel source tree diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index 135fa0511b..f8ae7520b4 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -594,9 +594,9 @@ main(int argc, char *argv[]) .SH SEE ALSO .BR libc (7), .BR standards (7) -.sp + The section "Feature Test Macros" under .IR "info libc" . .\" But beware: the info libc document is out of date (Jul 07, mtk) -.sp + .I /usr/include/features.h diff --git a/man7/futex.7 b/man7/futex.7 index bafa14155f..367f732cff 100644 --- a/man7/futex.7 +++ b/man7/futex.7 @@ -111,7 +111,7 @@ primitives: it is by no means the only one. .\" This page written by bert hubert. .SH "SEE ALSO" .BR futex (2) -.PP + .IR "Fuss, Futexes and Furwocks: Fast Userlevel Locking in Linux" (proceedings of the Ottawa Linux Symposium 2002), futex example library, futex-*.tar.bz2 diff --git a/man7/inotify.7 b/man7/inotify.7 index 2992fdc95d..25c2bd9d9d 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -445,5 +445,7 @@ unread event. .BR inotify_init1 (2), .BR inotify_rm_watch (2), .BR read (2), -.BR stat (2), -.IR Documentation/filesystems/inotify.txt . +.BR stat (2) + +.IR Documentation/filesystems/inotify.txt +in the Linux kernel source tree @@ -1096,8 +1096,6 @@ does not work in some 2.2 kernels. .BR udp (7) .PP RFC\ 791 for the original IP specification. -.br RFC\ 1122 for the IPv4 host requirements. -.br RFC\ 1812 for the IPv4 router requirements. .\" FIXME autobind INADDR REUSEADDR diff --git a/man7/ipv6.7 b/man7/ipv6.7 index ce75541f54..c53908317d 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -333,7 +333,6 @@ This man page is not complete. .BR cmsg (3), .BR ip (7) .PP -RFC\ 2553: IPv6 BASIC API. +RFC\ 2553: IPv6 BASIC API; Linux tries to be compliant to this. -.PP RFC\ 2460: IPv6 specification. diff --git a/man7/iso_8859-16.7 b/man7/iso_8859-16.7 index db6e509882..968bbaaede 100644 --- a/man7/iso_8859-16.7 +++ b/man7/iso_8859-16.7 @@ -172,8 +172,7 @@ _ .BR iso_8859-1 (7), .BR iso_8859-15 (7), .BR iso_8859-2 (7) -.P -Additional information: + .I ISO 8859-16 (Latin 10) Resources .UR http://bucovina.chem.tue.nl\:/fonturi\:/index-en.html .UE . diff --git a/man7/iso_8859-2.7 b/man7/iso_8859-2.7 index f3b609e203..b5b3d1fdff 100644 --- a/man7/iso_8859-2.7 +++ b/man7/iso_8859-2.7 @@ -174,8 +174,7 @@ _ .BR ascii (7), .BR iso_8859-1 (7), .BR iso_8859-16 (7) -.P -Additional information: + .I ISO 8859-2 (Latin 2) Resources .UR http://sizif.mf.uni-lj.si\:/linux\:/cee\:/iso8859-2.html .UE . diff --git a/man7/koi8-r.7 b/man7/koi8-r.7 index a758e03b34..8944ff12a1 100644 --- a/man7/koi8-r.7 +++ b/man7/koi8-r.7 @@ -190,7 +190,8 @@ _ .SH "SEE ALSO" .BR ascii (7), .BR iso-8859-5 (7), -.BR koi8-u (7), +.BR koi8-u (7) + RFC\ 1489, .UR http://koi8.pp.ru/ .UE diff --git a/man7/math_error.7 b/man7/math_error.7 index eae7735bf3..e0369d3131 100644 --- a/man7/math_error.7 +++ b/man7/math_error.7 @@ -260,5 +260,5 @@ An error can still be tested for using .BR isgreater (3), .BR matherr (3), .BR nan (3) -.br + .I "info libc" diff --git a/man7/netlink.7 b/man7/netlink.7 index 9fd470f1e8..ec3bf24885 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -466,13 +466,13 @@ for (nh = (struct nlmsghdr *) buf; NLMSG_OK (nh, len); .BR netlink (3), .BR capabilities (7), .BR rtnetlink (7) -.PP + .UR ftp://ftp.inr.ac.ru\:/ip-routing\:/iproute2* information about libnetlink .UE -.br + .UR http://people.suug.ch\:/~tgr\:/libnl/ information about libnl .UE -.br + RFC 3549 "Linux Netlink as an IP Services Protocol" diff --git a/man7/packet.7 b/man7/packet.7 index 374f6da8ab..81948905cf 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -395,7 +395,6 @@ packets via .BR socket (7) RFC\ 894 for the standard IP Ethernet encapsulation. - RFC\ 1700 for the IEEE 802.3 IP encapsulation. The diff --git a/man7/pthreads.7 b/man7/pthreads.7 index d2740b6271..9d438db0cd 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -900,8 +900,8 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\ .BR futex (7), .BR sigevent (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_atfork (3), .BR pthread_cancel (3), diff --git a/man7/raw.7 b/man7/raw.7 index de61228735..868848b2a4 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -271,8 +271,7 @@ call is always used. .B RFC\ 1191 for path MTU discovery. - .B RFC\ 791 and the .I <linux/ip.h> -include file for the IP protocol. +header file for the IP protocol. diff --git a/man7/spufs.7 b/man7/spufs.7 index 9caea7c798..5eb38dc43c 100644 --- a/man7/spufs.7 +++ b/man7/spufs.7 @@ -766,5 +766,6 @@ none /spu spufs gid=spu 0 0 .BR close (2), .BR spu_create (2), .BR spu_run (2), -.BR capabilities (7), +.BR capabilities (7) + .I The Cell Broadband Engine Architecture (CBEA) specification diff --git a/man7/udplite.7 b/man7/udplite.7 index a090c87feb..5aa7fc2552 100644 --- a/man7/udplite.7 +++ b/man7/udplite.7 @@ -147,6 +147,7 @@ UDP-Litev4/v6 first appeared in Linux 2.6.20. .BR socket (7), .BR udp (7) -RFC\ 3828 for the Lightweight User Datagram Protocol (UDP-Lite) -.br +RFC\ 3828 for the Lightweight User Datagram Protocol (UDP-Lite). + .I Documentation/networking/udplite.txt +in the Linux kernel source tree diff --git a/man7/uri.7 b/man7/uri.7 index 9e7d7f7936..5606f7fe5e 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -706,7 +706,8 @@ tools) and invokes the right tool for any URI. .BR lynx (1), .BR man2html (1), .BR mailaddr (7), -.BR utf-8 (7), +.BR utf-8 (7) + .UR http://www.ietf.org\:/rfc\:/rfc2255.txt IETF RFC\ 2255 .UE diff --git a/man7/x25.7 b/man7/x25.7 index acf2478c0a..ac6b8cb365 100644 --- a/man7/x25.7 +++ b/man7/x25.7 @@ -117,7 +117,5 @@ if a reset occurred, data might be lost without notice. Jonathan Simon Naylor: \(lqThe Re-Analysis and Re-Implementation of X.25.\(rq The URL is -.RS .UR ftp://ftp.pspt.fi\:/pub\:/ham\:/linux\:/ax25\:/x25doc.tgz -.UE -.RE +.UE . |
