diff --git a/lib/libc/gen/dladdr.3 b/lib/libc/gen/dladdr.3 index bb5ab41af2e6..9cf704014ee8 100644 --- a/lib/libc/gen/dladdr.3 +++ b/lib/libc/gen/dladdr.3 @@ -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 diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index c19ad90673ef..dd8781e971e1 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -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 diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2 index 2b9fa594c9d8..6d11d00d9915 100644 --- a/lib/libc/sys/sched_get_priority_max.2 +++ b/lib/libc/sys/sched_get_priority_max.2 @@ -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 diff --git a/lib/libc/sys/sched_setparam.2 b/lib/libc/sys/sched_setparam.2 index b63d959e8513..629f81a5d158 100644 --- a/lib/libc/sys/sched_setparam.2 +++ b/lib/libc/sys/sched_setparam.2 @@ -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 diff --git a/lib/libc/sys/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2 index 7635bfe5b72a..2a196c8a5e84 100644 --- a/lib/libc/sys/sched_setscheduler.2 +++ b/lib/libc/sys/sched_setscheduler.2 @@ -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 diff --git a/lib/libc_r/man/pthread_cond_broadcast.3 b/lib/libc_r/man/pthread_cond_broadcast.3 index e30283859339..3b39287046db 100644 --- a/lib/libc_r/man/pthread_cond_broadcast.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_cond_destroy.3 b/lib/libc_r/man/pthread_cond_destroy.3 index a14c30a25ae4..22921b49a5ed 100644 --- a/lib/libc_r/man/pthread_cond_destroy.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_cond_init.3 b/lib/libc_r/man/pthread_cond_init.3 index 3c78e73b8495..00f669d51bef 100644 --- a/lib/libc_r/man/pthread_cond_init.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_cond_signal.3 b/lib/libc_r/man/pthread_cond_signal.3 index 66211b41e2b4..679e46fb2ed2 100644 --- a/lib/libc_r/man/pthread_cond_signal.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3 index bf98e7713a41..ab0184a7c584 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_cond_wait.3 b/lib/libc_r/man/pthread_cond_wait.3 index fa063bc4d8c3..7f70b591f037 100644 --- a/lib/libc_r/man/pthread_cond_wait.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3 index 3b6067a2e260..6966b56398aa 100644 --- a/lib/libc_r/man/pthread_create.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_mutex_destroy.3 b/lib/libc_r/man/pthread_mutex_destroy.3 index 6b275013e3cf..e9fb9c11d045 100644 --- a/lib/libc_r/man/pthread_mutex_destroy.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_mutex_init.3 b/lib/libc_r/man/pthread_mutex_init.3 index 39e105e8259a..d5292ff8e107 100644 --- a/lib/libc_r/man/pthread_mutex_init.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_mutex_lock.3 b/lib/libc_r/man/pthread_mutex_lock.3 index 564cd67e75cd..a0aa07d76d6c 100644 --- a/lib/libc_r/man/pthread_mutex_lock.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_mutex_trylock.3 b/lib/libc_r/man/pthread_mutex_trylock.3 index 03609992a292..9f283801e549 100644 --- a/lib/libc_r/man/pthread_mutex_trylock.3 +++ b/lib/libc_r/man/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/lib/libc_r/man/pthread_mutex_unlock.3 b/lib/libc_r/man/pthread_mutex_unlock.3 index 7285e0e187a3..95ba7e685110 100644 --- a/lib/libc_r/man/pthread_mutex_unlock.3 +++ b/lib/libc_r/man/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/lib/libpthread/man/pthread_cond_broadcast.3 b/lib/libpthread/man/pthread_cond_broadcast.3 index e30283859339..3b39287046db 100644 --- a/lib/libpthread/man/pthread_cond_broadcast.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_cond_destroy.3 b/lib/libpthread/man/pthread_cond_destroy.3 index a14c30a25ae4..22921b49a5ed 100644 --- a/lib/libpthread/man/pthread_cond_destroy.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3 index 3c78e73b8495..00f669d51bef 100644 --- a/lib/libpthread/man/pthread_cond_init.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3 index 66211b41e2b4..679e46fb2ed2 100644 --- a/lib/libpthread/man/pthread_cond_signal.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index bf98e7713a41..ab0184a7c584 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3 index fa063bc4d8c3..7f70b591f037 100644 --- a/lib/libpthread/man/pthread_cond_wait.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 3b6067a2e260..6966b56398aa 100644 --- a/lib/libpthread/man/pthread_create.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_mutex_destroy.3 b/lib/libpthread/man/pthread_mutex_destroy.3 index 6b275013e3cf..e9fb9c11d045 100644 --- a/lib/libpthread/man/pthread_mutex_destroy.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index 39e105e8259a..d5292ff8e107 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_mutex_lock.3 b/lib/libpthread/man/pthread_mutex_lock.3 index 564cd67e75cd..a0aa07d76d6c 100644 --- a/lib/libpthread/man/pthread_mutex_lock.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3 index 03609992a292..9f283801e549 100644 --- a/lib/libpthread/man/pthread_mutex_trylock.3 +++ b/lib/libpthread/man/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/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3 index 7285e0e187a3..95ba7e685110 100644 --- a/lib/libpthread/man/pthread_mutex_unlock.3 +++ b/lib/libpthread/man/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/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index c54056c1cf9f..f9f2d481605b 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -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 diff --git a/lkm/ibcs2/ibcs2.8 b/lkm/ibcs2/ibcs2.8 index 5ecf1c74318a..38b586e2b88d 100644 --- a/lkm/ibcs2/ibcs2.8 +++ b/lkm/ibcs2/ibcs2.8 @@ -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 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index d1ea84dc4468..7a416d43b654 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -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 , diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index e48098b5cdf2..28aabfb16ab8 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -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 diff --git a/share/man/man3/pthread_cond_broadcast.3 b/share/man/man3/pthread_cond_broadcast.3 index e30283859339..3b39287046db 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 a14c30a25ae4..22921b49a5ed 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 3c78e73b8495..00f669d51bef 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 66211b41e2b4..679e46fb2ed2 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 bf98e7713a41..ab0184a7c584 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 fa063bc4d8c3..7f70b591f037 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 3b6067a2e260..6966b56398aa 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 6b275013e3cf..e9fb9c11d045 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 39e105e8259a..d5292ff8e107 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 564cd67e75cd..a0aa07d76d6c 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 03609992a292..9f283801e549 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 7285e0e187a3..95ba7e685110 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 3310e622c36b..a1e7408ee060 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 3310e622c36b..a1e7408ee060 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 af2303759998..a00e6a295473 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 c3545eb9dd76..f954ccbed10f 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 c1ef3c82f2e0..fb6a4a7af364 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 .\" 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 9bd31ee98234..940de0d19d5a 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 64b3370936c1..0b631d8a16a9 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 b4777ae51d47..067779238c54 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 1a69ac37c397..e1510f8adb08 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 diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8 index 5ecf1c74318a..38b586e2b88d 100644 --- a/sys/modules/ibcs2/ibcs2.8 +++ b/sys/modules/ibcs2/ibcs2.8 @@ -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 diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 109769437286..2c3ee454ada0 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -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 diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index b70ee5285d66..637cca17b152 100644 --- a/usr.bin/whereis/whereis.1 +++ b/usr.bin/whereis/whereis.1 @@ -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 diff --git a/usr.sbin/mrouted/map-mbone.8 b/usr.sbin/mrouted/map-mbone.8 index 170001bfb66f..5815761de7ad 100644 --- a/usr.sbin/mrouted/map-mbone.8 +++ b/usr.sbin/mrouted/map-mbone.8 @@ -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 diff --git a/usr.sbin/mrouted/mrinfo.8 b/usr.sbin/mrouted/mrinfo.8 index 1f291f49cd3c..ec9d0617b6e9 100644 --- a/usr.sbin/mrouted/mrinfo.8 +++ b/usr.sbin/mrouted/mrinfo.8 @@ -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 diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index 8a6298b1ae4f..c30cd3b34a3d 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -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, diff --git a/usr.sbin/mrouted/mtrace.8 b/usr.sbin/mrouted/mtrace.8 index 058d79fc3a8c..ac391892d9c0 100644 --- a/usr.sbin/mrouted/mtrace.8 +++ b/usr.sbin/mrouted/mtrace.8 @@ -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 diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 322edc57052f..b5be8f48e533 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -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), diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 322edc57052f..b5be8f48e533 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -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), diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8 index 545deefa8e0e..4ededd5c6020 100644 --- a/usr.sbin/pppctl/pppctl.8 +++ b/usr.sbin/pppctl/pppctl.8 @@ -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 diff --git a/usr.sbin/ypserv/ypinit.8 b/usr.sbin/ypserv/ypinit.8 index 2b75e04ec30b..614e3b1af537 100644 --- a/usr.sbin/ypserv/ypinit.8 +++ b/usr.sbin/ypserv/ypinit.8 @@ -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 ,