summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-01-20 23:23:22 +0000
committerwosch <wosch@FreeBSD.org>1997-01-20 23:23:22 +0000
commit6d0dbd7455d2457305fad8dab1cbd93d75cf5771 (patch)
tree23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libpthread
parentc25e822b141074240801584c2f7942c95bff2f68 (diff)
downloadFreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.zip
FreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.tar.gz
Sort cross references.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_create.34
-rw-r--r--lib/libpthread/man/pthread_exit.36
-rw-r--r--lib/libpthread/man/pthread_join.34
-rw-r--r--lib/libpthread/man/pthread_key_create.34
-rw-r--r--lib/libpthread/man/pthread_key_delete.32
-rw-r--r--lib/libpthread/man/pthread_setspecific.34
6 files changed, 12 insertions, 12 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3
index 5ac24e8..aa81588 100644
--- a/lib/libpthread/man/pthread_create.3
+++ b/lib/libpthread/man/pthread_create.3
@@ -99,9 +99,9 @@ is invalid.
.El
.Pp
.Sh SEE ALSO
+.Xr fork 2 ,
.Xr pthread_exit 3 ,
-.Xr pthread_join 3 ,
-.Xr fork 2
+.Xr pthread_join 3
.Sh STANDARDS
.Fn pthread_create
is expected to conform to IEEE
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3
index 99b5b1f..aad365e 100644
--- a/lib/libpthread/man/pthread_exit.3
+++ b/lib/libpthread/man/pthread_exit.3
@@ -88,10 +88,10 @@ function cannot return to its caller.
None.
.Pp
.Sh SEE ALSO
-.Xr pthread_create 3 ,
-.Xr pthread_join 3 ,
+.Xr _exit 2 ,
.Xr exit 2 ,
-.Xr _exit 2
+.Xr pthread_create 3 ,
+.Xr pthread_join 3
.Sh STANDARDS
.Fn pthread_exit
is expected to conform to IEEE
diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3
index 374b832..cabf319 100644
--- a/lib/libpthread/man/pthread_join.3
+++ b/lib/libpthread/man/pthread_join.3
@@ -91,8 +91,8 @@ specifies the calling thread.
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_create 3 ,
-.Xr wait 2
+.Xr wait 2 ,
+.Xr pthread_create 3
.Sh STANDARDS
.Fn pthread_join
is expected to conform to IEEE
diff --git a/lib/libpthread/man/pthread_key_create.3 b/lib/libpthread/man/pthread_key_create.3
index 1bcf9e0..25165ce 100644
--- a/lib/libpthread/man/pthread_key_create.3
+++ b/lib/libpthread/man/pthread_key_create.3
@@ -89,8 +89,8 @@ Insufficient memory exists to create the key.
.Pp
.Sh SEE ALSO
.Xr pthread_getspecific 3 ,
-.Xr pthread_setspecific 3 ,
-.Xr pthread_key_delete 3
+.Xr pthread_key_delete 3 ,
+.Xr pthread_setspecific 3
.Sh STANDARDS
.Fn pthread_key_create
is expected to conform to IEEE
diff --git a/lib/libpthread/man/pthread_key_delete.3 b/lib/libpthread/man/pthread_key_delete.3
index 732c562..badfa8c 100644
--- a/lib/libpthread/man/pthread_key_delete.3
+++ b/lib/libpthread/man/pthread_key_delete.3
@@ -82,8 +82,8 @@ value is invalid.
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_key_create 3 ,
.Xr pthread_getspecific 3 ,
+.Xr pthread_key_create 3 ,
.Xr pthread_setspecific 3
.Sh STANDARDS
.Fn pthread_key_delete
diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3
index 05b947f..838b587 100644
--- a/lib/libpthread/man/pthread_setspecific.3
+++ b/lib/libpthread/man/pthread_setspecific.3
@@ -81,9 +81,9 @@ value is invalid.
.El
.Pp
.Sh SEE ALSO
+.Xr pthread_getspecific 3 ,
.Xr pthread_key_create 3 ,
-.Xr pthread_key_delete 3 ,
-.Xr pthread_getspecific 3
+.Xr pthread_key_delete 3
.Sh STANDARDS
.Fn pthread_setspecific
is expected to conform to IEEE
OpenPOWER on IntegriCloud