summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-13 16:53:51 +0000
committerru <ru@FreeBSD.org>2002-12-13 16:53:51 +0000
commit311f3f365619895fe10f9545c7a024b5e4f929eb (patch)
tree0e8c7e45cfee821bdd458c9d0992458da7e88902 /share
parentb260d5936a32542bd1641cc707c0ef53b39f1144 (diff)
downloadFreeBSD-src-311f3f365619895fe10f9545c7a024b5e4f929eb.zip
FreeBSD-src-311f3f365619895fe10f9545c7a024b5e4f929eb.tar.gz
mdoc(7) police: sort xrefs in SEE ALSO.
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/pthread.314
-rw-r--r--share/man/man4/raid.42
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3
index 4d921f8..7a8abcf 100644
--- a/share/man/man3/pthread.3
+++ b/share/man/man3/pthread.3
@@ -457,14 +457,14 @@ instead of
.Sh SEE ALSO
.Xr pthread_cleanup_pop 3 ,
.Xr pthread_cleanup_push 3 ,
+.Xr pthread_condattr_destroy 3 ,
+.Xr pthread_condattr_init 3 ,
.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_destroy 3 ,
.Xr pthread_cond_init 3 ,
.Xr pthread_cond_signal 3 ,
.Xr pthread_cond_timedwait 3 ,
.Xr pthread_cond_wait 3 ,
-.Xr pthread_condattr_destroy 3 ,
-.Xr pthread_condattr_init 3 ,
.Xr pthread_create 3 ,
.Xr pthread_detach 3 ,
.Xr pthread_equal 3 ,
@@ -473,11 +473,6 @@ instead of
.Xr pthread_join 3 ,
.Xr pthread_key_delete 3 ,
.Xr pthread_kill 3 ,
-.Xr pthread_mutex_destroy 3 ,
-.Xr pthread_mutex_init 3 ,
-.Xr pthread_mutex_lock 3 ,
-.Xr pthread_mutex_trylock 3 ,
-.Xr pthread_mutex_unlock 3 ,
.Xr pthread_mutexattr_destroy 3 ,
.Xr pthread_mutexattr_getprioceiling 3 ,
.Xr pthread_mutexattr_getprotocol 3 ,
@@ -486,6 +481,11 @@ instead of
.Xr pthread_mutexattr_setprioceiling 3 ,
.Xr pthread_mutexattr_setprotocol 3 ,
.Xr pthread_mutexattr_settype 3 ,
+.Xr pthread_mutex_destroy 3 ,
+.Xr pthread_mutex_init 3 ,
+.Xr pthread_mutex_lock 3 ,
+.Xr pthread_mutex_trylock 3 ,
+.Xr pthread_mutex_unlock 3 ,
.Xr pthread_once 3 ,
.Xr pthread_rwlockattr_destroy 3 ,
.Xr pthread_rwlockattr_getpshared 3 ,
diff --git a/share/man/man4/raid.4 b/share/man/man4/raid.4
index dd5cfb8..9f729ce 100644
--- a/share/man/man4/raid.4
+++ b/share/man/man4/raid.4
@@ -283,11 +283,11 @@ device special files.
.El
.Pp
.Sh SEE ALSO
-.Xr raidctl 8 ,
.Xr config 8 ,
.Xr fsck 8 ,
.Xr mount 8 ,
.Xr newfs 8 ,
+.Xr raidctl 8
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud