diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-08-31 16:41:09 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-08-31 16:41:09 +0000 |
| commit | acd80190835b96c5eaa73cb9864470b2facf9112 (patch) | |
| tree | f587f29347afc9f51d8819f6003dd6b7d77c0e78 /share | |
| parent | 4d3ee609416860429014877b695db878e04be7ca (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man3/pthread_cond_broadcast.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_cond_destroy.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_cond_init.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_cond_signal.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_cond_timedwait.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_cond_wait.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_create.3 | 4 | ||||
| -rw-r--r-- | share/man/man3/pthread_mutex_destroy.3 | 4 | ||||
| -rw-r--r-- | share/man/man3/pthread_mutex_init.3 | 4 | ||||
| -rw-r--r-- | share/man/man3/pthread_mutex_lock.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_mutex_trylock.3 | 6 | ||||
| -rw-r--r-- | share/man/man3/pthread_mutex_unlock.3 | 6 | ||||
| -rw-r--r-- | share/man/man4/en.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/en.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/wfd.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/wl.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/ssc.4 | 6 | ||||
| -rw-r--r-- | share/man/man5/passwd.5 | 6 | ||||
| -rw-r--r-- | share/man/man9/devfs_add_devswf.9 | 4 | ||||
| -rw-r--r-- | share/man/man9/devfs_link.9 | 4 | ||||
| -rw-r--r-- | share/man/man9/devfs_remove_dev.9 | 4 |
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 e302838593396..3b39287046db6 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 a14c30a25ae45..22921b49a5edb 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 3c78e73b84957..00f669d51befc 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 66211b41e2b4a..679e46fb2ed2d 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 bf98e7713a419..ab0184a7c5844 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 fa063bc4d8c3e..7f70b591f037c 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 3b6067a2e260d..6966b56398aa9 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 6b275013e3cf8..e9fb9c11d0451 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 39e105e8259a1..d5292ff8e107c 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 564cd67e75cd7..a0aa07d76d6c5 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 03609992a2927..9f283801e549c 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 7285e0e187a32..95ba7e6851100 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 3310e622c36bc..a1e7408ee0608 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 3310e622c36bc..a1e7408ee0608 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 af2303759998d..a00e6a2954739 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 c3545eb9dd762..f954ccbed10fe 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 c1ef3c82f2e0f..fb6a4a7af364b 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 9bd31ee982345..940de0d19d5ad 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 64b3370936c19..0b631d8a16a93 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 b4777ae51d473..067779238c545 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 1a69ac37c3979..e1510f8adb085 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 |
