summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-24 13:41:48 +0000
committerru <ru@FreeBSD.org>2002-12-24 13:41:48 +0000
commit4979ab8d816b8ab1d2eb74e7179f8f63e04f0972 (patch)
tree3a2594ccf0dfa39e2b9d787edfbc673670ae29da /lib
parenta59d939300a476e89fd904d21bef510b0d7f7da0 (diff)
downloadFreeBSD-src-4979ab8d816b8ab1d2eb74e7179f8f63e04f0972.zip
FreeBSD-src-4979ab8d816b8ab1d2eb74e7179f8f63e04f0972.tar.gz
mdoc(7) police: Deal with self-xrefs.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/mbrune.31
-rw-r--r--lib/libc/stdio/mktemp.32
-rw-r--r--lib/libc/stdlib/malloc.32
-rw-r--r--lib/libc/sys/fcntl.22
-rw-r--r--lib/libc/sys/vfork.22
-rw-r--r--lib/libc_r/man/pthread_rwlock_wrlock.37
-rw-r--r--lib/libc_r/man/pthread_rwlockattr_setpshared.32
-rw-r--r--lib/libkvm/kvm.32
-rw-r--r--lib/libpthread/man/pthread_rwlock_wrlock.36
-rw-r--r--lib/libpthread/man/pthread_rwlockattr_setpshared.32
10 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc/locale/mbrune.3 b/lib/libc/locale/mbrune.3
index 557d929..d6f66c1 100644
--- a/lib/libc/locale/mbrune.3
+++ b/lib/libc/locale/mbrune.3
@@ -157,7 +157,6 @@ if the
.Fa pattern
does not appear in the string.
.Sh "SEE ALSO
-.Xr mbrune 3 ,
.Xr rune 3 ,
.Xr setlocale 3 ,
.Xr euc 4 ,
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 5c9de2e..e875a03 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -102,7 +102,7 @@ is told the length of the suffix string.
The
.Fn mkdtemp
function makes the same replacement to the template as in
-.Xr mktemp 3
+.Fn mktemp
and creates the template directory, mode 0700.
.Sh RETURN VALUES
The
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index b6084d6..d1f081b 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -487,7 +487,7 @@ It first appeared in its new shape and ability in
.Fx 2.2 .
.Pp
The
-.Xr reallocf 3
+.Fn reallocf
function first appeared in
.Fx 3.0 .
.Sh AUTHORS
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index c9dc8e7..c3d0231 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -343,7 +343,7 @@ to their children.
Note that
.Xr flock 2
and
-.Xr fcntl 2
+.Fn fcntl
locks may be safely used concurrently but
.Fn fcntl F_GETLK
returns \-1 in
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index 113dff9..433f42d 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -115,7 +115,7 @@ This system call will be eliminated when proper system sharing
mechanisms are implemented.
Users should not depend on the memory
sharing semantics of
-.Xr vfork 2
+.Fn vfork
as it will, in that case, be made synonymous to
.Xr fork 2 .
.Pp
diff --git a/lib/libc_r/man/pthread_rwlock_wrlock.3 b/lib/libc_r/man/pthread_rwlock_wrlock.3
index 55ab5f9..c74a466 100644
--- a/lib/libc_r/man/pthread_rwlock_wrlock.3
+++ b/lib/libc_r/man/pthread_rwlock_wrlock.3
@@ -61,9 +61,10 @@ and
functions will return zero. Otherwise an error number will be returned
to indicate the error.
.Sh SEE ALSO
-.Xr pthread_rwlock_trywrlock 3 ,
-.Xr pthread_rwlock_unlock 3 ,
-.Xr pthread_rwlock_wrlock 3
+.Xr pthread_rwlock_init 3 ,
+.Xr pthread_rwlock_rdlock 3 ,
+.Xr pthread_rwlock_tryrdlock 3 ,
+.Xr pthread_rwlock_unlock 3
.Sh STANDARDS
The
.Fn pthread_rwlock_wrlock
diff --git a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 b/lib/libc_r/man/pthread_rwlockattr_setpshared.3
index 48b854d..e19e66c 100644
--- a/lib/libc_r/man/pthread_rwlockattr_setpshared.3
+++ b/lib/libc_r/man/pthread_rwlockattr_setpshared.3
@@ -60,8 +60,8 @@ If successful, the
function will return zero. Otherwise an error number will be returned
to indicate the error.
.Sh SEE ALSO
+.Xr pthread_rwlockattr_getpshared 3 ,
.Xr pthread_rwlockattr_init 3 ,
-.Xr pthread_rwlockattr_setpshared 3 ,
.Xr pthread_rwlock_init 3
.Sh STANDARDS
The
diff --git a/lib/libkvm/kvm.3 b/lib/libkvm/kvm.3
index dfa369a..35c0dba 100644
--- a/lib/libkvm/kvm.3
+++ b/lib/libkvm/kvm.3
@@ -46,7 +46,7 @@
.Lb libkvm
.Sh DESCRIPTION
The
-.Xr kvm 3
+.Nm
library provides a uniform interface for accessing kernel virtual memory
images, including live systems and crash dumps.
Access to live systems is via
diff --git a/lib/libpthread/man/pthread_rwlock_wrlock.3 b/lib/libpthread/man/pthread_rwlock_wrlock.3
index a73c194..c5e9f99 100644
--- a/lib/libpthread/man/pthread_rwlock_wrlock.3
+++ b/lib/libpthread/man/pthread_rwlock_wrlock.3
@@ -61,9 +61,9 @@ and
functions will return zero. Otherwise an error number will be returned
to indicate the error.
.Sh SEE ALSO
-.Xr pthread_rwlock_trywrlock 3 ,
-.Xr pthread_rwlock_unlock 3 ,
-.Xr pthread_rwlock_wrlock 3
+.Xr pthread_rwlock_rdlock 3 ,
+.Xr pthread_rwlock_tryrdlock 3 ,
+.Xr pthread_rwlock_unlock 3
.Sh STANDARDS
The
.Fn pthread_rwlock_wrlock
diff --git a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 b/lib/libpthread/man/pthread_rwlockattr_setpshared.3
index 2ee7d9e..a4fba8c 100644
--- a/lib/libpthread/man/pthread_rwlockattr_setpshared.3
+++ b/lib/libpthread/man/pthread_rwlockattr_setpshared.3
@@ -60,8 +60,8 @@ If successful, the
function will return zero. Otherwise an error number will be returned
to indicate the error.
.Sh SEE ALSO
+.Xr pthread_rwlockattr_getpshared 3 ,
.Xr pthread_rwlockattr_init 3 ,
-.Xr pthread_rwlockattr_setpshared 3 ,
.Xr pthread_rwlock_init 3
.Sh STANDARDS
The
OpenPOWER on IntegriCloud