Sort cross references.

This commit is contained in:
Wolfram Schneider 1998-08-31 16:41:09 +00:00
parent 4d3ee60941
commit acd8019083
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38702
65 changed files with 189 additions and 189 deletions

View File

@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: dladdr.3,v 1.1 1998/02/06 16:46:34 jdp Exp $
.\" $Id: dladdr.3,v 1.1 1998/02/09 06:05:24 jdp Exp $
.\"
.Dd February 5, 1998
.Os FreeBSD
@ -79,8 +79,8 @@ calling
.Pp
On success, a non-zero value is returned.
.Sh SEE ALSO
.Xr dlopen 3 ,
.Xr rtld 1
.Xr rtld 1 ,
.Xr dlopen 3
.Sh HISTORY
The
.Nm

View File

@ -285,13 +285,13 @@ and the category
.Sh "SEE ALSO
.Xr colldef 1 ,
.Xr mklocale 1 ,
.Xr catopen 3 ,
.Xr ctype 3 ,
.Xr mbrune 3 ,
.Xr multibyte 3 ,
.Xr rune 3 ,
.Xr strcoll 3 ,
.Xr strxfrm 3 ,
.Xr catopen 3 ,
.Xr euc 4 ,
.Xr utf2 4
.Sh STANDARDS

View File

@ -1,4 +1,4 @@
.\" $Id:$
.\" $Id: sched_get_priority_max.2,v 1.1 1998/03/28 11:48:50 dufault Exp $
.\" Copyright (c) 1998 HD Associates, Inc.
.\" All rights reserved.
.\"
@ -108,10 +108,10 @@ No process can be found corresponding to that specified by
.Fa pid .
.El
.Sh SEE ALSO
.Xr sched_getparam 2 ,
.Xr sched_setparam 2 ,
.Xr sched_get_scheduler 2 ,
.Xr sched_set_scheduler 2
.Xr sched_getparam 2 ,
.Xr sched_set_scheduler 2 ,
.Xr sched_setparam 2
.Sh STANDARDS
The
.Fn sched_setscheduler

View File

@ -1,4 +1,4 @@
.\" $Id: sched_setparam.2,v 1.1 1998/03/28 11:48:52 dufault Exp $
.\" $Id: sched_setparam.2,v 1.2 1998/06/04 21:05:45 steve Exp $
.\" Copyright (c) 1998 HD Associates, Inc.
.\" All rights reserved.
.\"
@ -157,11 +157,11 @@ is outside the range defined for the scheduling policy of the specified
.Fa pid .
.El
.Sh SEE ALSO
.Xr sched_getscheduler 2 ,
.Xr sched_setscheduler 2 ,
.Xr sched_get_priority_max 2 ,
.Xr sched_get_priority_min 2 ,
.Xr sched_getscheduler 2 ,
.Xr sched_rr_get_interval 2 ,
.Xr sched_setscheduler 2 ,
.Xr sched_yield 2
.Sh STANDARDS
The

View File

@ -1,4 +1,4 @@
.\" $Id:$
.\" $Id: sched_setscheduler.2,v 1.1 1998/03/28 11:48:55 dufault Exp $
.\" Copyright (c) 1998 HD Associates, Inc.
.\" All rights reserved.
.\"
@ -152,11 +152,11 @@ parameter is invalid, or one or more of the parameters contained in
is outside the valid range for the specified scheduling policy.
.El
.Sh SEE ALSO
.Xr sched_getparam 2 ,
.Xr sched_setparam 2 ,
.Xr sched_get_priority_max 2 ,
.Xr sched_get_priority_min 2 ,
.Xr sched_getparam 2 ,
.Xr sched_rr_get_interval 2 ,
.Xr sched_setparam 2 ,
.Xr sched_yield 2
.Sh STANDARDS
The

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)telnetd.8 8.3 (Berkeley) 3/1/94
.\" $Id: telnetd.8,v 1.11 1998/01/07 07:56:15 charnier Exp $
.\" $Id: telnetd.8,v 1.12 1998/05/04 02:37:29 steve Exp $
.\"
.Dd March 1, 1994
.Dt TELNETD 8
@ -561,8 +561,8 @@ will be displayed to both console and remote logins.
.El
.Sh "SEE ALSO"
.Xr bftp 1 ,
.Xr gettytab 5 ,
.Xr login 1 ,
.Xr gettytab 5 ,
.Xr telnet 1
(if supported)
.Sh STANDARDS

View File

