aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/btree.36
-rw-r--r--man3/dbopen.32
-rw-r--r--man3/dl_iterate_phdr.36
-rw-r--r--man3/dlopen.33
-rw-r--r--man3/getnameinfo.314
-rw-r--r--man3/hash.34
-rw-r--r--man3/lockf.313
-rw-r--r--man3/netlink.33
-rw-r--r--man3/recno.32
-rw-r--r--man3/rpc.33
-rw-r--r--man3/xdr.31
11 files changed, 29 insertions, 28 deletions
diff --git a/man3/btree.3 b/man3/btree.3
index 1bc61eb5dc..e1a4c7c248 100644
--- a/man3/btree.3
+++ b/man3/btree.3
@@ -240,13 +240,13 @@ Only big and little endian byte order is supported.
.BR hash (3),
.BR mpool (3),
.BR recno (3)
-.sp
+
.IR "The Ubiquitous B-tree" ,
Douglas Comer, ACM Comput. Surv. 11, 2 (June 1979), 121-138.
-.sp
+
.IR "Prefix B-trees" ,
Bayer and Unterauer, ACM Transactions on Database Systems, Vol. 2, 1
(March 1977), 11-26.
-.sp
+
.IR "The Art of Computer Programming Vol. 3: Sorting and Searching" ,
D.E. Knuth, 1968, pp 471-480.
diff --git a/man3/dbopen.3 b/man3/dbopen.3
index 5bc8495f84..637def358b 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -554,6 +554,6 @@ locking, or transactions.
.BR hash (3),
.BR mpool (3),
.BR recno (3)
-.sp
+
.IR "LIBTP: Portable, Modular Transactions for UNIX" ,
Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992.
diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
index fa19597915..fbc30f6ef4 100644
--- a/man3/dl_iterate_phdr.3
+++ b/man3/dl_iterate_phdr.3
@@ -198,7 +198,7 @@ main(int argc, char *argv[])
.BR readelf (1),
.BR dlopen (3),
.BR elf (5),
-.BR ld.so (8),
-and the
-.I "Executable and Linking Format Specification"
+.BR ld.so (8)
+
+.IR "Executable and Linking Format Specification" ,
available at various locations online.
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 808736a46f..e2a50950dc 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -510,5 +510,6 @@ follows, using \fIbar.c\fP as the example name:
.BR dl_iterate_phdr (3),
.BR rtld-audit (7),
.BR ld.so (8),
-.BR ldconfig (8),
+.BR ldconfig (8)
+
ld.so info pages, gcc info pages, ld info pages
diff --git a/man3/getnameinfo.3 b/man3/getnameinfo.3
index fd5df7cc9c..f1001cd817 100644
--- a/man3/getnameinfo.3
+++ b/man3/getnameinfo.3
@@ -284,21 +284,21 @@ can be found in
.BR services (5),
.BR hostname (7),
.BR named (8)
-.LP
+
R. Gilligan, S. Thomson, J. Bound and W. Stevens,
.IR "Basic Socket Interface Extensions for IPv6" ,
RFC\ 2553, March 1999.
-.LP
+
Tatsuya Jinmei and Atsushi Onoe,
.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
-.UE
-.LP
+.UE .
+
Craig Metz,
.IR "Protocol Independence Using the Sockets API" ,
Proceedings of the freenix track:
-2000 USENIX annual technical conference, June 2000.
+2000 USENIX annual technical conference, June 2000
.ad l
.UR http://www.usenix.org\:/publications\:/library\:/proceedings\:/usenix2000\:/freenix\:/metzprotocol.html
-.UE
+.UE .
diff --git a/man3/hash.3 b/man3/hash.3
index 645eb958d3..4af6d1f124 100644
--- a/man3/hash.3
+++ b/man3/hash.3
@@ -160,9 +160,9 @@ Only big and little endian byte order are supported.
.BR dbopen (3),
.BR mpool (3),
.BR recno (3)
-.sp
+
.IR "Dynamic Hash Tables" ,
Per-Ake Larson, Communications of the ACM, April 1988.
-.sp
+
.IR "A New Hash Package for UNIX" ,
Margo Seltzer, USENIX Proceedings, Winter 1991.
diff --git a/man3/lockf.3 b/man3/lockf.3
index 84b5143f42..e178b25d19 100644
--- a/man3/lockf.3
+++ b/man3/lockf.3
@@ -150,16 +150,15 @@ SVr4, POSIX.1-2001.
.SH "SEE ALSO"
.BR fcntl (2),
.BR flock (2)
-.br
-There are also
+
.I locks.txt
and
.I mandatory-locking.txt
-in the kernel source directory
-.IR Documentation/filesystems .
-(On older kernels, these files are directly under the
-.I Documentation/
+in the Linux kernel source directory
+.IR Documentation/filesystems
+(on older kernels, these files are directly under the
+.I Documentation
directory, and
.I mandatory-locking.txt
is called
-.IR mandatory.txt .)
+.IR mandatory.txt )
diff --git a/man3/netlink.3 b/man3/netlink.3
index 771fb8b882..20db760022 100644
--- a/man3/netlink.3
+++ b/man3/netlink.3
@@ -87,8 +87,7 @@ It is often better to use netlink via
than via the low-level kernel interface.
.SH "SEE ALSO"
.BR netlink (7)
-.br
-and
+
.UR ftp://ftp.inr.ac.ru\:/ip-routing\:/iproute2*
.UE
for libnetlink
diff --git a/man3/recno.3 b/man3/recno.3
index 9ca083d4a3..843ab1efae 100644
--- a/man3/recno.3
+++ b/man3/recno.3
@@ -224,7 +224,7 @@ Only big and little endian byte order is supported.
.BR dbopen (3),
.BR hash (3),
.BR mpool (3)
-.sp
+
.IR "Document Processing in a Relational Database System" ,
Michael Stonebraker, Heidi Stettner, Joseph Kalash, Antonin Guttman,
Nadene Lynn, Memorandum No. UCB/ERL M82/32, May 1982.
diff --git a/man3/rpc.3 b/man3/rpc.3
index 545cea490f..e4d8188f9c 100644
--- a/man3/rpc.3
+++ b/man3/rpc.3
@@ -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
.\" .BR rpc_secure (3),
.BR xdr (3)
-.br
+
The following manuals:
.RS
Remote Procedure Calls: Protocol Specification
@@ -1109,6 +1109,7 @@ Remote Procedure Call Programming Guide
rpcgen Programming Guide
.br
.RE
+
.IR "RPC: Remote Procedure Call Protocol Specification" ,
RFC\ 1050, Sun Microsystems, Inc.,
USC-ISI.
diff --git a/man3/xdr.3 b/man3/xdr.3
index da02912e8e..d717e1f462 100644
--- a/man3/xdr.3
+++ b/man3/xdr.3
@@ -537,6 +537,7 @@ one of the most frequently used primitives, requires three.
Returns one if it succeeds, zero otherwise.
.SH "SEE ALSO"
.BR rpc (3)
+
.LP
The following manuals:
.RS