diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
commit | 138760cea6dfae9292858f5f76e471374533727e (patch) | |
tree | a6b3996d64f3d12e658b68801b9c193ac0e12fd1 /share | |
parent | 90d933d7a0cf14ffac9d7d6f3fafacdec21260e6 (diff) |
o) Fix bogus .Xr usage;
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;
millert@ ok and help;
Diffstat (limited to 'share')
92 files changed, 349 insertions, 327 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index d17b4576375..85cbec93568 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dlfcn.3,v 1.12 2000/10/26 00:37:03 aaron Exp $ +.\" $OpenBSD: dlfcn.3,v 1.13 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -53,7 +53,7 @@ .Fn dlerror "void" .Sh DESCRIPTION These functions provide an interface to the run-time linker -.Xr ld.so . +.Xr ld.so 1 . They allow new shared objects to be loaded into a process's address space under program control. .Pp diff --git a/share/man/man4/atalk.4 b/share/man/man4/atalk.4 index 40f6ed078c0..67e29047f95 100644 --- a/share/man/man4/atalk.4 +++ b/share/man/man4/atalk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atalk.4,v 1.10 2001/09/06 15:04:34 mpech Exp $ +.\" $OpenBSD: atalk.4,v 1.11 2001/11/13 13:54:25 mpech Exp $ .\" .\" This file is derived from the atalk.4 man page in the Netatalk 1.4b2 .\" distribution. That distribution is covered by the following copyright: @@ -84,7 +84,7 @@ struct sockaddr_at { The port of a socket may be set with .Xr bind 2 . The node for -.Xr bind +.Xr bind 2 must always be .Dv ATADDR_ANYNODE : ``this node.'' The net diff --git a/share/man/man4/clnp.4 b/share/man/man4/clnp.4 index 6a0c001276b..7abbe4d57ab 100644 --- a/share/man/man4/clnp.4 +++ b/share/man/man4/clnp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clnp.4,v 1.6 2000/12/21 21:01:15 aaron Exp $ +.\" $OpenBSD: clnp.4,v 1.7 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: clnp.4,v 1.4 1994/11/30 16:22:07 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -73,7 +73,7 @@ system calls may be used). Outgoing packets automatically have a CLNP header prepended to them. Incoming packets received by the user contain the full CLNP header. The following -.Xr setsockopt +.Xr setsockopt 2 options apply to CLNP: .Bl -tag -width CLNPOPT_FLAGS .It Dv CLNPOPT_FLAGS diff --git a/share/man/man4/cltp.4 b/share/man/man4/cltp.4 index 1dd44849812..49b10a56183 100644 --- a/share/man/man4/cltp.4 +++ b/share/man/man4/cltp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cltp.4,v 1.6 2000/12/21 21:01:15 aaron Exp $ +.\" $OpenBSD: cltp.4,v 1.7 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: cltp.4,v 1.3 1994/11/30 16:22:08 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -56,9 +56,9 @@ protocol family. .Tn CLTP sockets are connectionless, and are normally used with the -.Xr sendto +.Xr sendto 2 and -.Xr recvfrom +.Xr recvfrom 2 calls, though the .Xr connect 2 call may also be used to fix the destination for future diff --git a/share/man/man4/crypto.4 b/share/man/man4/crypto.4 index 34c8ea8e64e..06b6561102d 100644 --- a/share/man/man4/crypto.4 +++ b/share/man/man4/crypto.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.4,v 1.2 2001/05/14 09:02:54 deraadt Exp $ +.\" $OpenBSD: crypto.4,v 1.3 2001/11/13 13:54:25 mpech Exp $ .\" .\" Copyright (c) 2001 Theo de Raadt .\" All rights reserved. @@ -37,7 +37,7 @@ .Op Ar count .Sh DESCRIPTION The -.Xr crypto +.Nm driver provides userland applications access to hardware crypto support via the kernel. The diff --git a/share/man/man4/icmp.4 b/share/man/man4/icmp.4 index 374880ac1ee..1fe643b7ab2 100644 --- a/share/man/man4/icmp.4 +++ b/share/man/man4/icmp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icmp.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: icmp.4,v 1.8 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: icmp.4,v 1.3 1994/11/30 16:22:14 jtc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -65,9 +65,9 @@ is obtained from .Tn ICMP sockets are connectionless, and are normally used with the -.Xr sendto +.Xr sendto 2 and -.Xr recvfrom +.Xr recvfrom 2 calls, though the .Xr connect 2 call may also be used to fix the destination for future diff --git a/share/man/man4/idp.4 b/share/man/man4/idp.4 index a31d5e14fe7..f31de5f14dd 100644 --- a/share/man/man4/idp.4 +++ b/share/man/man4/idp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: idp.4,v 1.6 2000/12/21 21:01:16 aaron Exp $ +.\" $OpenBSD: idp.4,v 1.7 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: idp.4,v 1.3 1994/11/30 16:22:15 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -56,9 +56,9 @@ protocol family. .Tn IDP sockets are connectionless, and are normally used with the -.Xr sendto +.Xr sendto 2 and -.Xr recvfrom +.Xr recvfrom 2 calls, though the .Xr connect 2 call may also be used to fix the destination for future diff --git a/share/man/man4/ifmedia.4 b/share/man/man4/ifmedia.4 index 58ce778c898..307e58f368f 100644 --- a/share/man/man4/ifmedia.4 +++ b/share/man/man4/ifmedia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifmedia.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ifmedia.4,v 1.8 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: ifmedia.4,v 1.1 1998/08/09 00:37:17 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -136,7 +136,8 @@ connector. 100baseVG AnyLAN. [100baseVG, 100VG] .It Dv IFM_100_T2 -100baseT2. [100baseT2, 100T2] +100baseT2. +[100baseT2, 100T2] .It Dv IFM_1000_FX 1000baseFX, 1Gb/s over fiber optic cables. [1000baseFX, 1000FX] @@ -182,9 +183,11 @@ All routes vs. single route broadcast. The following media types are defined for FDDI: .Bl -tag -offset indent -width IFM_FDDI_SMF .It Dv IFM_FDDI_SMF -Single-mode fiber. [Single-mode, SMF] +Single-mode fiber. +[Single-mode, SMF] .It Dv IFM_FDDI_MMF -Multi-mode fiber. [Multi-mode, MMF] +Multi-mode fiber. +[Multi-mode, MMF] .It Dv IFM_FDDI_UTP Unshielded twisted pair, RJ45 connector. [UTP, CDDI] diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4 index e654e1a1bc9..2233eb767ad 100644 --- a/share/man/man4/inet.4 +++ b/share/man/man4/inet.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.4,v 1.8 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: inet.4,v 1.9 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: inet.4,v 1.3 1994/11/30 16:22:18 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -176,7 +176,7 @@ Get interface network mask. .%B PS1 .%N 8 .Re -.Sh CAVEAT +.Sh CAVEATS The Internet protocol support is subject to change as the Internet protocols develop. Users should not depend on details of the current implementation, but rather diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 9e6e4a4e952..76f5539a901 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip.4,v 1.17 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ip.4,v 1.18 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: ip.4,v 1.3 1994/11/30 16:22:19 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -118,7 +118,7 @@ option is enabled on a .Dv SOCK_DGRAM socket, the -.Xr recvmsg +.Xr recvmsg 2 call will return the destination .Tn IP address for a @@ -279,9 +279,9 @@ Raw .Tn IP sockets are connectionless, and are normally used with the -.Xr sendto +.Xr sendto 2 and -.Xr recvfrom +.Xr recvfrom 2 calls, though the .Xr connect 2 call may also be used to fix the destination for future diff --git a/share/man/man4/man4.alpha/intro.4 b/share/man/man4/man4.alpha/intro.4 index c5559dbfbb4..634b71ce835 100644 --- a/share/man/man4/man4.alpha/intro.4 +++ b/share/man/man4/man4.alpha/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.8 2001/10/06 22:11:58 miod Exp $ +.\" $OpenBSD: intro.4,v 1.9 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All Rights Reserved. @@ -67,7 +67,8 @@ The autoconfiguration system is described in A list of the supported devices is given below. .Sh LIST OF DEVICES The devices listed below are supported in this incarnation of -the system. Pseudo-devices are not listed. +the system. +Pseudo-devices are not listed. Devices are indicated by their functional interface. Not all supported devices are listed. .Pp diff --git a/share/man/man4/man4.alpha/le.4 b/share/man/man4/man4.alpha/le.4 index 1e5c1972f37..28275158fc3 100644 --- a/share/man/man4/man4.alpha/le.4 +++ b/share/man/man4/man4.alpha/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.4 1999/07/09 13:35:44 aaron Exp $ +.\" $OpenBSD: le.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -23,7 +23,7 @@ Ethernet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in diff --git a/share/man/man4/man4.alpha/tga.4 b/share/man/man4/man4.alpha/tga.4 index 31ce1a81f5a..2da716c9fec 100644 --- a/share/man/man4/man4.alpha/tga.4 +++ b/share/man/man4/man4.alpha/tga.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tga.4,v 1.1 2001/10/06 22:33:39 nate Exp $ +.\" $OpenBSD: tga.4,v 1.2 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 2001 Nathan L. Binkert .\" All rights reserved. @@ -41,10 +41,10 @@ This driver handles TGA graphics hardware within the console framework. .Pp On TGA adapters, the resolution is set on the card and is not changed -at runtime. On some TGA models, there are four dip switches. On -other models, there is a rotary switch with positions 0-F. There are -also some that use jumpers. -.Pp +at runtime. +On some TGA models, there are four dip switches. +On other models, there is a rotary switch with positions 0-F. +There are also some that use jumpers. .Ss TGA Switch Settings: .Bl -column "Setting" "Pixel Freq" "Resolution" "Refresh Rate" .It Li Switch Ta Pixel Ta Monitor Ta Refresh @@ -70,10 +70,10 @@ there are no guarantees. .Pp N.B.: The resolution selected is the resolution used in X windows. .Pp -There are also a couple of extra jumpers on some card. One of these -jumpers often selects the card to be the primary display. Exactly one -of the cards in your machine should have that jumper on. If you have -extra cards, they should have the jumper off. +There are also a couple of extra jumpers on some card. +One of these jumpers often selects the card to be the primary display. +Exactly one of the cards in your machine should have that jumper on. +If you have extra cards, they should have the jumper off. .Sh SEE ALSO .Xr pci 4 , .Xr wscons 4 , diff --git a/share/man/man4/man4.amiga/ae.4 b/share/man/man4/man4.amiga/ae.4 index 81bf5a55322..8a4031cf98c 100644 --- a/share/man/man4/man4.amiga/ae.4 +++ b/share/man/man4/man4.amiga/ae.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ae.4,v 1.7 1999/07/09 13:35:45 aaron Exp $ +.\" $OpenBSD: ae.4,v 1.8 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: ae.4,v 1.3 1995/10/07 18:09:11 chopps Exp $ .\" .\" Copyright (c) 1995 Bernd Ernesti and Klaus Burkert. All rights reserved. @@ -63,7 +63,7 @@ Ethernet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in diff --git a/share/man/man4/man4.amiga/bah.4 b/share/man/man4/man4.amiga/bah.4 index 40f200a1d08..e2d4cef9013 100644 --- a/share/man/man4/man4.amiga/bah.4 +++ b/share/man/man4/man4.amiga/bah.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bah.4,v 1.8 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: bah.4,v 1.9 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: bah.4,v 1.2 1995/06/06 23:41:37 cgd Exp $ .\" .\" Copyright (c) 1995 Ignatios Souvatzis @@ -51,7 +51,7 @@ ARCnet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface does not employ the address resolution protocol described in @@ -60,9 +60,9 @@ to dynamically map between Internet and Ethernet addresses on the local network. Instead, it uses the least significant 8 bits of the IP address as hardware address, as described in -.Xr RFC 1051 +.Em RFC 1051 and -.Xr RFC 1201 +.Em RFC 1201 as one option. .Pp With the IFF_LINK0 flag cleared, IP encoding is done according to the diff --git a/share/man/man4/man4.amiga/ed.4 b/share/man/man4/man4.amiga/ed.4 index c6f7ba3ac21..a11023fe577 100644 --- a/share/man/man4/man4.amiga/ed.4 +++ b/share/man/man4/man4.amiga/ed.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.4,v 1.3 1999/05/16 19:56:46 alex Exp $ +.\" $OpenBSD: ed.4,v 1.4 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -28,7 +28,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: ed.4,v 1.3 1999/05/16 19:56:46 alex Exp $ +.\" $Id: ed.4,v 1.4 2001/11/13 13:54:26 mpech Exp $ .\" .Dd August 30, 1994 .Dt ED 4 amiga @@ -47,7 +47,7 @@ DP8390 Ethernet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in diff --git a/share/man/man4/man4.amiga/es.4 b/share/man/man4/man4.amiga/es.4 index 12d85e00d07..f28827b6c76 100644 --- a/share/man/man4/man4.amiga/es.4 +++ b/share/man/man4/man4.amiga/es.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: es.4,v 1.3 1999/05/16 19:56:47 alex Exp $ +.\" $OpenBSD: es.4,v 1.4 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -28,7 +28,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: es.4,v 1.3 1999/05/16 19:56:47 alex Exp $ +.\" $Id: es.4,v 1.4 2001/11/13 13:54:26 mpech Exp $ .\" .Dd August 30, 1994 .Dt ES 4 amiga @@ -47,7 +47,7 @@ SMC91C90 Ethernet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in diff --git a/share/man/man4/man4.amiga/gtsc.4 b/share/man/man4/man4.amiga/gtsc.4 index 90daadd28ad..f164130c5fc 100644 --- a/share/man/man4/man4.amiga/gtsc.4 +++ b/share/man/man4/man4.amiga/gtsc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gtsc.4,v 1.9 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: gtsc.4,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps .\" All rights reserved. @@ -63,10 +63,11 @@ uses is based on the WD33c93 SCSI chip. .Bl -diag .It sbicwait TIMEO @%d with asr=x%x csr=x%x The 33c93 code (sbic) has been waiting too long for a SCSI chip -operation to complete. %d is the line in the source file +operation to complete. +%d is the line in the source file .Pa amiga/dev/sbic.c -at which the SCSI chip timed-out. Asr and csr are status registers -withing the SCSI chip. +at which the SCSI chip timed-out. +Asr and csr are status registers withing the SCSI chip. .It gtsc%d: abort %s: csr = 0x%02x, asr = 0x%02x A SCSI operation %s was aborted due to an error. .It gtsc%d: csr == 0x%02i diff --git a/share/man/man4/man4.amiga/joy.4 b/share/man/man4/man4.amiga/joy.4 index c902317fed5..8d45fa6fb79 100644 --- a/share/man/man4/man4.amiga/joy.4 +++ b/share/man/man4/man4.amiga/joy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: joy.4,v 1.2 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: joy.4,v 1.3 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" All rights reserved. @@ -44,7 +44,8 @@ The joystick connectors also accept mouses. There is no simple way to find out whether a mouse or a joystick is currently plugged in. .Pp -The joystick is a digital device. Each +The joystick is a digital device. +Each .Fn read on the file descriptor does return one byte representing the current state of the joystick, diff --git a/share/man/man4/man4.amiga/le.4 b/share/man/man4/man4.amiga/le.4 index 222c766a7cd..6774516d3dd 100644 --- a/share/man/man4/man4.amiga/le.4 +++ b/share/man/man4/man4.amiga/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.5 2000/03/02 14:46:44 todd Exp $ +.\" $OpenBSD: le.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -57,7 +57,7 @@ Ethernet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in diff --git a/share/man/man4/man4.amiga/qn.4 b/share/man/man4/man4.amiga/qn.4 index d36f7b1fa7e..89e8fa8fe4e 100644 --- a/share/man/man4/man4.amiga/qn.4 +++ b/share/man/man4/man4.amiga/qn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qn.4,v 1.9 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: qn.4,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" .\" .\" Copyright (c) 1995 Mika Kortelainen. All rights reserved. @@ -62,7 +62,7 @@ Ethernet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in @@ -80,7 +80,7 @@ Resource Management Force's ethernet card, manufacturer\ 2011, product\ 2 .Sh NOTES Multicasting not done yet. If the driver happens to lock up, you may use -.Xr ifconfig +.Xr ifconfig 8 to force the driver down and up again. This usually helps. .Sh HISTORY diff --git a/share/man/man4/man4.hp300/ct.4 b/share/man/man4/man4.hp300/ct.4 index f726e8e523a..3ab79fa9559 100644 --- a/share/man/man4/man4.hp300/ct.4 +++ b/share/man/man4/man4.hp300/ct.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ct.4,v 1.5 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ct.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\ .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -70,7 +70,7 @@ is not supported. .It The .Dv MTIOCGET -.Xr ioctl +.Xr ioctl 2 is not supported. .It The record size for read and write operations must be between diff --git a/share/man/man4/man4.hp300/dv.4 b/share/man/man4/man4.hp300/dv.4 index 540b0fe875b..f1481e1bd48 100644 --- a/share/man/man4/man4.hp300/dv.4 +++ b/share/man/man4/man4.hp300/dv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dv.4,v 1.5 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: dv.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -69,7 +69,7 @@ A user process communicates to the device initially by means of calls. For the .Tn HP-UX -.Xr ioctl +.Xr ioctl 2 calls supported, refer to .Tn HP-UX manuals. diff --git a/share/man/man4/man4.hp300/hil.4 b/share/man/man4/man4.hp300/hil.4 index 9594e1a776d..0669de05163 100644 --- a/share/man/man4/man4.hp300/hil.4 +++ b/share/man/man4/man4.hp300/hil.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hil.4,v 1.6 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: hil.4,v 1.7 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -131,7 +131,7 @@ cannot be shared between processes. .Pp Choosing the type of interface is done on a per device basis using an -.Xr ioctl , +.Xr ioctl 2 , but each device can only have one interface at any given time. .Pp .Em Select @@ -371,7 +371,7 @@ device open, and is using it in mode. .It Bq Er EINVAL Invalid -.Xr ioctl +.Xr ioctl 2 specification. .It Bq Er EMFILE No more shared queues available. diff --git a/share/man/man4/man4.hp300/le.4 b/share/man/man4/man4.hp300/le.4 index 0467df6334d..9b8eb925294 100644 --- a/share/man/man4/man4.hp300/le.4 +++ b/share/man/man4/man4.hp300/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.4 2001/05/11 01:24:20 millert Exp $ +.\" $OpenBSD: le.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -61,9 +61,9 @@ Ethernet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The -.Xr le +.Nm interface employs the address resolution protocol described in .Xr arp 4 to dynamically map between Internet and Ethernet addresses on the local @@ -81,7 +81,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Sh DIAGNOSTICS .Bl -diag .It le%d: hardware address %s. diff --git a/share/man/man4/man4.hp300/rb.4 b/share/man/man4/man4.hp300/rb.4 index 47c23da3529..98ac4c926f4 100644 --- a/share/man/man4/man4.hp300/rb.4 +++ b/share/man/man4/man4.hp300/rb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rb.4,v 1.4 2001/05/11 01:24:20 millert Exp $ +.\" $OpenBSD: rb.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,8 @@ This driver is for the .Tn HP98720 and 98721 graphics device, also known as -the Renaissance. This driver has not been tested with all possible +the Renaissance. +This driver has not been tested with all possible combinations of frame buffer boards and scan boards installed in the device. The driver merely checks for the existence of the device and does minimal set up. @@ -65,7 +66,8 @@ setting these values. .Pp A user process communicates to the device initially by means of .Xr ioctl 2 -calls. For the +calls. +For the .Tn HP-UX .Xr ioctl 2 calls supported, refer to @@ -82,17 +84,19 @@ Get info about device, setting the entries in the .Ar grfinfo structure, as defined in .Aq Pa hpdev/grfioctl.h . -For the standard 98720, the number of planes should be 4. The number of -colors would therefore be 15, excluding black. If one 98722A frame buffer -board is installed, there will still be 4 planes, with the 4 planes on the -colormap board becoming overlay planes. With each additional 98722 frame -buffer board 4 planes will be added up to a maximum of 32 planes total. +For the standard 98720, the number of planes should be 4. +The number of colors would therefore be 15, excluding black. +If one 98722A frame buffer board is installed, there will still +be 4 planes, with the 4 planes on the colormap board becoming overlay planes. +With each additional 98722 frame buffer board 4 planes will be added up to +a maximum of 32 planes total. .It Dv GRFIOCON Graphics On .Pp Turn graphics on by enabling .Tn CRT -output. The screen will come on, displaying +output. +The screen will come on, displaying whatever is in the frame buffer, using whatever colormap is in place. .It Dv GRFIOCOFF Graphics Off @@ -104,9 +108,9 @@ are not affected. .It Dv GRFIOCMAP Map Device to user space .Pp -Map in control registers and framebuffer space. Once the device file is -mapped, the frame buffer structure is accessible. The structure describing -the 98720 is defined in +Map in control registers and framebuffer space. +Once the device file is mapped, the frame buffer structure is accessible. +The structure describing the 98720 is defined in .Pa hpdev/grf_rbreg.h . .El .Sh EXAMPLES diff --git a/share/man/man4/man4.hp300/st.4 b/share/man/man4/man4.hp300/st.4 index aaf15e35818..cf8c4b5266e 100644 --- a/share/man/man4/man4.hp300/st.4 +++ b/share/man/man4/man4.hp300/st.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: st.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: st.4,v 1.8 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -127,8 +127,8 @@ Bit 5 in the minor device number selects fixed block mode with a block size of 1K. Variable length records are the default if bit 5 is not set. .Pp -For unit 0 here are the effects of minor device bits 2,3,4,5. For other -units add the +For unit 0 here are the effects of minor device bits 2,3,4,5. +For other units add the .Em unit# to each of the device names. .Bl -column norewind density filemarks -offset indent @@ -165,7 +165,8 @@ The .Tn SCSI controller hardware can not do odd length .Tn DMA -transfers. If odd length +transfers. +If odd length .Tn DMA I/O is requested the driver will use the "Program Transfer Mode" of the Fujitsu @@ -173,9 +174,9 @@ is requested the driver will use the chip. Read requests are normally even length for which a .Tn DMA -transfer is used. If, however, the -driver detects that a odd length read has happened (when a even length -was requested) it will issue the +transfer is used. +If, however, the driver detects that a odd length read has happened +(when a even length was requested) it will issue the .Dv EIO error and the last byte of the read data will be 0x00. diff --git a/share/man/man4/man4.hp300/tc.4 b/share/man/man4/man4.hp300/tc.4 index 9c8070d5c39..566111a7caa 100644 --- a/share/man/man4/man4.hp300/tc.4 +++ b/share/man/man4/man4.hp300/tc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tc.4,v 1.6 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: tc.4,v 1.7 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -58,7 +58,8 @@ the device to their requirements. The Topcat and Catseye are nearly identical in common usage and only the Topcat will be referred to from now on. .Pp -The Topcat display cards are not user configurable. If one is present on a +The Topcat display cards are not user configurable. +If one is present on a system, it will always have a frame buffer address of 0x200000 and a control register address of 0x560000. These are the @@ -115,7 +116,7 @@ The frame buffer structure describing Topcat/Catseye devices is defined in .El .Pp For further information about the use of -.Xr ioctl +.Xr ioctl 2 see the man page. .Sh EXAMPLES A small example of opening, mapping and using the device is given below. @@ -172,7 +173,7 @@ no such device. Another process has the device open. .It Bq Er EINVAL Invalid -.Xr ioctl +.Xr ioctl 2 specification. .El .Sh SEE ALSO diff --git a/share/man/man4/man4.i386/iy.4 b/share/man/man4/man4.i386/iy.4 index 58b0b21d0f6..4dda2d3ebba 100644 --- a/share/man/man4/man4.i386/iy.4 +++ b/share/man/man4/man4.i386/iy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iy.4,v 1.9 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: iy.4,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: iy.4,v 1.2 1996/05/23 16:52:39 thorpej Exp $ .\" .\" Copyright (c) 1994 Herb Peyerl @@ -56,7 +56,7 @@ UTP, also known as twisted pair .El .Pp The default port to use is the port the card autodetects at -.Xr ifconfig up +.Em ifconfig up time. To choose an alternative port, use the following flag combinations with .Xr ifconfig 8 diff --git a/share/man/man4/man4.mac68k/adb.4 b/share/man/man4/man4.mac68k/adb.4 index 590ea44cc3f..e97d35b0e89 100644 --- a/share/man/man4/man4.mac68k/adb.4 +++ b/share/man/man4/man4.mac68k/adb.4 @@ -28,7 +28,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. .\" -.\" $OpenBSD: adb.4,v 1.5 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: adb.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: adb.4,v 1.1 1997/07/18 02:13:42 ender Exp $ .\" .Dd July 17, 1997 @@ -95,7 +95,7 @@ call is used to control the .Tn ADB event device. The following is a list of available -.Xr ioctl +.Xr ioctl 2 commands: .Bl -tag -width ADBIOC_GETREPEAT .It Dv ADBIOC_DEVSINFO @@ -228,7 +228,7 @@ event device. Another process has the device open. .It Bq Er EINVAL Invalid -.Xr ioctl +.Xr ioctl 2 specification. .It Bq Er EMSGSIZE The size of the diff --git a/share/man/man4/man4.mac68k/ae.4 b/share/man/man4/man4.mac68k/ae.4 index 044e1b4ece2..226c945367e 100644 --- a/share/man/man4/man4.mac68k/ae.4 +++ b/share/man/man4/man4.mac68k/ae.4 @@ -27,7 +27,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. .\" -.\" $OpenBSD: ae.4,v 1.4 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: ae.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" .Dd June 7, 1997 .Dt AE 4 mac68k @@ -46,7 +46,8 @@ This set includes the DP83902. .Pp Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl 2 . The +.Xr ioctl 2 . +The .Nm interface employs the address resolution protocol described in .Xr arp 4 diff --git a/share/man/man4/man4.mac68k/mc.4 b/share/man/man4/man4.mac68k/mc.4 index b5aa33a4f08..b5099eed81c 100644 --- a/share/man/man4/man4.mac68k/mc.4 +++ b/share/man/man4/man4.mac68k/mc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mc.4,v 1.4 2001/01/29 02:11:11 niklas Exp $ +.\" $OpenBSD: mc.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: mc.4,v 1.1 1997/12/18 06:22:45 ender Exp $ .\" .\" Copyright (c) 1997 David Huang <khym@bga.com> @@ -39,7 +39,8 @@ interface provides access to a 10 Mb/s Ethernet network via the AMD Am79C940 .Pp Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl 2 . The +.Xr ioctl 2 . +The .Nm interface employs the address resolution protocol described in .Xr arp 4 diff --git a/share/man/man4/man4.macppc/abtn.4 b/share/man/man4/man4.macppc/abtn.4 index 610fb97b899..2de1493d8c1 100644 --- a/share/man/man4/man4.macppc/abtn.4 +++ b/share/man/man4/man4.macppc/abtn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: abtn.4,v 1.4 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: abtn.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 2001 Peter Philipp .\" All rights reserved. @@ -44,7 +44,7 @@ are silently ignored. .Sh SEE ALSO .Xr adb 4 , .Xr aed 4 -.Sh AUTHOR +.Sh AUTHORS The .Nm driver was written by Tsubai Masanari for diff --git a/share/man/man4/man4.macppc/bm.4 b/share/man/man4/man4.macppc/bm.4 index fb32a66b70c..ac74bb439b9 100644 --- a/share/man/man4/man4.macppc/bm.4 +++ b/share/man/man4/man4.macppc/bm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bm.4,v 1.2 2001/09/02 19:36:55 miod Exp $ +.\" $OpenBSD: bm.4,v 1.3 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 2001 Peter Philipp .\" All rights reserved. @@ -37,7 +37,7 @@ The .Nm device driver supports Apple BMAC and compatible Ethernet devices. -.Sh AUTHOR +.Sh AUTHORS The .Nm Ethernet driver was written by Tsubai Masanari. diff --git a/share/man/man4/man4.macppc/gm.4 b/share/man/man4/man4.macppc/gm.4 index 2136bf97f62..677b7f0a323 100644 --- a/share/man/man4/man4.macppc/gm.4 +++ b/share/man/man4/man4.macppc/gm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gm.4,v 1.3 2001/10/03 04:32:37 drahn Exp $ +.\" $OpenBSD: gm.4,v 1.4 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 2001 Peter Philipp .\" All rights reserved. @@ -44,7 +44,7 @@ driver was not able to be reset the device after 10 tries. .It "gm0: device timeout" watchdog timeout. .El -.Sh AUTHOR +.Sh AUTHORS The .Nm Ethernet driver was written by Tsubai Masanari. diff --git a/share/man/man4/man4.mvme68k/le.4 b/share/man/man4/man4.mvme68k/le.4 index c503515c879..a9b6e240bf6 100644 --- a/share/man/man4/man4.mvme68k/le.4 +++ b/share/man/man4/man4.mvme68k/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.6 2000/03/02 14:46:48 todd Exp $ +.\" $OpenBSD: le.4,v 1.7 2001/11/13 13:54:26 mpech Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -58,7 +58,7 @@ Ethernet chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in diff --git a/share/man/man4/man4.sparc/cgeight.4 b/share/man/man4/man4.sparc/cgeight.4 index 9134412e026..8e243c71090 100644 --- a/share/man/man4/man4.sparc/cgeight.4 +++ b/share/man/man4/man4.sparc/cgeight.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgeight.4,v 1.8 2001/06/23 07:04:17 pjanzen Exp $ +.\" $OpenBSD: cgeight.4,v 1.9 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: cgeight.4,v 1.2 1997/10/08 22:00:03 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -56,8 +56,7 @@ The .Nm driver supports the minimal .Xr ioctl 2 Ns s -needed to run -.Xr X 1 . +needed to run the X Window System. .Sh SEE ALSO .Xr bwtwo 4 , .Xr cgfour 4 , diff --git a/share/man/man4/man4.sparc/le.4 b/share/man/man4/man4.sparc/le.4 index 072fc7f3a4b..e6f45c0f89e 100644 --- a/share/man/man4/man4.sparc/le.4 +++ b/share/man/man4/man4.sparc/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.12 2000/03/02 14:46:49 todd Exp $ +.\" $OpenBSD: le.4,v 1.13 2001/11/13 13:54:26 mpech Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -65,7 +65,7 @@ chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in diff --git a/share/man/man4/man4.sparc64/gem.4 b/share/man/man4/man4.sparc64/gem.4 index 8768c14db97..d6f11ba26e6 100644 --- a/share/man/man4/man4.sparc64/gem.4 +++ b/share/man/man4/man4.sparc64/gem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gem.4,v 1.2 2001/10/24 21:15:32 miod Exp $ +.\" $OpenBSD: gem.4,v 1.3 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 2001 Miodrag Vallat. .\" All rights reserved. @@ -63,7 +63,8 @@ network. When a .Nm interface is brought up, by default, it will attempt to auto-negotiate the -link speed and duplex. The speeds are tried in descending order, in Full +link speed and duplex. +The speeds are tried in descending order, in Full Duplex, then Half Duplex mode. .Pp The diff --git a/share/man/man4/man4.sparc64/hme.4 b/share/man/man4/man4.sparc64/hme.4 index 5144ec6dd24..951bc309d26 100644 --- a/share/man/man4/man4.sparc64/hme.4 +++ b/share/man/man4/man4.sparc64/hme.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hme.4,v 1.1 2001/10/06 16:51:13 miod Exp $ +.\" $OpenBSD: hme.4,v 1.2 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -70,7 +70,8 @@ network. When a .Nm interface is brought up, by default, it will attempt to auto-negotiate the -link speed and duplex. The speeds, in order of attempt, are: +link speed and duplex. +The speeds, in order of attempt, are: 100Mb/s Full Duplex, 100Mb/s Half Duplex, 10 Mb/s Full Duplex, and 10 Mb/s Half Duplex. .Pp diff --git a/share/man/man4/man4.sun3/le.4 b/share/man/man4/man4.sun3/le.4 index 2334f4649e5..4a2367d01c3 100644 --- a/share/man/man4/man4.sun3/le.4 +++ b/share/man/man4/man4.sun3/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.5 2001/01/29 02:11:12 niklas Exp $ +.\" $OpenBSD: le.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -61,7 +61,7 @@ chip set. Each of the host's network addresses is specified at boot time with an .Dv SIOCSIFADDR -.Xr ioctl . +.Xr ioctl 2 . The .Nm interface employs the address resolution protocol described in diff --git a/share/man/man4/man4.vax/acc.4 b/share/man/man4/man4.vax/acc.4 index b4d56aaa5b4..351ac765a06 100644 --- a/share/man/man4/man4.vax/acc.4 +++ b/share/man/man4/man4.vax/acc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acc.4,v 1.4 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: acc.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: acc.4,v 1.3 1996/03/03 17:13:10 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -60,7 +60,7 @@ the hardware support to the interface described in .Xr imp 4 . The configuration entry for the -.Xr imp +.Em imp must also include the .Em pseudo-device as shown above. diff --git a/share/man/man4/man4.vax/ad.4 b/share/man/man4/man4.vax/ad.4 index a29181a3e12..5e9e0b0a08d 100644 --- a/share/man/man4/man4.vax/ad.4 +++ b/share/man/man4/man4.vax/ad.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ad.4,v 1.3 1999/06/05 13:18:37 aaron Exp $ +.\" $OpenBSD: ad.4,v 1.4 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: ad.4,v 1.3 1996/03/03 17:13:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -59,7 +59,7 @@ The driver communicates to a user process by means of .Xr ioctl 2 Ns s. The .Dv AD_CHAN -.Xr ioctl +.Xr ioctl 2 selects which channel of the board to read. For example, .Bd -literal -offset indent diff --git a/share/man/man4/man4.vax/css.4 b/share/man/man4/man4.vax/css.4 index b75dc7b8147..285234c5444 100644 --- a/share/man/man4/man4.vax/css.4 +++ b/share/man/man4/man4.vax/css.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: css.4,v 1.4 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: css.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: css.4,v 1.3 1996/03/03 17:13:16 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -60,7 +60,7 @@ the hardware support to the interface described in .Xr imp 4 . The configuration entry for the -.Xr imp +.Em imp must also include the .Em pseudo-device as shown above. diff --git a/share/man/man4/man4.vax/de.4 b/share/man/man4/man4.vax/de.4 index 2e4ed6bf6c6..231922c8c9c 100644 --- a/share/man/man4/man4.vax/de.4 +++ b/share/man/man4/man4.vax/de.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: de.4,v 1.4 1999/06/05 13:18:37 aaron Exp $ +.\" $OpenBSD: de.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: de.4,v 1.3 1996/03/03 17:13:19 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -75,7 +75,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Sh DIAGNOSTICS .Bl -diag .It de%d: hardware address %s. diff --git a/share/man/man4/man4.vax/dhu.4 b/share/man/man4/man4.vax/dhu.4 index 341d7befbf8..69130b31744 100644 --- a/share/man/man4/man4.vax/dhu.4 +++ b/share/man/man4/man4.vax/dhu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhu.4,v 1.4 2001/03/06 19:56:51 brad Exp $ +.\" $OpenBSD: dhu.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: dhu.4,v 1.4 1996/03/05 15:28:48 ragge Exp $ .\" .\" Copyright (c) 1985, 1991 Regents of the University of California. @@ -63,7 +63,7 @@ or .Xr stty 1 or may be communicated by other programs which utilize -.Xr ioctl +.Xr ioctl 2 such as .Xr ifconfig 8 , see diff --git a/share/man/man4/man4.vax/dmc.4 b/share/man/man4/man4.vax/dmc.4 index d1277d861d7..aaa318bfd00 100644 --- a/share/man/man4/man4.vax/dmc.4 +++ b/share/man/man4/man4.vax/dmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmc.4,v 1.6 2001/08/20 05:57:55 mpech Exp $ +.\" $OpenBSD: dmc.4,v 1.7 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: dmc.4,v 1.3 1996/03/03 17:13:22 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -89,7 +89,7 @@ Several device error counters are available via .Xr adb 1 , for more information see the -.Xr adb +.Em adb script .Pa /usr/lib/adb/dmcstats , or the @@ -101,7 +101,7 @@ The host's address must be specified with an .Xr ioctl 2 , and the destination address specified with a .Dv SIOCSIFDSTADDR -.Xr ioctl , +.Xr ioctl 2 , before the interface will transmit or receive any packets. .Sh ROUTING The driver places a @@ -109,7 +109,7 @@ The driver places a entry in the kernel routing tables for the address given in the .Dv SIOCSIFDSTADDR -.Xr ioctl . +.Xr ioctl 2 . To use the .Tn DMC as a diff --git a/share/man/man4/man4.vax/dmv.4 b/share/man/man4/man4.vax/dmv.4 index e1f1fe3beea..ab1b7e1982a 100644 --- a/share/man/man4/man4.vax/dmv.4 +++ b/share/man/man4/man4.vax/dmv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmv.4,v 1.5 1999/09/23 04:12:06 alex Exp $ +.\" $OpenBSD: dmv.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: dmv.4,v 1.3 1996/03/03 17:13:25 thorpej Exp $ .\" .\" Copyright (c) 1988, 1991 Regents of the University of California. @@ -62,7 +62,7 @@ The host's address must be specified with an .Xr ioctl 2 , and the destination address specified with a .Dv SIOCSIFDSTADDR -.Xr ioctl , +.Xr ioctl 2 , before the interface will transmit or receive any packets. .Sh ROUTING The driver places a @@ -70,7 +70,7 @@ The driver places a entry in the kernel routing tables for the address given in the .Dv SIOCSIFDSTADDR -.Xr ioctl . +.Xr ioctl 2 . To use the .Tn DMV as a diff --git a/share/man/man4/man4.vax/ec.4 b/share/man/man4/man4.vax/ec.4 index d92c3050b3c..accdb02d78d 100644 --- a/share/man/man4/man4.vax/ec.4 +++ b/share/man/man4/man4.vax/ec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ec.4,v 1.5 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: ec.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: ec.4,v 1.3 1996/03/03 17:13:30 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -82,7 +82,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Pp The interface software implements an exponential backoff algorithm when notified of a collision on the cable. @@ -140,5 +140,5 @@ The software implements local sending and broadcast by sending such packets to the loop interface. This is a kludge. .Pp -Backoff delays are done in a software busy loop. This can degrade the -system if the network experiences frequent collisions. +Backoff delays are done in a software busy loop. +This can degrade the system if the network experiences frequent collisions. diff --git a/share/man/man4/man4.vax/en.4 b/share/man/man4/man4.vax/en.4 index 2ff356c0c67..608cfe9abb5 100644 --- a/share/man/man4/man4.vax/en.4 +++ b/share/man/man4/man4.vax/en.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: en.4,v 1.5 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: en.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: en.4,v 1.3 1996/03/03 17:13:32 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -102,7 +102,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Sh DIAGNOSTICS .Bl -diag .It en%d: output error. @@ -148,4 +148,4 @@ packets is provided if the flag is defined in the driver and set at boot time with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . diff --git a/share/man/man4/man4.vax/ex.4 b/share/man/man4/man4.vax/ex.4 index 872b6c22bf9..fa3a5d3ab94 100644 --- a/share/man/man4/man4.vax/ex.4 +++ b/share/man/man4/man4.vax/ex.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ex.4,v 1.5 1999/09/23 04:12:06 alex Exp $ +.\" $OpenBSD: ex.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: ex.4,v 1.3 1996/03/03 17:13:33 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -70,7 +70,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Sh DIAGNOSTICS .Bl -diag .It "ex%d: HW %c.%c, NX %c.%c, hardware address %s." diff --git a/share/man/man4/man4.vax/hk.4 b/share/man/man4/man4.vax/hk.4 index ff6d8e6a025..165d2185f2b 100644 --- a/share/man/man4/man4.vax/hk.4 +++ b/share/man/man4/man4.vax/hk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hk.4,v 1.7 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: hk.4,v 1.8 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: hk.4,v 1.3 1996/03/03 17:13:37 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -185,7 +185,7 @@ driver appeared in .Bx 4.1 . .Sh BUGS The -.Xr write +.Xr write 2 function scribbles on the tail of incomplete blocks. .Pp diff --git a/share/man/man4/man4.vax/ik.4 b/share/man/man4/man4.vax/ik.4 index fdb58a986b5..fe10913ec25 100644 --- a/share/man/man4/man4.vax/ik.4 +++ b/share/man/man4/man4.vax/ik.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ik.4,v 1.3 1999/06/05 13:18:38 aaron Exp $ +.\" $OpenBSD: ik.4,v 1.4 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: ik.4,v 1.3 1996/03/03 17:13:42 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. @@ -69,7 +69,7 @@ returns the virtual address where the user process can find the interface registers. The .Dv IK_WAITINT -.Xr ioctl +.Xr ioctl 2 suspends the user process until the ikonas device has interrupted (for whatever reason \(em the user process has to set the interrupt enables). diff --git a/share/man/man4/man4.vax/il.4 b/share/man/man4/man4.vax/il.4 index dd8888a216f..d500a611334 100644 --- a/share/man/man4/man4.vax/il.4 +++ b/share/man/man4/man4.vax/il.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: il.4,v 1.4 1999/06/05 13:18:39 aaron Exp $ +.\" $OpenBSD: il.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: il.4,v 1.3 1996/03/03 17:13:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -68,7 +68,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Sh DIAGNOSTICS .Bl -diag .It il%d: input error. diff --git a/share/man/man4/man4.vax/ix.4 b/share/man/man4/man4.vax/ix.4 index 5f6a06caff8..57a7b4787a9 100644 --- a/share/man/man4/man4.vax/ix.4 +++ b/share/man/man4/man4.vax/ix.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ix.4,v 1.5 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: ix.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: ix.4,v 1.3 1996/03/03 17:13:45 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -83,7 +83,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Sh DIAGNOSTICS .Bl -diag .It "ix%d: Req failed, cmd %x, stat %x, ust error %x,%x." diff --git a/share/man/man4/man4.vax/np.4 b/share/man/man4/man4.vax/np.4 index e29d4ff790e..039f45c3229 100644 --- a/share/man/man4/man4.vax/np.4 +++ b/share/man/man4/man4.vax/np.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: np.4,v 1.4 1999/06/05 13:18:39 aaron Exp $ +.\" $OpenBSD: np.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: np.4,v 1.3 1996/03/03 17:13:55 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -87,7 +87,7 @@ for details.] .Bl -diag .It np%d: Bad Maintenance command: %x! An invalid -.Xr ioctl +.Xr ioctl 2 was passed to the np driver. .Pp .It np%d: Panic NP100 bad buffer chain. diff --git a/share/man/man4/man4.vax/qe.4 b/share/man/man4/man4.vax/qe.4 index 9e9aea06738..4db82691992 100644 --- a/share/man/man4/man4.vax/qe.4 +++ b/share/man/man4/man4.vax/qe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qe.4,v 1.4 1999/06/05 13:18:39 aaron Exp $ +.\" $OpenBSD: qe.4,v 1.5 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: qe.4,v 1.3 1996/03/03 17:14:01 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -76,7 +76,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Sh SEE ALSO .Xr arp 4 , .Xr inet 4 , diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4 index 8595b511c88..4b6ebe28be9 100644 --- a/share/man/man4/man4.vax/uda.4 +++ b/share/man/man4/man4.vax/uda.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uda.4,v 1.8 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: uda.4,v 1.9 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -243,7 +243,7 @@ table containing only an `a' partition has been created covering the entire disk, which has the indicated numbers of sectors per track (s), tracks per cylinder (t), and total cylinders (c). Give the pack a label with the -.Xr disklabel +.Xr disklabel 8 utility. .Pp .It "uda%d: uballoc map failed" diff --git a/share/man/man4/man4.vax/va.4 b/share/man/man4/man4.vax/va.4 index a95e13edcb2..4ac4dc6fc6e 100644 --- a/share/man/man4/man4.vax/va.4 +++ b/share/man/man4/man4.vax/va.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: va.4,v 1.6 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: va.4,v 1.7 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: va.4,v 1.3 1996/03/03 17:14:15 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -111,7 +111,7 @@ int plotmd[] = { VPLOT, 0, 0 }; and .Ar va is the result of a call to -.Xr fopen +.Xr fopen 3 on stdio. When you finish using the Benson-Varian in plot mode you should advance to a new page @@ -172,6 +172,6 @@ play havoc with the We have intermittent minor problems on the .Tn UNIBUS where our -.Xr va +.Nm lives, but haven't ever been able to pin them down completely. diff --git a/share/man/man4/man4.vax/vp.4 b/share/man/man4/man4.vax/vp.4 index b7a084a6f65..44c52becc46 100644 --- a/share/man/man4/man4.vax/vp.4 +++ b/share/man/man4/man4.vax/vp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vp.4,v 1.5 2001/10/04 10:28:20 wilfried Exp $ +.\" $OpenBSD: vp.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: vp.4,v 1.3 1996/03/03 17:14:16 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -76,7 +76,7 @@ int plotmd[] = { VPLOT, 0, 0 }; and .Em vp is the result of a call to -.Xr fopen +.Xr fopen 3 on stdio. When you finish using the Versatec in plot mode you should eject paper by sending it a diff --git a/share/man/man4/man4.vax/vv.4 b/share/man/man4/man4.vax/vv.4 index af58e4f6623..f0bfaf15621 100644 --- a/share/man/man4/man4.vax/vv.4 +++ b/share/man/man4/man4.vax/vv.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vv.4,v 1.6 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: vv.4,v 1.7 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: vv.4,v 1.3 1996/03/03 17:14:18 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -84,7 +84,7 @@ by setting the .Dv IFF_NOTRAILERS flag with an .Dv SIOCSIFFLAGS -.Xr ioctl . +.Xr ioctl 2 . .Sh DIAGNOSTICS .Bl -diag .It vv%d: host %d. diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 94aea70a7f8..330774d1fc0 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.18 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: netintro.4,v 1.19 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -183,10 +183,10 @@ though certain interfaces such as the loopback interface, do not. .Pp The following -.Xr ioctl +.Xr ioctl 2 calls may be used to manipulate network interfaces. The -.Xr ioctl +.Xr ioctl 2 is made on a socket (typically of type .Dv SOCK_DGRAM ) in the desired domain. @@ -229,7 +229,7 @@ Set point to point address for protocol family and interface. Set broadcast address for protocol family and interface. .El .Pp -.Xr Ioctl +.Xr ioctl 2 requests to obtain addresses and requests both to set and retrieve other data are still fully supported and use the @@ -283,9 +283,9 @@ to each family (replacing each sockaddr by one of the family-specific type). Where the sockaddr itself is larger than the default size, one needs to modify the -.Xr ioctl +.Xr ioctl 2 identifier itself to include the total size, as described in -.Xr ioctl . +.Xr ioctl 2 . .It Dv SIOCDIFADDR This request deletes the specified address from the list associated with an interface. diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index e9b22ec195a..3f7d3ef0b40 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.87 2001/11/06 03:20:34 pvalchev Exp $ +.\" $OpenBSD: options.4,v 1.88 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -61,7 +61,7 @@ This makes it possible to run binaries that use old versions of the .Xr msgctl 2 , .Xr shmctl 2 and -.Xr __semctl +.Xr semctl 2 system calls which changed semantics in .Ox 2.4 . .It Cd option COMPAT_25 @@ -236,12 +236,11 @@ is useful for debugging kernels and their crashdumps with gdb. Note that .Xr gdb Ns 's .Fl k -flag -is obsolete and should not be used. +flag is obsolete and should not be used. Instead, a crashdump can be debugged by starting .Xr gdb with the kernel name as an argument (no core file) and then use the -.Xr gdb +.Xr gdb 1 command .Dq target kcore COREFILE . .It Cd option DEBUG diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index 6a2e5f635aa..8640a068d4b 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pty.4,v 1.5 2000/07/10 13:27:35 aaron Exp $ +.\" $OpenBSD: pty.4,v 1.6 2001/11/13 13:54:25 mpech Exp $ .\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -45,7 +45,7 @@ .Op Ar count .Sh DESCRIPTION The -.Xr pty +.Nm driver provides support for a device-pair termed a .Em pseudo terminal . A pseudo terminal is a pair of character devices, a @@ -161,7 +161,7 @@ protocol equivalents with the remote peer. .El .It Dv TIOCUCNTL Enable/disable a mode that allows a small number of simple user -.Xr ioctl +.Xr ioctl 2 commands to be passed through the pseudo-terminal, using a protocol similar to that of .Dv TIOCPKT . @@ -175,12 +175,12 @@ by specifying (by reference) a nonzero parameter and disabled by specifying (by reference) a zero parameter. Each subsequent -.Xr read +.Xr read 2 from the master side will return data written on the slave part of the pseudo terminal preceded by a zero byte, or a single byte reflecting a user control operation on the slave side. A user control command consists of a special -.Xr ioctl +.Xr ioctl 2 operation with no data; the command is given as .Dv UIOCCMD Ns (n) , where @@ -189,17 +189,17 @@ is a number in the range 1-255. The operation value .Ar n will be received as a single byte on the next -.Xr read +.Xr read 2 from the master side. The -.Xr ioctl +.Xr ioctl 2 .Dv UIOCCMD Ns (0) is a no-op that may be used to probe for the existence of this facility. As with .Dv TIOCPKT mode, command operations may be detected with a -.Xr select +.Xr select 2 for exceptional conditions. .It Dv TIOCREMOTE A mode for the master half of a pseudo terminal, independent diff --git a/share/man/man4/strip.4 b/share/man/man4/strip.4 index 72a9a692402..8c7851b52ac 100644 --- a/share/man/man4/strip.4 +++ b/share/man/man4/strip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strip.4,v 1.13 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: strip.4,v 1.14 2001/11/13 13:54:25 mpech Exp $ .\" .\" Copyright 1996 The Board of Trustees of The Leland Stanford .\" Junior University. All Rights Reserved. @@ -79,8 +79,8 @@ a dedicated point-to-point connection. In contrast, .Nm sends -packets to a frequency-hopping radio, which can address packets to -any peer Metricom radio. rather than just to a single host at the +packets to a frequency-hopping radio, which can address packets to +any peer Metricom radio rather than just to a single host at the other end of a point-to-point line. Thus, one .Nm @@ -179,7 +179,7 @@ has not been widely tested on a variety of lower-level tty drivers. The detection and resetting of radios that crash out of Starmode does not always work in this version of the driver. One workaround is to kill the -.Xr slattach +.Xr slattach 8 process, ifconfig the .Nm interface down, and then start a new slattach and rerun ifconfig. diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 7032ba5c25b..bb3ab083a91 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.16 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: termios.4,v 1.17 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -214,7 +214,7 @@ the writing process is orphaned, and the writing process is not ignoring or blocking .Dv SIGTTOU , the -.Xr write +.Xr write 2 returns -1 with .Va errno set to @@ -382,7 +382,7 @@ process the bytes received. .Dv VMIN represents the minimum number of bytes that should be received when the -.Xr read +.Xr read 2 function successfully returns. .Dv VTIME is a timer of 0.1 second diff --git a/share/man/man4/tp.4 b/share/man/man4/tp.4 index 65417ad0097..2d5bf96a719 100644 --- a/share/man/man4/tp.4 +++ b/share/man/man4/tp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tp.4,v 1.13 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: tp.4,v 1.14 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: tp.4,v 1.4 1994/11/30 16:22:38 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -160,9 +160,9 @@ and system calls may be used. .Pp Through the -.Xr getsockopt +.Xr getsockopt 2 and -.Xr setsockopt +.Xr setsockopt 2 system calls, .Tn TP supports several options @@ -177,17 +177,17 @@ the options marked with a pound sign .Ql \&# may be used with -.Xr setsockopt +.Xr setsockopt 2 after a connection is established. Others must be used before the connection is established, in other words, before calling -.Xr connect +.Xr connect 2 or -.Xr accept . +.Xr accept 2 . All options may be used with -.Xr getsockopt +.Xr getsockopt 2 before or after a connection is established. .Bl -tag -width TPOPT_PSTATISTICS @@ -195,16 +195,16 @@ after a connection is established. (char *) [none] .br Data to send on -.Xr connect . +.Xr connect 2 . The passive user may issue a -.Xr getsockopt +.Xr getsockopt 2 call to retrieve a connection request's user data, after having done the -.Xr accept +.Xr accept 2 system call without implying confirmation of the connection. .Pp The data may also be retrieved by issuing a -.Xr recvmsg +.Xr recvmsg 2 request for ancillary data only, without implying confirmation of the connection. The returned @@ -221,16 +221,16 @@ for (char *) [none] .br Data to send on -.Xr close . +.Xr close 2 . Disconnect data may be sent by the side initiating the close but not by the passive side ("passive" with respect to the closing of the connection), so there is no need to read disconnect data after calling -.Xr close . +.Xr close 2 . This may be sent by a -.Xr setsockopt +.Xr setsockopt 2 system call, or by issuing a -.Xr sendmsg +.Xr sendmsg 2 request specifying ancillary data only. The user-provided .Va cmsghdr @@ -249,19 +249,16 @@ the connection. .br Data to send when confirming a connection. This may also be sent by a -.Xr setsockopt +.Xr setsockopt 2 system call, or by issuing a -.Xr sendmsg +.Xr sendmsg 2 request, as above. Sending of connect confirm data will cause the connection to be confirmed rather than rejected. .It Dv TPOPT_PERF_MEAS \&# Boolean. .br -When -.Xr true , -performance measurements will be kept -for this connection. +When true, performance measurements will be kept for this connection. When set before a connection is established, the active side will use a locally defined parameter on the connect request packet; if the peer is another @@ -279,7 +276,7 @@ On output, This command is used to read the performance statistics accumulated during a connection's lifetime. It can only be used with -.Xr getsockopt . +.Xr getsockopt 2 . The structure it returns is described in .Aq Pa netiso/tp_stat.h . See @@ -289,7 +286,7 @@ unsigned integer. [0x0] .br This command can only be used with -.Xr getsockopt . +.Xr getsockopt 2 . See the description of the flags below. .It Dv TPOPT_PARAMS .Ar struct tp_conn_param @@ -298,9 +295,9 @@ Used to get or set a group parameters for a connection. The .Ar struct tp_conn_param is the argument used with the -.Xr getsockopt +.Xr getsockopt 2 or -.Xr setsockopt +.Xr setsockopt 2 system call. It is described in .Aq Pa netiso/tp_user.h . @@ -603,7 +600,7 @@ and .Aq Pa netiso/iso_errno.h . User programs may print messages associated with these value by using an expanded version of -.Xr perror +.Xr perror 3 found in the .Tn ISO library, @@ -637,7 +634,7 @@ that timed out, the read may result in .Er ENOTSOCK , because the -.Xr accept +.Xr accept 2 call had not yet returned a legitimate socket descriptor when the signal was handled. .Dv ETIMEDOUT @@ -674,7 +671,7 @@ system call to see if the signal was due to the arrival of expedited data or due to a disconnection. In the latter case, -.Xr getsockopt +.Xr getsockopt 2 will return .Er ENOTCONN . .El diff --git a/share/man/man4/udp.4 b/share/man/man4/udp.4 index 17f6171db7c..7086977958e 100644 --- a/share/man/man4/udp.4 +++ b/share/man/man4/udp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: udp.4,v 1.9 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: udp.4,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: udp.4,v 1.3 1994/11/30 16:22:41 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -57,9 +57,9 @@ protocol family. .Tn UDP sockets are connectionless, and are normally used with the -.Xr sendto +.Xr sendto 2 and -.Xr recvfrom +.Xr recvfrom 2 calls, though the .Xr connect 2 call may also be used to fix the destination for future diff --git a/share/man/man4/ukphy.4 b/share/man/man4/ukphy.4 index 504997a546c..ab9a3067f17 100644 --- a/share/man/man4/ukphy.4 +++ b/share/man/man4/ukphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ukphy.4,v 1.5 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ukphy.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: ukphy.4,v 1.1 1999/09/08 13:59:07 soren Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -48,7 +48,7 @@ The .Nm driver supports the basic functionality of most Ethernet PHYs. -.Sh CAVEAT +.Sh CAVEATS In areas where the programming interface for PHYs differ, such as detecting the currently active medium, this driver often does not work optimally. diff --git a/share/man/man4/urio.4 b/share/man/man4/urio.4 index 2febbd9e1c5..abe936b4387 100644 --- a/share/man/man4/urio.4 +++ b/share/man/man4/urio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: urio.4,v 1.10 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: urio.4,v 1.11 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: urio.4,v 1.1 2000/04/14 14:48:29 augustss Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -66,7 +66,7 @@ will download a song over the connection into your Rio500. .Sh SEE ALSO .Xr usb 4 , -.Xr /usr/ports/audio/rio500 +.Pa /usr/ports/audio/rio500 .Sh HISTORY The .Nm diff --git a/share/man/man4/uscanner.4 b/share/man/man4/uscanner.4 index 142710fa470..d2742551bf6 100644 --- a/share/man/man4/uscanner.4 +++ b/share/man/man4/uscanner.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uscanner.4,v 1.1 2000/11/16 19:40:17 aaron Exp $ +.\" $OpenBSD: uscanner.4,v 1.2 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: uscanner.4,v 1.4 2000/10/13 21:05:18 augustss Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -80,7 +80,7 @@ for them yet. .Sh SEE ALSO .Xr usb 4 .Pp -.Xr http://www.buzzard.org.uk/jonathan/scanners-usb.html +.Pa http://www.buzzard.org.uk/jonathan/scanners-usb.html .Sh HISTORY The .Nm diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 149b4dd118d..c1eb91b6654 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.14 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: vlan.4,v 1.15 2001/11/13 13:54:26 mpech Exp $ .\" .Dd January 9, 2000 .Dt VLAN 4 @@ -102,7 +102,6 @@ and .Xr ip 4 , .Xr netintro 4 , .Xr ifconfig 8 -.Pp .Rs .%T IEEE 802.1Q standard .%O http://standards.ieee.org/getieee802/802.1.html diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index af0c3da4f45..4f6a1c0a714 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.17 2001/10/02 21:26:34 jakob Exp $ +.\" $OpenBSD: fstab.5,v 1.18 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -208,7 +208,7 @@ is used for these filesystems by the .Xr dump 8 command to determine which filesystems need to be dumped. If the fifth field is not present, a value of zero is returned and -.Xr dump +.Xr dump 8 will assume that the filesystem does not need to be dumped. .Pp The sixth field, diff --git a/share/man/man5/genassym.cf.5 b/share/man/man5/genassym.cf.5 index 31a049d333c..aa02a6ed03e 100644 --- a/share/man/man5/genassym.cf.5 +++ b/share/man/man5/genassym.cf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: genassym.cf.5,v 1.1 2001/09/16 14:31:58 miod Exp $ +.\" $OpenBSD: genassym.cf.5,v 1.2 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: genassym.cf.5,v 1.8 2001/06/19 12:34:27 wiz Exp $ .\" .\" Copyright (c) 1997 Matthias Pfaller. @@ -62,7 +62,8 @@ command removed. The first word after a .Em define command is taken as a CPP identifier and the rest of the line has to be -a constant C expression. The output of +a constant C expression. +The output of .Xr genassym.sh 8 will assign the numerical value of this expression to the CPP identifier. .Pp @@ -99,7 +100,8 @@ does a .br .Em "define FOO offsetof(<last struct>, bar)" , .br -with its first argument converted to upper case. In the case where struct was +with its first argument converted to upper case. +In the case where struct was invoked with an extra argument, as in .br .Em "struct foo PREFIX_" , @@ -116,7 +118,8 @@ When producing C output, values are casted to <ctype> (default: long) before they get handed to printf. <gcc constraint> (default: n) is the constraint used in the __asm__ statements. <asm print modifier> (default: empty) can be used to force gcc to output operands in different ways -then normal. The "a" modifier e.g. stops gcc from emitting immediate +then normal. +The "a" modifier e.g. stops gcc from emitting immediate prefixes in front of constants for the i386 and m68k port. .Sh FILES .Pa /sys/arch/${MACHINE}/${MACHINE}/genassym.cf diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index 5b9db78d9a4..3d52c44755e 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: link.5,v 1.9 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: link.5,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: link.5,v 1.5 1996/01/09 00:14:32 pk Exp $ .\" .\" Copyright (c) 1993 Paul Kranenburg @@ -134,7 +134,7 @@ struct _dynamic { This field provides for different versions of the dynamic linking implementation. The current version numbers understood by ld and -.Xr ld.so +.Xr ld.so 1 are LD_VERSION_SUN(3), which is used by the SunOS 4.x releases, and LD_VERSION_BSD(8), which is currently in use by .Ox . @@ -183,7 +183,7 @@ struct section_dispatch_table { .It Fa sdt_loaded A pointer to the first link map loaded (see below). This field is set by -.Xr ld.so +.Xr ld.so 1 for the benefit of debuggers that may use it to load a shared object's symbol table. .It Fa sdt_sods @@ -262,7 +262,7 @@ The offset in the text segment of a string describing this link object. If set, .Fa sod_name specifies a library that is to be searched for by -.Xr ld.so . +.Xr ld.so 1 . The path name is obtained by searching a set of directories .Po @@ -410,7 +410,7 @@ Virtual address of next .It Fa rt_link Next in hash bucket. Used by internally by -.Xr ld.so . +.Xr ld.so 1 . .It Fa rt_srcaddr Location of the source of initialized data within a shared object. .It Fa rt_smp @@ -472,7 +472,7 @@ may be interested in. The .Em ld_entry structure defines a set of service routines within -.Xr ld.so . +.Xr ld.so 1 . See .Xr dlfcn 3 for more information. @@ -489,7 +489,7 @@ struct ld_entry { The .Fa crt_ldso structure defines the interface between -.Xr ld.so +.Xr ld.so 1 and the start-up code in .Em crt0 . .Bd -literal -offset indent @@ -512,7 +512,7 @@ struct crt_ldso { .Bl -tag -width crt_dzfd .It Fa crt_ba The virtual address at which -.Xr ld.so +.Xr ld.so 1 was loaded by .Em crt0 . .It Fa crt_dzfd @@ -526,7 +526,7 @@ systems it contains \-1. Contains an open file descriptor that was used by .Em crt0 to load -.Xr ld.so . +.Xr ld.so 1 . .It Fa crt_dp A pointer to main's .Fa _dynamic @@ -559,7 +559,7 @@ and structures define the layout of the library hints, normally found in .Pa /var/run/ld.so.hints , which is used by -.Xr ld.so +.Xr ld.so 1 to quickly locate the shared object images in the filesystem. The organization of the hints file is not unlike that of an .Xr a.out 5 diff --git a/share/man/man5/netgroup.5 b/share/man/man5/netgroup.5 index 8940e2d2123..46342354f04 100644 --- a/share/man/man5/netgroup.5 +++ b/share/man/man5/netgroup.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netgroup.5,v 1.9 2000/10/26 00:37:05 aaron Exp $ +.\" $OpenBSD: netgroup.5,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: netgroup.5,v 1.3 1995/03/18 14:58:34 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -81,12 +81,12 @@ should normally be used to access the database. .Pp These functions operate on the -.Xr db +.Xr db 3 version of the .Nm .Pq Pa netgroup.db file which can be generated using -.Xr netgroup_mkdb . +.Xr netgroup_mkdb 8 . If that file is not present, and the system supports NIS, then the .Nm NIS maps are used. diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index cf619abe1fb..48e203c64a4 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.5,v 1.20 2001/08/20 05:57:55 mpech Exp $ +.\" $OpenBSD: passwd.5,v 1.21 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: passwd.5,v 1.4 1995/07/28 06:46:05 phil Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -279,7 +279,7 @@ unexpected results. The password file format has changed since .Bx 4.3 . The following -.Xr awk +.Xr awk 1 script can be used to convert your old-style password file into a new style password file. The additional fields diff --git a/share/man/man5/phones.5 b/share/man/man5/phones.5 index e4c19c0cf47..cfa5c75585f 100644 --- a/share/man/man5/phones.5 +++ b/share/man/man5/phones.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: phones.5,v 1.7 2001/08/11 00:05:53 krw Exp $ +.\" $OpenBSD: phones.5,v 1.8 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: phones.5,v 1.3 1994/11/30 19:31:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -102,7 +102,6 @@ create multiple lines that have the same system name. .Xr tip 1 will try each number in sequence until it makes a connection or reaches the end of the file. -.Pp .Sh FILES .Bl -tag -width /etc/phones -compact .It Pa /etc/phones diff --git a/share/man/man5/printcap.5 b/share/man/man5/printcap.5 index 0fe2cf24b06..88804be5f0f 100644 --- a/share/man/man5/printcap.5 +++ b/share/man/man5/printcap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printcap.5,v 1.12 2000/10/26 00:37:05 aaron Exp $ +.\" $OpenBSD: printcap.5,v 1.13 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: printcap.5,v 1.7 1998/02/20 12:24:50 hubertf Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -53,7 +53,7 @@ The spooling system accesses the file every time it is used, allowing dynamic addition and deletion of printers. Each entry in the database is used to describe one printer. This database may not be substituted for, as is possible for -.Xr termcap , +.Xr termcap 5 , because it may allow accounting to be bypassed. .Pp The default printer is normally @@ -179,7 +179,7 @@ The flag is passed only if the .Fl l flag (pass control characters literally) is specified to -.Xr lpr . +.Xr lpr 1 . .Ar width and .Ar length @@ -267,7 +267,7 @@ of one of the filters are sent to the corresponding .Sy lf file. The filters may, of course, use -.Xr syslog +.Xr syslog 3 themselves. .Pp Error messages sent to the console have a carriage return and a line diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index a20c2fdb448..fba90dee9fe 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utmp.5,v 1.15 2001/01/31 21:07:02 chris Exp $ +.\" $OpenBSD: utmp.5,v 1.16 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -88,7 +88,7 @@ struct utmp { .Ed .Pp Each time a user logs in, the -.Xr login +.Xr login 1 program looks up the user's .Tn UID in the @@ -101,7 +101,7 @@ are written to the standard output (provided the login is not see .Xr login 1 ) . The -.Xr login +.Xr login 1 program then records the new login time in the .Nm lastlog file. @@ -128,7 +128,7 @@ and .Xr who 1 . .Pp Next, the -.Xr login +.Xr login 1 program opens the .Nm wtmp file and appends the user's @@ -174,7 +174,7 @@ and The system time has been manually or automatically updated (see .Xr date 1 ) . The command name -.Xr date +.Xr date 1 is recorded in the field .Fa ut_name . In the field diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7 index 43fdd93699d..67ed18d988c 100644 --- a/share/man/man7/environ.7 +++ b/share/man/man7/environ.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: environ.7,v 1.9 2000/03/19 19:25:34 aaron Exp $ +.\" $OpenBSD: environ.7,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: environ.7,v 1.4 1995/07/03 19:45:07 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -139,7 +139,7 @@ See below, .Xr termcap 5 , and -.Xr termcap . +.Xr termcap 3 . .It Ev TERMPATH A sequence of pathnames of termcap files, separated by colons or spaces, which are searched for terminal descriptions in the order listed. diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index cc82b147b74..1a20c5df45b 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.22 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: mdoc.7,v 1.23 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,7 +64,7 @@ The second contains the manual and general text domain macros which differentiate the .Nm -\mdoc package from other -.Xr troff +.Xr troff 1 formatting packages. .Sh PAGE STRUCTURE DOMAIN .Ss Title Macros @@ -400,7 +400,7 @@ and the function enclosure macros are irregular. The extended list macros are used when the number of macro arguments would exceed the -.Xr troff +.Xr troff 1 limitation of nine arguments. .Sh FILES .Bl -tag -width "tmac.doc-ditroff" -compact @@ -410,11 +410,11 @@ manual and general text domain macros common structural macros and definitions .It Pa tmac.doc-nroff site dependent -.Xr nroff +.Xr nroff 1 style file .It Pa tmac.doc-ditroff site dependent -.Xr troff +.Xr troff 1 style file .It Pa tmac.doc-syms special defines (such as the standards macro) diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 46db9fce7a7..66aa0df9d0a 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.33 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.34 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -345,9 +345,9 @@ of passing spaces in between quotes by reassigning individual arguments before parsing was fairly expensive speed wise and space wise to implement in all the macros for .Tn AT&T -.Xr troff . +.Xr troff 1 . It is not expensive for -.Xr groff +.Xr groff 1 but for the sake of portability, has been limited to the following macros which need it the most: @@ -388,7 +388,7 @@ that is, a blank space preceded by the escape character This method may be used with any macro but has the side effect of interfering with the adjustment of text over the length of a line. -.Xr Troff +.Em Troff sees the hard space as if it were any other printable character and cannot split the string into blank or newline separated pieces as one would expect. @@ -419,7 +419,7 @@ a newline boundary, see the .Sx BUGS section. .Ss Trailing Blank Space Characters -.Xr Troff +.Em Troff can be confused by blank space characters at the end of a line. It is a wise preventive measure to globally remove all blank spaces @@ -619,7 +619,7 @@ In the first case, .Xr troff 1 macros are themselves a type of command; the general syntax for a -.Xr troff +.Xr troff 1 command is: .Bd -literal -offset indent \&.Va argument1 argument2 ... argument9 @@ -785,7 +785,7 @@ default font distinguishing it from the strings in literal font. To remove the special meaning from a punctuation character escape it with .Ql \e& . -.Xr Troff +.Em Troff is limited as a macro language, and has difficulty when presented with a string containing a member of the mathematical, logical or @@ -795,7 +795,7 @@ quotation set: .Ed .Pp The problem is that -.Xr troff +.Xr troff 1 may assume it is supposed to actually perform the operation or evaluation suggested by the characters. To prevent the accidental evaluation of these characters, @@ -1139,7 +1139,7 @@ At the moment, .Ql \&.Fn does not check its word boundaries against -.Xr troff +.Xr troff 1 line lengths and may split across a newline ungracefully. This will be fixed in the near future. .Ss Function Type @@ -2027,7 +2027,7 @@ so a command line such as: .Dl ".Op Fl a | Fl b" .Pp will not go orbital. -.Xr Troff +.Em Troff normally interprets a \*(Ba as a special operator. See .Sx PREDEFINED STRINGS @@ -2295,12 +2295,12 @@ and is useful for preventing line breaks in the middle of options. In the example for the make command line arguments (see .Sx What's in a name ) , the keep prevented -.Xr nroff +.Xr nroff 1 from placing the flag and the argument on separate lines. (Actually, the option macro used to prevent this from occurring, but was dropped when the decision (religious) was made to force right justified margins in -.Xr troff +.Xr troff 1 as options in general look atrocious when spread across a sparse line. More work needs to be done with the keep macros, a @@ -2428,7 +2428,7 @@ aligns the block about two inches from the right side of the page. This macro needs work and perhaps may never do the right thing by -.Xr troff . +.Xr troff 1 . .El .El .It Li ".Ed" @@ -2715,7 +2715,7 @@ was produced by: .Sh PREDEFINED STRINGS The following strings are predefined and may be used by preceding them with the -.Xr troff +.Xr troff 1 string interpreting sequence .Ql \&\e*(xx where @@ -2765,14 +2765,14 @@ as the collision of an argument name with an internal register or macro name. (A what?) A register is an arithmetic storage class for -.Xr troff +.Xr troff 1 with a one or two character name. All registers internal to .Nm \-mdoc for -.Xr troff +.Xr troff 1 and -.Xr ditroff +.Em ditroff are two characters and of the form <upper_case><lower_case> such as .Ql \&Ar , @@ -2921,14 +2921,14 @@ Other diagnostics consist of usage statements and are self explanatory. The .Nm \-mdoc package does not need compatibility mode with -.Xr groff . +.Xr groff 1 . .Pp The package inhibits page breaks, and the headers and footers which normally occur at those breaks with -.Xr nroff , +.Xr nroff 1 , to make the manual more efficient for viewing on-line. At the moment, -.Xr groff +.Xr groff 1 with .Fl T Ns Ar ascii does eject the imaginary remainder of the page at end of file. @@ -2979,7 +2979,7 @@ looks ridiculous if a line is in fill mode. .Pp The method used to prevent header and footer page breaks (other than the initial header and footer) when using -.Xr nroff +.Xr nroff 1 occasionally places an unsightly partially filled line (blank) at the would be bottom of the page. .Pp diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7 index 2342b91717c..2a21bf98c1f 100644 --- a/share/man/man7/mirroring-ports.7 +++ b/share/man/man7/mirroring-ports.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mirroring-ports.7,v 1.6 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: mirroring-ports.7,v 1.7 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -163,7 +163,7 @@ releases happen every six months, this delay should be longer than that. Sample scripts are provided in the .Pa ${PORTSDIR}/infrastructure/fetch directory. -.Sh CAVEAT +.Sh CAVEATS Changing checksums is a recurring problem that is outside the direct control of the .Ox diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index 5b8158d694c..49574694ede 100644 --- a/share/man/man8/compat_linux.8 +++ b/share/man/man8/compat_linux.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_linux.8,v 1.20 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: compat_linux.8,v 1.21 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: compat_linux.8,v 1.2 1995/10/16 20:17:59 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -88,12 +88,14 @@ any extra work. How to get to know which shared libraries Linux binaries need, and where to get them? Basically, there are 3 possibilities (when following these instructions: -you will need to be root on your OpenBSD system to do the necessary -installation steps). +you will need to be root on your +.Ox +system to do the necessary installation steps). .Pp .Bl -tag -width 123 -compact .It 1. -You have access to the OpenBSD +You have access to the +.Ox .Xr ports 7 system. Install the port named @@ -184,7 +186,9 @@ itself, you don't need to worry about that. Finally, you must make sure that you have the Linux runtime linker and its config files on your system. You should copy these files from the Linux system to their appropriate -place on your OpenBSD system (in the /emul/linux tree): +place on your +.Ox +system (in the /emul/linux tree): .Pp .nf /lib/ld.so @@ -263,7 +267,8 @@ of shared libraries that the program depends on, in the form <majorname> (<jumpversion>) => <fullname>. .Pp If it prints "not found" instead of <fullname> it means that -you need an extra library. Which library this is, is shown +you need an extra library. +Which library this is, is shown in <majorname>, which will be of the form libXXXX.so.<N> You will need to find a libXXXX.so.<N>.<mm> on a Linux ftp site, and install it on your system. diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index e3569c81394..41da60b64b9 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.16 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: diskless.8,v 1.17 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -35,9 +35,9 @@ .Nd booting a system over the network .Sh DESCRIPTION The ability to boot a machine over the network is useful for -.Xr diskless +.Em diskless or -.Xr dataless +.Em dataless machines, or as a temporary measure while repairing or re-installing filesystems on a local disk. This file provides a general description of the interactions between diff --git a/share/man/man8/genassym.sh.8 b/share/man/man8/genassym.sh.8 index 30da4d162ce..669f0bfc568 100644 --- a/share/man/man8/genassym.sh.8 +++ b/share/man/man8/genassym.sh.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: genassym.sh.8,v 1.1 2001/09/16 14:32:27 miod Exp $ +.\" $OpenBSD: genassym.sh.8,v 1.2 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: genassym.sh.8,v 1.5 1999/03/17 20:31:19 garbled Exp $ .\" .\" Copyright (c) 1997 Matthias Pfaller. @@ -46,14 +46,16 @@ create an assym.h file. This file defines a number of cpp constants derived from the configuration information .Nm -reads from stdin. The generated file is used by kernel sources +reads from stdin. +The generated file is used by kernel sources written in assembler to gain access to information (e.g. structure offsets and sizes) normally only known to the C compiler. .Pp .Nm resides in the .Pa /sys/kern -directory. Arguments to +directory. +Arguments to .Nm are usually of the form .Ar ${CC} ${CFLAGS} ${CPPFLAGS} @@ -63,15 +65,18 @@ is the C compiler used to compile the kernel, while .Ar ${CFLAGS} and .Ar ${CPPFLAGS} -are flag arguments to the C compiler. The script creates a C source file -from its input. Then the C compiler is called according to the script's -arguments to compile this file. +are flag arguments to the C compiler. +The script creates a C source file from its input. +Then the C compiler is called according to the script's arguments +to compile this file. .Pp Normally .Nm instructs the C compiler to create an assembler source from the constructed -C source. The resulting file is then processed to extract the information -needed to create the assym.h file. The +C source. +The resulting file is then processed to extract the information +needed to create the assym.h file. +The .Fl c flag instructs .Nm @@ -81,7 +86,7 @@ and run it. In both cases the assym.h file is written to stdout. Either self-explanatory, or generated by one of the programs called from the script. .Sh SEE ALSO -.Xr genassym.cf 5 , +.Xr genassym.cf 5 .Sh HISTORY The .Nm diff --git a/share/man/man8/man8.vax/boot_vax.8 b/share/man/man8/man8.vax/boot_vax.8 index d1a80ea6ed4..4bced0ef6d2 100644 --- a/share/man/man8/man8.vax/boot_vax.8 +++ b/share/man/man8/man8.vax/boot_vax.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_vax.8,v 1.2 2001/10/04 16:56:52 mpech Exp $ +.\" $OpenBSD: boot_vax.8,v 1.3 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: boot_vax.8,v 1.3 1995/04/23 10:33:39 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -200,7 +200,7 @@ Similarly, the Micro II boot procedure loads a boot parameter block from block 0 of the disk. The -.Xr rdboot +.Em rdboot .Dq bootstrap contains the correct parameters for an .Tn MSCP diff --git a/share/man/man8/man8.vax/drtest.8 b/share/man/man8/man8.vax/drtest.8 index f409657d1a7..e11bc3be6e7 100644 --- a/share/man/man8/man8.vax/drtest.8 +++ b/share/man/man8/man8.vax/drtest.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: drtest.8,v 1.9 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: drtest.8,v 1.10 2001/11/13 13:54:26 mpech Exp $ .\" .\" Copyright (c) 1983, 1991 Regents of the University of California. .\" All rights reserved. @@ -64,7 +64,7 @@ is running, the cylinder number is printed on the console for every 10th cylinder read. .Sh EXAMPLES A sample run of -.Xr drtest +.Nm is shown below. In this example (using a 750), .Nm drtest diff --git a/share/man/man8/man8.vax/installboot.8 b/share/man/man8/man8.vax/installboot.8 index 1824609238a..1f26bf8a0f6 100644 --- a/share/man/man8/man8.vax/installboot.8 +++ b/share/man/man8/man8.vax/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.7 2001/04/18 11:14:23 bjc Exp $ +.\" $OpenBSD: installboot.8,v 1.8 2001/11/13 13:54:26 mpech Exp $ .\" Copyright (c) 1986, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -79,4 +79,4 @@ This manual page was written by Geoff Collyer. There is no convenient way to determine the names of the boot blocks and boot programs without .Em a priori -knowledge of one's make of disk.
\ No newline at end of file +knowledge of one's make of disk. diff --git a/share/man/man8/update.8 b/share/man/man8/update.8 index 6b1b47fdfa2..994ddbfc1b2 100644 --- a/share/man/man8/update.8 +++ b/share/man/man8/update.8 @@ -27,7 +27,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. .\" -.\" $OpenBSD: update.8,v 1.7 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: update.8,v 1.8 2001/11/13 13:54:26 mpech Exp $ .\" .Dd June 8, 1996 .Dt UPDATE 8 @@ -56,7 +56,7 @@ process will do this in a staggered manner. .Xr sync 8 .Sh BUGS It is possible on some systems, that a -.Xr sync +.Xr sync 8 occurring simultaneously with a crash may cause file system damage. See diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index 5c8a48541c7..d54f14ce863 100644 --- a/share/man/man9/time.9 +++ b/share/man/man9/time.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.9,v 1.8 2001/07/17 02:32:51 krw Exp $ +.\" $OpenBSD: time.9,v 1.9 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: time.9,v 1.1 1995/11/25 21:24:53 perry Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -115,7 +115,7 @@ may be read and written without special precautions. .Va Runtime should not be updated when the system time is changed with -.Xr settimeofday , +.Xr settimeofday 2 , because it is used for resource accounting. .Pp The notion of having a single |