@ -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: ibcs2.8,v 1.4 1997/02/22 12:48:00 peter Exp $
.\" $Id: ibcs2.8,v 1.5 1998/05/19 03:31:34 jkoshy Exp $
.\"
.Dd November 27, 1995
.Dt IBCS2 8
@ -52,8 +52,8 @@ iBCS2 loadable kernel modules.
.It Pa /usr/share/examples/ibcs2/*
Sample object files with which to test the emulator.
.Sh "SEE ALSO"
.Xr modload 8 ,
.Xr lkm 4
.Xr lkm 4 ,
.Xr modload 8
.Sh BUGS
The emulation is very incomplete.
.Pp

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)swapon.8 8.1 (Berkeley) 6/5/93
.\" $Id: dumpon.8,v 1.7 1998/05/27 11:05:59 jkoshy Exp $
.\" $Id: dumpon.8,v 1.8 1998/06/15 07:03:46 charnier Exp $
.\"
.Dd May 12, 1995
.Dt DUMPON 8
@ -99,8 +99,8 @@ is the text string:
.Xr sysctl 3 ,
.Xr fstab 5 ,
.Xr rc.conf 5 ,
.Xr init 8 ,
.Xr config 8 ,
.Xr init 8 ,
.Xr rc 8 ,
.Xr savecore 8 ,
.Xr swapon 8 ,

View File

@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: newfs_msdos.8,v 1.1.1.1 1998/07/06 20:01:34 rnordier Exp $
.\" $Id: newfs_msdos.8,v 1.2 1998/07/15 06:30:37 charnier Exp $
.\"
.Dd July 6, 1998
.Dt NEWFS_MSDOS 8
@ -163,8 +163,8 @@ Create a file system, using default parameters, on /dev/rwd0s1.
Create a standard 1.44M file system, with volume label "foo", on
/dev/rfd0.
.Sh SEE ALSO
.Xr disklabel 8 ,
.Xr disktab 5 ,
.Xr disklabel 8 ,
.Xr fdisk 8 ,
.Xr newfs 8
.Sh DIAGNOSTICS

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: ibcs2.8,v 1.4 1997/02/22 12:48:00 peter Exp $
.\" $Id: ibcs2.8,v 1.5 1998/05/19 03:31:34 jkoshy Exp $
.\"
.Dd November 27, 1995
.Dt IBCS2 8
@ -52,8 +52,8 @@ iBCS2 loadable kernel modules.
.It Pa /usr/share/examples/ibcs2/*
Sample object files with which to test the emulator.
.Sh "SEE ALSO"
.Xr modload 8 ,
.Xr lkm 4
.Xr lkm 4 ,
.Xr modload 8
.Sh BUGS
The emulation is very incomplete.
.Pp

View File

@ -168,9 +168,9 @@ if [ $? -ne 0 ]; then
fi
.Ed
.Sh SEE ALSO
.Xr mktemp 3 ,
.Xr mkdtemp 3 ,
.Xr mkstemp 3 ,
.Xr mktemp 3 ,
.Xr environ 7
.Sh HISTORY
A

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)whereis.1 8.2 (Berkeley) 12/30/93
.\"
.\" $Id: whereis.1,v 1.4 1997/02/22 19:57:47 peter Exp $
.\" $Id: whereis.1,v 1.5 1998/05/15 11:22:40 jkoshy Exp $
.\"
.Dd June 15, 1996
.Dt WHEREIS 1
@ -118,8 +118,8 @@ that do not have documentation:
.Sh SEE ALSO
.Xr find 1 ,
.Xr locate 1 ,
.Xr which 1 ,
.Xr man 1 ,
.Xr which 1 ,
.Xr sysctl 8
.Sh BUGS
The search for sources is implemented as a quick search as the

View File

@ -73,8 +73,8 @@ reply before retrying. Default timeout is 2 seconds.
.Nm Map-mbone
must be run as root.
.Sh SEE ALSO
.Xr mrouted 8 ,
.Xr mrinfo 8 ,
.Xr mrouted 8 ,
.Xr mtrace 8
.Sh AUTHORS
.An Pavel Curtis

View File

@ -69,8 +69,8 @@ srcrt) and status (disabled, down) of the connection is displayed.
.Nm Mrinfo
must be run as root.
.Sh SEE ALSO
.Xr mrouted 8 ,
.Xr map-mbone 8 ,
.Xr mrouted 8 ,
.Xr mtrace 8
.Sh AUTHORS
.An Van Jacobson

View File

@ -1,5 +1,5 @@
.\"COPYRIGHT 1989 by The Board of Trustees of Leland Stanford Junior University.
.\"$Id: mrouted.8,v 1.9 1997/02/22 16:06:59 peter Exp $
.\"$Id: mrouted.8,v 1.10 1997/09/30 06:15:10 charnier Exp $
.Dd May 8, 1995
.Dt MROUTED 8
.UC 5
@ -407,9 +407,9 @@ one subnet.
.It Pa /var/tmp/mrouted.cache
.El
.Sh SEE ALSO
.Xr map-mbone 8 ,
.Xr mrinfo 8 ,
.Xr mtrace 8 ,
.Xr map-mbone 8
.Xr mtrace 8
.Pp
DVMRP is described, along with other multicast routing algorithms, in the
paper "Multicast Routing in Internetworks and Extended LANs" by S. Deering,

View File

@ -541,9 +541,9 @@ are modeled after the unicast
program written by
.An Van Jacobson .
.Sh SEE ALSO
.Xr mrouted 8 ,
.Xr mrinfo 8 ,
.Xr map-mbone 8 ,
.Xr mrinfo 8 ,
.Xr mrouted 8 ,
.Xr traceroute 8
.Sh BUGS
Statistics collection in passive mode doesn't always produce the same output

View File

@ -1,4 +1,4 @@
.\" $Id: ppp.8,v 1.122 1998/08/29 23:02:43 brian Exp $
.\" $Id: ppp.8,v 1.123 1998/08/29 23:02:45 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@ -3535,32 +3535,32 @@ This socket is used to pass links between different instances of
.El
.Pp
.Sh SEE ALSO
.Xr adduser 8 ,
.Xr at 1 ,
.Xr chat 8 ,
.Xr crontab 5 ,
.Xr ftp 1 ,
.Xr getty 8 ,
.Xr group 5 ,
.Xr gzip 1 ,
.Xr hostname 1 ,
.Xr login 1 ,
.Xr tcpdump 1 ,
.Xr telnet 1 ,
.Xr syslog 3 ,
.Xr uucplock 3 ,
.Xr crontab 5 ,
.Xr group 5 ,
.Xr passwd 5 ,
.Xr resolv.conf 5 ,
.Xr syslog.conf 5 ,
.Xr adduser 8 ,
.Xr chat 8 ,
.Xr getty 8 ,
.Xr inetd 8 ,
.Xr init 8 ,
.Xr login 1 ,
.Xr named 8 ,
.Xr passwd 5 ,
.Xr ping 8 ,
.Xr pppctl 8 ,
.Xr pppd 8 ,
.Xr route 8 ,
.Xr resolv.conf 5 ,
.Xr syslog 3 ,
.Xr syslog.conf 5 ,
.Xr syslogd 8 ,
.Xr tcpdump 1 ,
.Xr telnet 1 ,
.Xr traceroute 8 ,
.Xr uucplock 3 ,
.Xr vipw 8
.Sh HISTORY
This program was originally written by Toshiharu OHNO (tony-o@iij.ad.jp),

View File

@ -1,4 +1,4 @@
.\" $Id: ppp.8,v 1.122 1998/08/29 23:02:43 brian Exp $
.\" $Id: ppp.8,v 1.123 1998/08/29 23:02:45 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@ -3535,32 +3535,32 @@ This socket is used to pass links between different instances of
.El
.Pp
.Sh SEE ALSO
.Xr adduser 8 ,
.Xr at 1 ,
.Xr chat 8 ,
.Xr crontab 5 ,
.Xr ftp 1 ,
.Xr getty 8 ,
.Xr group 5 ,
.Xr gzip 1 ,
.Xr hostname 1 ,
.Xr login 1 ,
.Xr tcpdump 1 ,
.Xr telnet 1 ,
.Xr syslog 3 ,
.Xr uucplock 3 ,
.Xr crontab 5 ,
.Xr group 5 ,
.Xr passwd 5 ,
.Xr resolv.conf 5 ,
.Xr syslog.conf 5 ,
.Xr adduser 8 ,
.Xr chat 8 ,
.Xr getty 8 ,
.Xr inetd 8 ,
.Xr init 8 ,
.Xr login 1 ,
.Xr named 8 ,
.Xr passwd 5 ,
.Xr ping 8 ,
.Xr pppctl 8 ,
.Xr pppd 8 ,
.Xr route 8 ,
.Xr resolv.conf 5 ,
.Xr syslog 3 ,
.Xr syslog.conf 5 ,
.Xr syslogd 8 ,
.Xr tcpdump 1 ,
.Xr telnet 1 ,
.Xr traceroute 8 ,
.Xr uucplock 3 ,
.Xr vipw 8
.Sh HISTORY
This program was originally written by Toshiharu OHNO (tony-o@iij.ad.jp),

View File

@ -1,4 +1,4 @@
.\" $Id: pppctl.8,v 1.9 1997/12/21 02:37:49 brian Exp $
.\" $Id: pppctl.8,v 1.10 1998/05/13 07:57:44 phk Exp $
.Dd 26 June 1997
.Os FreeBSD
.Dt PPPCTL 8
@ -176,11 +176,11 @@ commands in
.El
.Pp
.Sh SEE ALSO
.Xr ps 1 ,
.Xr editline 3 ,
.Xr editrc 5 ,
.Xr ppp 8 ,
.Xr ps 1 ,
.Xr services 5
.Xr services 5 ,
.Xr ppp 8
.Sh HISTORY
The
.Nm

View File

@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: ypinit.8,v 1.2 1997/11/16 03:49:12 wpaul Exp $
.\" $Id: ypinit.8,v 1.3 1998/03/23 08:31:04 charnier Exp $
.\"
.Dd November 10, 1997
.Dt YPINIT 8
@ -150,9 +150,9 @@ Ypservers source file (generated by
.Nm Ns )
.El
.Sh SEE ALSO
.Xr yp 4 ,
.Xr mknetid 8 ,
.Xr revnetgroup 8 ,
.Xr yp 4 ,
.Xr yp_mkdb 8 ,
.Xr yppush 8 ,
.Xr ypserv 8 ,