summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1998-08-31 16:41:09 +0000
committerwosch <wosch@FreeBSD.org>1998-08-31 16:41:09 +0000
commit68cda92e4a0af0935407074f90fc00b96cee6f23 (patch)
tree64abab98aac0f70ff617b3200b2e663292ef7fc2 /share
parente8396430fbd509920306a84bd6578f58570e0b1b (diff)
downloadFreeBSD-src-68cda92e4a0af0935407074f90fc00b96cee6f23.zip
FreeBSD-src-68cda92e4a0af0935407074f90fc00b96cee6f23.tar.gz
Sort cross references.
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/pthread_cond_broadcast.36
-rw-r--r--share/man/man3/pthread_cond_destroy.36
-rw-r--r--share/man/man3/pthread_cond_init.36
-rw-r--r--share/man/man3/pthread_cond_signal.36
-rw-r--r--share/man/man3/pthread_cond_timedwait.36
-rw-r--r--share/man/man3/pthread_cond_wait.36
-rw-r--r--share/man/man3/pthread_create.34
-rw-r--r--share/man/man3/pthread_mutex_destroy.34
-rw-r--r--share/man/man3/pthread_mutex_init.34
-rw-r--r--share/man/man3/pthread_mutex_lock.36
-rw-r--r--share/man/man3/pthread_mutex_trylock.36
-rw-r--r--share/man/man3/pthread_mutex_unlock.36
-rw-r--r--share/man/man4/en.44
-rw-r--r--share/man/man4/man4.i386/en.44
-rw-r--r--share/man/man4/man4.i386/wfd.44
-rw-r--r--share/man/man4/man4.i386/wl.44
-rw-r--r--share/man/man4/ssc.46
-rw-r--r--share/man/man5/passwd.56
-rw-r--r--share/man/man9/devfs_add_devswf.94
-rw-r--r--share/man/man9/devfs_link.94
-rw-r--r--share/man/man9/devfs_remove_dev.94
21 files changed, 53 insertions, 53 deletions
diff --git a/share/man/man3/pthread_cond_broadcast.3 b/share/man/man3/pthread_cond_broadcast.3
index e302838..3b39287 100644
--- a/share/man/man3/pthread_cond_broadcast.3
+++ b/share/man/man3/pthread_cond_broadcast.3
@@ -56,11 +56,11 @@ is invalid.
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_cond_init 3 ,
.Xr pthread_cond_destroy 3 ,
-.Xr pthread_cond_wait 3 ,
+.Xr pthread_cond_init 3 ,
+.Xr pthread_cond_signal 3 ,
.Xr pthread_cond_timedwait 3 ,
-.Xr pthread_cond_signal 3
+.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_broadcast
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_cond_destroy.3 b/share/man/man3/pthread_cond_destroy.3
index a14c30a..22921b4 100644
--- a/share/man/man3/pthread_cond_destroy.3
+++ b/share/man/man3/pthread_cond_destroy.3
@@ -60,11 +60,11 @@ is locked by another thread.
.El
.Pp
.Sh SEE ALSO
+.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_init 3 ,
-.Xr pthread_cond_wait 3 ,
-.Xr pthread_cond_timedwait 3 ,
.Xr pthread_cond_signal 3 ,
-.Xr pthread_cond_broadcast 3
+.Xr pthread_cond_timedwait 3 ,
+.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_destroy
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_cond_init.3 b/share/man/man3/pthread_cond_init.3
index 3c78e73..00f669d 100644
--- a/share/man/man3/pthread_cond_init.3
+++ b/share/man/man3/pthread_cond_init.3
@@ -65,11 +65,11 @@ The temporarily lacks the resources to create another condition variable.
.El
.Pp
.Sh SEE ALSO
+.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_destroy 3 ,
-.Xr pthread_cond_wait 3 ,
-.Xr pthread_cond_timedwait 3 ,
.Xr pthread_cond_signal 3 ,
-.Xr pthread_cond_broadcast 3
+.Xr pthread_cond_timedwait 3 ,
+.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_init
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_cond_signal.3 b/share/man/man3/pthread_cond_signal.3
index 66211b4..679e46f 100644
--- a/share/man/man3/pthread_cond_signal.3
+++ b/share/man/man3/pthread_cond_signal.3
@@ -56,11 +56,11 @@ is invalid.
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_cond_init 3 ,
+.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_destroy 3 ,
-.Xr pthread_cond_wait 3 ,
+.Xr pthread_cond_init 3 ,
.Xr pthread_cond_timedwait 3 ,
-.Xr pthread_cond_broadcast 3
+.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_signal
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_cond_timedwait.3 b/share/man/man3/pthread_cond_timedwait.3
index bf98e77..ab0184a 100644
--- a/share/man/man3/pthread_cond_timedwait.3
+++ b/share/man/man3/pthread_cond_timedwait.3
@@ -73,11 +73,11 @@ The system time has reached or exceeded the time specified in
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_cond_init 3 ,
+.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_destroy 3 ,
-.Xr pthread_cond_wait 3 ,
+.Xr pthread_cond_init 3 ,
.Xr pthread_cond_signal 3 ,
-.Xr pthread_cond_broadcast 3
+.Xr pthread_cond_wait 3
.Sh STANDARDS
.Fn pthread_cond_timedwait
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_cond_wait.3 b/share/man/man3/pthread_cond_wait.3
index fa063bc..7f70b59 100644
--- a/share/man/man3/pthread_cond_wait.3
+++ b/share/man/man3/pthread_cond_wait.3
@@ -67,11 +67,11 @@ is invalid.
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_cond_init 3 ,
+.Xr pthread_cond_broadcast 3 ,
.Xr pthread_cond_destroy 3 ,
-.Xr pthread_cond_timedwait 3 ,
+.Xr pthread_cond_init 3 ,
.Xr pthread_cond_signal 3 ,
-.Xr pthread_cond_broadcast 3
+.Xr pthread_cond_timedwait 3
.Sh STANDARDS
.Fn pthread_cond_wait
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_create.3 b/share/man/man3/pthread_create.3
index 3b6067a..6966b56 100644
--- a/share/man/man3/pthread_create.3
+++ b/share/man/man3/pthread_create.3
@@ -101,9 +101,9 @@ is invalid.
.Pp
.Sh SEE ALSO
.Xr fork 2 ,
-.Xr pthread_exit 3 ,
-.Xr pthread_cleanup_push 3 ,
.Xr pthread_cleanup_pop 3 ,
+.Xr pthread_cleanup_push 3 ,
+.Xr pthread_exit 3 ,
.Xr pthread_join 3
.Sh STANDARDS
.Fn pthread_create
diff --git a/share/man/man3/pthread_mutex_destroy.3 b/share/man/man3/pthread_mutex_destroy.3
index 6b27501..e9fb9c1 100644
--- a/share/man/man3/pthread_mutex_destroy.3
+++ b/share/man/man3/pthread_mutex_destroy.3
@@ -61,8 +61,8 @@ is locked by another thread.
.Sh SEE ALSO
.Xr pthread_mutex_init 3 ,
.Xr pthread_mutex_lock 3 ,
-.Xr pthread_mutex_unlock 3 ,
-.Xr pthread_mutex_trylock 3
+.Xr pthread_mutex_trylock 3 ,
+.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_destroy
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_mutex_init.3 b/share/man/man3/pthread_mutex_init.3
index 39e105e..d5292ff 100644
--- a/share/man/man3/pthread_mutex_init.3
+++ b/share/man/man3/pthread_mutex_init.3
@@ -66,8 +66,8 @@ The temporarily lacks the resources to create another mutex.
.Sh SEE ALSO
.Xr pthread_mutex_destroy 3 ,
.Xr pthread_mutex_lock 3 ,
-.Xr pthread_mutex_unlock 3 ,
-.Xr pthread_mutex_trylock 3
+.Xr pthread_mutex_trylock 3 ,
+.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_init
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_mutex_lock.3 b/share/man/man3/pthread_mutex_lock.3
index 564cd67..a0aa07d 100644
--- a/share/man/man3/pthread_mutex_lock.3
+++ b/share/man/man3/pthread_mutex_lock.3
@@ -61,10 +61,10 @@ A deadlock would occur if the thread blocked waiting for
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_mutex_unlock 3 ,
-.Xr pthread_mutex_trylock 3 ,
+.Xr pthread_mutex_destroy 3 ,
.Xr pthread_mutex_init 3 ,
-.Xr pthread_mutex_destroy 3
+.Xr pthread_mutex_trylock 3 ,
+.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_lock
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_mutex_trylock.3 b/share/man/man3/pthread_mutex_trylock.3
index 0360999..9f28380 100644
--- a/share/man/man3/pthread_mutex_trylock.3
+++ b/share/man/man3/pthread_mutex_trylock.3
@@ -62,10 +62,10 @@ is already locked.
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_mutex_lock 3 ,
-.Xr pthread_mutex_unlock 3 ,
+.Xr pthread_mutex_destroy 3 ,
.Xr pthread_mutex_init 3 ,
-.Xr pthread_mutex_destroy 3
+.Xr pthread_mutex_lock 3 ,
+.Xr pthread_mutex_unlock 3
.Sh STANDARDS
.Fn pthread_mutex_trylock
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man3/pthread_mutex_unlock.3 b/share/man/man3/pthread_mutex_unlock.3
index 7285e0e..95ba7e6 100644
--- a/share/man/man3/pthread_mutex_unlock.3
+++ b/share/man/man3/pthread_mutex_unlock.3
@@ -61,10 +61,10 @@ The current thread does not hold a lock on
.El
.Pp
.Sh SEE ALSO
-.Xr pthread_mutex_lock 3 ,
-.Xr pthread_mutex_trylock 3 ,
+.Xr pthread_mutex_destroy 3 ,
.Xr pthread_mutex_init 3 ,
-.Xr pthread_mutex_destroy 3
+.Xr pthread_mutex_lock 3 ,
+.Xr pthread_mutex_trylock 3
.Sh STANDARDS
.Fn pthread_mutex_unlock
conforms to ISO/IEC 9945-1 ANSI/IEEE
diff --git a/share/man/man4/en.4 b/share/man/man4/en.4
index 3310e62..a1e7408 100644
--- a/share/man/man4/en.4
+++ b/share/man/man4/en.4
@@ -50,9 +50,9 @@ The driver extensively uses DMA on PCI. The first
generation PCI chipsets do not work or exhibit poor performance.
.Sh SEE ALSO
.Xr ifconfig 8 ,
-.Xr route 8 ,
.Xr pvcsif 8 ,
-.Xr pvctxctl 8
+.Xr pvctxctl 8 ,
+.Xr route 8
.Sh AUTHORS
Chuck Cranor of Washington University implemented EN driver
in 1996 for NetBSD.
diff --git a/share/man/man4/man4.i386/en.4 b/share/man/man4/man4.i386/en.4
index 3310e62..a1e7408 100644
--- a/share/man/man4/man4.i386/en.4
+++ b/share/man/man4/man4.i386/en.4
@@ -50,9 +50,9 @@ The driver extensively uses DMA on PCI. The first
generation PCI chipsets do not work or exhibit poor performance.
.Sh SEE ALSO
.Xr ifconfig 8 ,
-.Xr route 8 ,
.Xr pvcsif 8 ,
-.Xr pvctxctl 8
+.Xr pvctxctl 8 ,
+.Xr route 8
.Sh AUTHORS
Chuck Cranor of Washington University implemented EN driver
in 1996 for NetBSD.
diff --git a/share/man/man4/man4.i386/wfd.4 b/share/man/man4/man4.i386/wfd.4
index af23037..a00e6a2 100644
--- a/share/man/man4/man4.i386/wfd.4
+++ b/share/man/man4/man4.i386/wfd.4
@@ -25,7 +25,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: wfd.4,v 1.3 1998/05/14 06:42:47 pst Exp $
+.\" $Id: wfd.4,v 1.4 1998/06/04 06:30:50 charnier Exp $
.\"
.Dd January 16, 1998
.Dt WFD 4
@@ -228,8 +228,8 @@ slice, partition
.El
.Sh SEE ALSO
.Xr fdisk 1 ,
-.Xr wd 4 ,
.Xr wcd 4 ,
+.Xr wd 4 ,
.Xr disklabel 5 ,
.Xr disklabel 8
.Sh AUTHORS
diff --git a/share/man/man4/man4.i386/wl.4 b/share/man/man4/man4.i386/wl.4
index c3545eb..f954ccb 100644
--- a/share/man/man4/man4.i386/wl.4
+++ b/share/man/man4/man4.i386/wl.4
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: wl.4,v 1.3 1998/03/12 07:30:40 charnier Exp $
+.\" $Id: wl.4,v 1.4 1998/06/08 06:11:59 jkoshy Exp $
.Dd July 7, 1997
.Dt WL 4 i386
.Os FreeBSD
@@ -127,8 +127,8 @@ it must go into promiscuous mode for that to work. The driver
is slow to change modes from "normal" to promiscuous mode, presumably
due to delays in the configuration code.
.Sh SEE ALSO
-.Xr wlconfig 8 ,
.Xr sysctl 8 ,
+.Xr wlconfig 8 ,
.Xr http://www.wavelan.com
.Sh HISTORY
The
diff --git a/share/man/man4/ssc.4 b/share/man/man4/ssc.4
index c1ef3c8..fb6a4a7 100644
--- a/share/man/man4/ssc.4
+++ b/share/man/man4/ssc.4
@@ -1,4 +1,4 @@
-.\" $Id: su.4,v 1.10 1997/02/22 13:24:44 peter Exp $
+.\" $Id: ssc.4,v 1.1 1997/12/29 21:07:10 brian Exp $
.\"
.\" Copyright (c) 1997 Brian Somers <brian@Awfulhak.org>
.\" All rights reserved.
@@ -102,8 +102,8 @@ is returned. Otherwise, the ioctl is passed directly to the
driver.
.Sh SEE ALSO
.Xr open 2 ,
-.Xr scsi 8 ,
-.Xr su 4
+.Xr su 4 ,
+.Xr scsi 8
.Sh HISTORY
The
.Nm
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index 9bd31ee..940de0d 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)passwd.5 8.1 (Berkeley) 6/5/93
-.\" $Id: passwd.5,v 1.20 1998/06/13 19:14:11 steve Exp $
+.\" $Id: passwd.5,v 1.21 1998/06/28 21:33:42 hoek Exp $
.\"
.Dd September 29, 1994
.Dt PASSWD 5
@@ -626,8 +626,8 @@ password database, with passwords intact
.Xr login.conf 5 ,
.Xr adduser 8 ,
.Xr pwd_mkdb 8 ,
-.Xr vipw 8 ,
-.Xr pw 8
+.Xr pw 8 ,
+.Xr vipw 8
.Sh BUGS
User information should (and eventually will) be stored elsewhere.
.Pp
diff --git a/share/man/man9/devfs_add_devswf.9 b/share/man/man9/devfs_add_devswf.9
index 64b3370..0b631d8 100644
--- a/share/man/man9/devfs_add_devswf.9
+++ b/share/man/man9/devfs_add_devswf.9
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: devfs_add_devswf.9,v 1.6 1998/03/12 07:31:17 charnier Exp $
+.\" $Id: devfs_add_devswf.9,v 1.7 1998/05/06 09:13:52 phk Exp $
.\"
.Dd December 31, 1995
.Os FreeBSD
@@ -66,7 +66,7 @@ device
or destroy the device
.Pq see Xr devfs_remove_dev 9 .
.Sh SEE ALSO
-.Xr devfs_link 9
+.Xr devfs_link 9 ,
.Xr devfs_remove_dev 9
.Sh HISTORY
The function
diff --git a/share/man/man9/devfs_link.9 b/share/man/man9/devfs_link.9
index b4777ae..0677792 100644
--- a/share/man/man9/devfs_link.9
+++ b/share/man/man9/devfs_link.9
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: devfs_link.9,v 1.8 1998/01/16 18:06:20 bde Exp $
+.\" $Id: devfs_link.9,v 1.9 1998/05/06 09:13:53 phk Exp $
.\"
.Dd December 31, 1995
.Os FreeBSD
@@ -51,7 +51,7 @@ string.
.Sh RETURN VALUES
It returns a token for the newly linked devfs entry.
.Sh SEE ALSO
-.Xr devfs_add_devswf 9
+.Xr devfs_add_devswf 9 ,
.Xr devfs_remove_dev 9
.Sh HISTORY
The function
diff --git a/share/man/man9/devfs_remove_dev.9 b/share/man/man9/devfs_remove_dev.9
index 1a69ac3..e1510f8 100644
--- a/share/man/man9/devfs_remove_dev.9
+++ b/share/man/man9/devfs_remove_dev.9
@@ -29,7 +29,7 @@
.\" -translation to english:
.\" - You can't claim it's yours without admitting to the bits I wrote.
.\" - You don't need to say anything in binary releases unless asked.
-.\" $Id: devfs_remove_dev.9,v 1.2 1998/01/16 18:06:20 bde Exp $
+.\" $Id: devfs_remove_dev.9,v 1.3 1998/03/12 07:31:17 charnier Exp $
.\"
.Dd December 25, 1997
.Os FreeBSD
@@ -51,7 +51,7 @@ or
.Fn devfs_link
as argument, and removes any trace of that device from device filesystems.
.Sh SEE ALSO
-.Xr devfs_add_devswf 9
+.Xr devfs_add_devswf 9 ,
.Xr devfs_link 9
.Sh HISTORY
The function
OpenPOWER on IntegriCloud