fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups
This commit is contained in:
parent
f878db37e3
commit
0e3b290810
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: setproctitle.3,v 1.4 1997/05/29 01:48:14 cgd Exp $
|
||||
.\" $NetBSD: setproctitle.3,v 1.5 1997/11/24 06:28:50 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994, 1995 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
|
@ -31,7 +31,7 @@
|
|||
.\"
|
||||
.Dd April 13, 1994
|
||||
.Dt SETPROCTITLE 3
|
||||
.Os NetBSD 0.9a
|
||||
.Os NetBSD 1.0
|
||||
.Sh NAME
|
||||
.Nm setproctitle
|
||||
.Nd set process title
|
||||
|
@ -70,4 +70,4 @@ setproctitle("foo! (%d)", getpid());
|
|||
The
|
||||
.Fn setproctitle
|
||||
function first appeared in
|
||||
.Nx 0.9a .
|
||||
.Nx 1.0 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sysarch.2,v 1.4 1995/02/27 12:38:47 cgd Exp $
|
||||
.\" $NetBSD: sysarch.2,v 1.5 1997/11/24 06:28:51 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991 Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -73,4 +73,4 @@ for information about their return values.
|
|||
The
|
||||
.Fn sysarch
|
||||
function call appeared in
|
||||
.Nx 0.9a .
|
||||
.Nx 1.0 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: fparseln.3,v 1.2 1997/11/23 04:07:32 lukem Exp $
|
||||
.\" $NetBSD: fparseln.3,v 1.3 1997/11/24 06:28:52 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
|
||||
.\"
|
||||
|
@ -121,4 +121,4 @@ if it runs out of memory.
|
|||
The
|
||||
.Fn fparseln
|
||||
function first appeared in
|
||||
.Nx 1.3a .
|
||||
.Nx 1.4 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount_ffs.8,v 1.4 1997/10/15 12:43:19 fvdl Exp $
|
||||
.\" $NetBSD: mount_ffs.8,v 1.5 1997/11/24 06:28:53 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -87,4 +87,4 @@ It is possible for a corrupted file system to cause a crash.
|
|||
A
|
||||
.Nm
|
||||
command appeared in
|
||||
.Nx 1.0a .
|
||||
.Nx 1.1 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ttyflags.8,v 1.3 1997/09/15 11:24:41 lukem Exp $
|
||||
.\" $NetBSD: ttyflags.8,v 1.4 1997/11/24 06:28:54 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
|
@ -30,7 +30,7 @@
|
|||
.\"
|
||||
.Dd March 30, 1994
|
||||
.Dt TTYFLAGS 8
|
||||
.Os NetBSD 0.9a
|
||||
.Os NetBSD 1.0
|
||||
.Sh NAME
|
||||
.Nm ttyflags
|
||||
.Nd set device-specific flags for terminals
|
||||
|
@ -73,7 +73,7 @@ the ttys, as found in
|
|||
The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Nx 0.9a .
|
||||
.Nx 1.0 .
|
||||
.Sh BUGS
|
||||
The conditions on which to report an error are ill-defined.
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: msconfig.1,v 1.1.1.1 1996/11/06 13:38:12 leo Exp $
|
||||
.\" $NetBSD: msconfig.1,v 1.2 1997/11/24 06:28:56 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Leo Weppelman
|
||||
.\" All rights reserved.
|
||||
|
@ -60,4 +60,4 @@ Note that you'll need a special type of mouse to use this.
|
|||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Nx 1.2A
|
||||
.Nx 1.3
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
.\" $NetBSDd:$
|
||||
.\"
|
||||
.\" $NetBSD: eisa.4,v 1.2 1997/11/24 06:28:57 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Jonathan Stone
|
||||
.\" All rights reserved.
|
||||
|
@ -46,7 +45,7 @@ documentation for your system for details.
|
|||
.Sh INTRODUCTION
|
||||
.Nx 1.2
|
||||
and later versions include machine-independent bus support and
|
||||
drivers for the following EISA bus devices.
|
||||
drivers for the following EISA bus devices.
|
||||
.Sh SUPPORTED DEVICES
|
||||
.Nx
|
||||
includes machine-independent EISA drivers, sorted by device type
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: guspnp.4,v 1.2 1997/10/08 21:59:57 jtc Exp $
|
||||
.\" $NetBSD: guspnp.4,v 1.3 1997/11/24 06:28:58 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -103,4 +103,3 @@ The
|
|||
.Nm guspnp
|
||||
driver appeared in
|
||||
.Nx 1.3 .
|
||||
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $NetBSD: afsc.4,v 1.2 1997/10/13 11:21:31 lukem Exp $
|
||||
.\" $NetBSD: afsc.4,v 1.3 1997/11/24 06:28:59 lukem Exp $
|
||||
.\"
|
||||
.Dd July 23, 1995
|
||||
.Os NetBSD 1.0a
|
||||
.Os NetBSD 1.1
|
||||
.Dt AFSC 4 amiga
|
||||
.Sh NAME
|
||||
.Nm afsc
|
||||
|
|
|
@ -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.
|
||||
.\"
|
||||
.\" $NetBSD: ahsc.4,v 1.3 1997/10/13 11:21:34 lukem Exp $
|
||||
.\" $NetBSD: ahsc.4,v 1.4 1997/11/24 06:29:00 lukem Exp $
|
||||
.\"
|
||||
.Dd August 31, 1994
|
||||
.Os NetBSD 1.0
|
||||
|
@ -87,4 +87,4 @@ expected durring DMA IO setup.
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
|
|
|
@ -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.
|
||||
.\"
|
||||
.\" $NetBSD: atzsc.4,v 1.4 1997/10/13 11:21:37 lukem Exp $
|
||||
.\" $NetBSD: atzsc.4,v 1.5 1997/11/24 06:29:01 lukem Exp $
|
||||
.\"
|
||||
.Dd August 31, 1994
|
||||
.Os NetBSD 1.0
|
||||
|
@ -95,4 +95,4 @@ expected durring DMA IO setup.
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: bah.4,v 1.4 1997/03/30 10:13:09 is Exp $
|
||||
.\" $NetBSD: bah.4,v 1.5 1997/11/24 06:29:02 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995, 1997 Ignatios Souvatzis
|
||||
.\" All rights reserved.
|
||||
|
@ -108,9 +108,8 @@ The
|
|||
.Tn Amiga
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 1.0a .
|
||||
|
||||
.Nx 1.1 .
|
||||
ARP support was added in
|
||||
.Nx 1.2d .
|
||||
.Nx 1.3 .
|
||||
.Sh AUTHOR
|
||||
Ignatios Souvatzis
|
||||
|
|
|
@ -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.
|
||||
.\"
|
||||
.\" $NetBSD: ed.4,v 1.4 1997/10/28 09:32:26 veego Exp $
|
||||
.\" $NetBSD: ed.4,v 1.5 1997/11/24 06:29:03 lukem Exp $
|
||||
.\"
|
||||
.Dd August 30, 1994
|
||||
.Dt ED 4 amiga
|
||||
|
@ -67,7 +67,7 @@ ASDG's ethernet card, manufacturer\ 1023, product\ 254
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr ifconfig 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.
|
||||
.\"
|
||||
.\" $NetBSD: es.4,v 1.2 1997/10/13 11:21:50 lukem Exp $
|
||||
.\" $NetBSD: es.4,v 1.3 1997/11/24 06:29:04 lukem Exp $
|
||||
.\"
|
||||
.Dd August 30, 1994
|
||||
.Dt ES 4 amiga
|
||||
|
@ -65,7 +65,7 @@ CEI A4066 EthernetPLUS ethernet card, manufacturer\ 1053, product\ 10
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 1.0a
|
||||
.Nx 1.1
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr ifconfig 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.
|
||||
.\"
|
||||
.\" $NetBSD: gtsc.4,v 1.3 1997/10/13 11:21:52 lukem Exp $
|
||||
.\" $NetBSD: gtsc.4,v 1.4 1997/11/24 06:29:05 lukem Exp $
|
||||
.\"
|
||||
.Dd August 31, 1994
|
||||
.Os NetBSD 1.0
|
||||
|
@ -87,4 +87,4 @@ expected durring DMA IO setup.
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: intro.4,v 1.5 1997/10/20 14:27:49 veego Exp $
|
||||
.\" $NetBSD: intro.4,v 1.6 1997/11/24 06:29:06 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991 Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -96,9 +96,9 @@ A list of the supported devices is given below.
|
|||
.Sh HISTORY
|
||||
The
|
||||
.Tn Amiga
|
||||
.Nm ""
|
||||
.Nm
|
||||
man page first appeared in
|
||||
.Nx 1.0a
|
||||
.Nx 1.1
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr autoconf 4 ,
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)ite.4 5.2 (Berkeley) 3/27/91
|
||||
.\" $NetBSD: ite.4,v 1.2 1997/10/13 11:21:55 lukem Exp $
|
||||
.\" $NetBSD: ite.4,v 1.3 1997/11/24 06:29:06 lukem Exp $
|
||||
.\"
|
||||
.Dd August 30, 1994
|
||||
.Dt ITE 4 amiga
|
||||
|
@ -133,7 +133,7 @@ The
|
|||
.Tn Amiga
|
||||
.Nm
|
||||
first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
.Sh SEE ALSO
|
||||
.Xr grf 4 ,
|
||||
.Xr kbd 4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: le.4,v 1.3 1997/03/28 00:27:59 veego Exp $
|
||||
.\" $NetBSD: le.4,v 1.4 1997/11/24 06:29:07 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -99,17 +99,17 @@ The
|
|||
.Tn Amiga
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
.Pp
|
||||
The Ariadne ethernet card first appeared with the
|
||||
.Tn Amiga
|
||||
ae interface in
|
||||
.Nx 1.0a
|
||||
.Nx 1.1
|
||||
and was converted to the
|
||||
.Tn Amiga
|
||||
.Nm
|
||||
interface in
|
||||
.Nx 1.2d
|
||||
.Nx 1.3
|
||||
.Sh SEE ALSO
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr inet 4 ,
|
||||
|
|
|
@ -33,11 +33,11 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
||||
.\" $NetBSD: mfcs.4,v 1.3 1997/10/13 11:22:00 lukem Exp $
|
||||
.\" $NetBSD: mfcs.4,v 1.4 1997/11/24 06:29:08 lukem Exp $
|
||||
.\"
|
||||
.Dd July 23, 1995
|
||||
.Dt MFCS 4 amiga
|
||||
.Os NetBSD 1.0a
|
||||
.Os NetBSD 1.1
|
||||
.Sh NAME
|
||||
.Nm mfcs
|
||||
.Nd
|
||||
|
@ -83,7 +83,7 @@ The
|
|||
.Tn Amiga
|
||||
.Nm
|
||||
device first appeared in
|
||||
.Nx 1.0a
|
||||
.Nx 1.1
|
||||
.Sh BUGS
|
||||
The MultiFaceCard II/III serial ports use the level 6 interrupt and may
|
||||
experience fifo overflows if the LEV6_DEFER option is used.
|
||||
|
|
|
@ -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.
|
||||
.\"
|
||||
.\" $NetBSD: mgnsc.4,v 1.4 1997/10/13 11:22:02 lukem Exp $
|
||||
.\" $NetBSD: mgnsc.4,v 1.5 1997/11/24 06:29:08 lukem Exp $
|
||||
.\"
|
||||
.Dd August 31, 1994
|
||||
.Os NetBSD 1.0
|
||||
|
@ -78,4 +78,4 @@ parity error on the SCSI bus.
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
|
|
|
@ -86,7 +86,7 @@ to force the driver down and up again. This usually helps.
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 1.0a
|
||||
.Nx 1.1
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 4 ,
|
||||
.Xr ifconfig 8 ,
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
||||
.\" $NetBSD: ser.4,v 1.2 1997/10/13 11:22:04 lukem Exp $
|
||||
.\" $NetBSD: ser.4,v 1.3 1997/11/24 06:29:10 lukem Exp $
|
||||
.\"
|
||||
.Dd August 30, 1994
|
||||
.Dt SER 4 amiga
|
||||
|
@ -80,6 +80,6 @@ The
|
|||
.Tn Amiga
|
||||
.Nm
|
||||
device first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
.Sh BUGS
|
||||
Data loss is possible on busy systems with baud rates greater than 300.
|
||||
|
|
|
@ -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.
|
||||
.\"
|
||||
.\" $NetBSD: wesc.4,v 1.4 1997/10/13 11:22:06 lukem Exp $
|
||||
.\" $NetBSD: wesc.4,v 1.5 1997/11/24 06:29:10 lukem Exp $
|
||||
.\"
|
||||
.Dd August 31, 1994
|
||||
.Os NetBSD 1.0
|
||||
|
@ -86,4 +86,4 @@ parity error on the SCSI bus.
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
|
|
|
@ -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.
|
||||
.\"
|
||||
.\" $NetBSD: zssc.4,v 1.4 1997/10/13 11:22:09 lukem Exp $
|
||||
.\" $NetBSD: zssc.4,v 1.5 1997/11/24 06:29:11 lukem Exp $
|
||||
.\"
|
||||
.Dd August 31, 1994
|
||||
.Os NetBSD 1.0
|
||||
|
@ -78,4 +78,4 @@ parity error on the SCSI bus.
|
|||
The
|
||||
.Nm
|
||||
interface first appeared in
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
|
|
|
@ -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.
|
||||
.\"
|
||||
.\" $NetBSD: intro.4,v 1.4 1997/10/18 03:53:16 mark Exp $
|
||||
.\" $NetBSD: intro.4,v 1.5 1997/11/24 06:29:12 lukem Exp $
|
||||
.\"
|
||||
.Dd
|
||||
.Dt INTRO 4 arm32
|
||||
|
@ -141,4 +141,4 @@ The
|
|||
.Tn arm32
|
||||
.Nm intro
|
||||
appeared in
|
||||
.Nx 1.1a .
|
||||
.Nx 1.2 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: intro.4,v 1.7 1997/10/31 15:07:46 augustss Exp $
|
||||
.\" $NetBSD: intro.4,v 1.8 1997/11/24 06:29:14 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Jonathan Stone
|
||||
.\" Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -272,4 +272,4 @@ The
|
|||
.Tn i386
|
||||
.Nm intro
|
||||
appeared in
|
||||
.Nx 0.9a .
|
||||
.Nx 1.0 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: genassym.cf.5,v 1.1 1997/01/30 09:37:21 matthias Exp $
|
||||
.\" $NetBSD: genassym.cf.5,v 1.2 1997/11/24 06:29:15 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Matthias Pfaller.
|
||||
.\" All rights reserved.
|
||||
|
@ -72,4 +72,4 @@ will assign the numerical value of this expression to the CPP identifier.
|
|||
The
|
||||
.Nm
|
||||
file appeared in
|
||||
.Nx 1.2b .
|
||||
.Nx 1.3 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mdoc.samples.7,v 1.10 1997/10/28 04:06:35 mikel Exp $
|
||||
.\" $NetBSD: mdoc.samples.7,v 1.11 1997/11/24 06:29:16 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -2329,9 +2329,11 @@ The following list types are accepted by
|
|||
.Pp
|
||||
.Bl -ohang -compact
|
||||
.It Fl bullet
|
||||
.It Fl item
|
||||
.It Fl dash
|
||||
.It Fl enum
|
||||
These three are the simplest types of lists.
|
||||
.It Fl hyphen
|
||||
.It Fl item
|
||||
These five are the simplest types of lists.
|
||||
Once the
|
||||
.Ql ".Bl"
|
||||
macro has been given, items in the list are merely
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: genassym.sh.8,v 1.2 1997/02/01 09:34:03 matthias Exp $
|
||||
.\" $NetBSD: genassym.sh.8,v 1.3 1997/11/24 06:29:18 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Matthias Pfaller.
|
||||
.\" All rights reserved.
|
||||
|
@ -82,4 +82,4 @@ called from the script.
|
|||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Nx 1.2b .
|
||||
.Nx 1.3 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: setnetbootinfo.8,v 1.2 1997/04/06 08:41:36 cgd Exp $
|
||||
.\" $NetBSD: setnetbootinfo.8,v 1.3 1997/11/24 06:29:19 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Christopher G. Demetriou. All rights reserved.
|
||||
.\"
|
||||
|
@ -124,4 +124,4 @@ Verbose mode.
|
|||
The NetBSD/alpha
|
||||
.Nm
|
||||
command first appeared in
|
||||
.Nx 1.2b .
|
||||
.Nx 1.3 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: installboot.8,v 1.5 1997/06/11 16:01:59 is Exp $
|
||||
.\" $NetBSD: installboot.8,v 1.6 1997/11/24 06:29:20 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Paul Kranenburg
|
||||
.\" All rights reserved.
|
||||
|
@ -125,4 +125,4 @@ mode, or while otherwise running in insecure mode.
|
|||
The
|
||||
.Nm
|
||||
command first appeared in
|
||||
.Nx 1.2b
|
||||
.Nx 1.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: arp.9,v 1.9 1997/11/12 00:51:09 mrg Exp $
|
||||
.\" $NetBSD: arp.9,v 1.10 1997/11/24 06:29:21 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Ignatios Souvatzis.
|
||||
.\" All rights reserved.
|
||||
|
@ -30,8 +30,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
|
||||
.Dd Mar 3, 1997
|
||||
.Dd March 3, 1997
|
||||
.Dt ARP 9
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
|
@ -58,10 +57,7 @@ module and the network drivers which need
|
|||
functionality. Such drivers must request the
|
||||
arp
|
||||
attribute in their "files" declaration.
|
||||
|
||||
|
||||
.Bl -tag -width "arp_ifinit()"
|
||||
|
||||
.It Fn arp_ifinit
|
||||
Sets up the
|
||||
.Nm
|
||||
|
@ -73,10 +69,9 @@ request on
|
|||
.Fa ifp ,
|
||||
so that other machines are warned that we have a (new) address and
|
||||
duplicate addresses can be detected.
|
||||
|
||||
.Pp
|
||||
You must call this in your drivers' ioctl function when you get a
|
||||
SIOCSIFADDR request with an AF_INET address family.
|
||||
|
||||
.It Fn arpresolve
|
||||
is called by network output functions to resolve an IPv4 address.
|
||||
If no
|
||||
|
@ -98,7 +93,6 @@ points to.
|
|||
returns 1, if a valid address was stored to
|
||||
.Fa desten ,
|
||||
and the packet can be sent immediately. Else a 0 is returned.
|
||||
|
||||
.It Fn arpintr
|
||||
When an
|
||||
.Nm
|
||||
|
@ -117,37 +111,23 @@ either generates a reply to request packets, and adds the sender address
|
|||
translation to to the routing table, if a matching route entry is found.
|
||||
If the route entry contained a pointer to a held packet, that packet is
|
||||
sent.
|
||||
|
||||
.El
|
||||
|
||||
|
||||
.\" .Sh ERRORS
|
||||
|
||||
.Sh SEE ALSO
|
||||
.Xr ifattach 9 ,
|
||||
.Xr ether_ifattach 9 ,
|
||||
.Xr fddi_ifattach 9 ,
|
||||
.Xr arc_ifattach 9 .
|
||||
|
||||
.br
|
||||
Plummer, D., "RFC826", An Ethernet Address Resolution Protocol.
|
||||
|
||||
.Sh AUTHORS
|
||||
UCB CSRG (original implementation)
|
||||
.br
|
||||
Ignatios Souvatzis (support for non-Ethernet)
|
||||
|
||||
.Sh CODE REFERENCES
|
||||
|
||||
The ARP code is implemented in sys/net/if_arp.h, sys/netinet/if_inarp.h and
|
||||
sys/netinet/if_arp.c.
|
||||
|
||||
.\" .Sh BUGS
|
||||
|
||||
.Sh STANDARDS
|
||||
|
||||
RFC 826
|
||||
|
||||
.Sh HISTORY
|
||||
Rewritten to support other than Ethernet link level addresses in
|
||||
.Nx 1.2d .
|
||||
.Nx 1.3 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ethersubr.9,v 1.3 1997/11/12 00:51:19 mrg Exp $
|
||||
.\" $NetBSD: ethersubr.9,v 1.4 1997/11/24 06:29:22 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Ignatios Souvatzis.
|
||||
.\" All rights reserved.
|
||||
|
@ -30,8 +30,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
|
||||
.Dd Mar 3, 1997
|
||||
.Dd March 3, 1997
|
||||
.Dt ETHERSUBR 9
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
|
@ -60,7 +59,6 @@
|
|||
.Fn ETHER_NEXT_MULTI "struct ether_multistep step" "struct ether_multi *enm"
|
||||
.Ft int
|
||||
.Fn ETHER_IS_MULTICAST "u_int8_t *addr"
|
||||
|
||||
.Fd #include <net/if_fddi.h>
|
||||
.Ft void
|
||||
.Fn fddi_ifattach "struct ifnet *ifp" "u_int8_t *lla"
|
||||
|
@ -68,7 +66,6 @@
|
|||
.Fn fddi_addmulti "struct ifrequest *ifr" "struct ethercom *ec"
|
||||
.Ft int
|
||||
.Fn fddi_delmulti "struct ifrequest *ifr" "struct ethercom *ec"
|
||||
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -77,38 +74,31 @@ functions provide the interface between the
|
|||
module and the network drivers which need Ethernet support. Such
|
||||
drivers must request the "ether" attribute in their "files" declaration
|
||||
and call the appropriate functions as specified below.
|
||||
|
||||
.Pp
|
||||
FDDI drivers must request the "fddi" attribute in their "files"
|
||||
declaration and call the functions tagged with "fddi_" or "FDDI_"
|
||||
instead, where different. Some macros are shared.
|
||||
|
||||
.Pp
|
||||
Note that you also need the
|
||||
.Xr ARP 9
|
||||
stuff to support IPv4 on your hardware.
|
||||
|
||||
.Bl -tag -width compact
|
||||
|
||||
.It Fn ether_ifattach
|
||||
|
||||
Perform the device independent, but Ethernet specific initialization of
|
||||
the interface pointed to by
|
||||
.Fa ifp .
|
||||
|
||||
.Pp
|
||||
Among other duties, this function creates a record for the link level
|
||||
address in the interfaces' address list and records the link level address
|
||||
pointed to by
|
||||
.Fa lla
|
||||
there.
|
||||
|
||||
.Pp
|
||||
You must call this function from the drivers' attach function.
|
||||
|
||||
.It Fn fddi_ifattach
|
||||
|
||||
corresponding function for FDDI devices.
|
||||
|
||||
.It Fn ether_addmulti
|
||||
.It Fn ether_delmulti
|
||||
|
||||
Add (
|
||||
.Fn ether_addmulti )
|
||||
or delete (
|
||||
|
@ -117,32 +107,28 @@ the address described by the
|
|||
.Fa ifr
|
||||
pointer to the Ethernet multicast list belonging to
|
||||
.Fa ec .
|
||||
|
||||
.Pp
|
||||
These functions must be called from the drivers' ioctl function to
|
||||
handle SIOCADDMULTI and SIOCDELMULTI requests. If they return
|
||||
ENETRESET, the hardware multicast filter must be reinitialized.
|
||||
|
||||
.Pp
|
||||
These functions accept AF_UNSPEC addresses, which are interpreted as
|
||||
Ethernet addresses, or AF_INET addresses. In the latter case,
|
||||
INADDR_ANY is mapped to a range describing all the Ethernet address
|
||||
space reserved for IPv4 multicast addresses.
|
||||
|
||||
.Pp
|
||||
.Fn ether_addmulti
|
||||
|
||||
returns EAFNOSUPPORT if an unsupportedd address family is specified,
|
||||
or EINVAL, if a non-multicast address is specified, or ENETRESET, if
|
||||
the multicast list really changed and the driver should synchronize
|
||||
its hardware filter with it.
|
||||
|
||||
.Pp
|
||||
.Fn ether_delmulti
|
||||
|
||||
returns, in addition to the above errors, ENXIO, if the specified address
|
||||
can't be found in the list of multicast addresses.
|
||||
|
||||
.It Fn fddi_addmulti
|
||||
.It Fn fddi_delmulti
|
||||
corresponding functions for FDDI devices.
|
||||
|
||||
.It Fn ETHER_NEXT_MULTI
|
||||
is a macro to step through all of the ether_multi records, one at a time.
|
||||
The current position is remembered in
|
||||
|
@ -154,41 +140,25 @@ must be called to initialize
|
|||
and get the first record. Both macros return a NULL
|
||||
.Fa enm
|
||||
when there are no remaining records.
|
||||
|
||||
.It Fn ETHER_IS_MULTICAST
|
||||
|
||||
returns 1, if
|
||||
.Fa addr
|
||||
points to an Ethernet/FDDI multicast (or broadcast) address.
|
||||
Implemented as a macro.
|
||||
|
||||
.El
|
||||
|
||||
|
||||
.\" .Sh ERRORS
|
||||
|
||||
.Sh SEE ALSO
|
||||
.Xr arp 9 .
|
||||
|
||||
.Sh AUTHORS
|
||||
UCB CSRG (original implementation)
|
||||
.br
|
||||
Ignatios Souvatzis (support for new ARP system)
|
||||
|
||||
.\" .Sh BUGS
|
||||
|
||||
.\" .Sh STANDARDS
|
||||
|
||||
.Sh CODE REFERENCES
|
||||
|
||||
Ethernet support functions are declared in /usr/src/sys/net/if_ether.h
|
||||
and defined (if not implemented as macro) in
|
||||
/usr/src/sys/net/if_ethersubr.c.
|
||||
|
||||
.Pp
|
||||
FDDI support functions are declared in /usr/src/sys/net/if_fddi.h and
|
||||
defined (if not implemented as macro) in /usr/src/sys/net/if_fddisubr.c.
|
||||
|
||||
|
||||
.Sh HISTORY
|
||||
Rewritten to attach to the new ARP system in
|
||||
.Nx 1.2d .
|
||||
.Nx 1.3 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: extent.9,v 1.7 1997/11/11 13:46:15 mrg Exp $
|
||||
.\" $NetBSD: extent.9,v 1.8 1997/11/24 06:29:23 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -34,7 +34,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd Sep 23, 1996
|
||||
.Dd September 23, 1996
|
||||
.Dt EXTENT 9
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
|
@ -329,4 +329,4 @@ testing and optimization of the implementation. Chris Demetriou
|
|||
.Xr malloc 9 .
|
||||
.Sh HISTORY
|
||||
The NetBSD extent manager appeared in
|
||||
.Nx 1.2a .
|
||||
.Nx 1.3 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ac.8,v 1.5 1997/10/16 23:39:20 lukem Exp $
|
||||
.\" $NetBSD: ac.8,v 1.6 1997/11/24 06:29:24 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -141,5 +141,5 @@ command appeard in
|
|||
This version of
|
||||
.Nm
|
||||
was written for
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
from the specification provided by various systems' manual pages.
|
||||
|
|
|
@ -27,11 +27,11 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $NetBSD: sa.8,v 1.5 1997/10/18 04:38:12 lukem Exp $
|
||||
.\" $NetBSD: sa.8,v 1.6 1997/11/24 06:29:25 lukem Exp $
|
||||
.\"
|
||||
.Dd February 25, 1994
|
||||
.Dt SA 8
|
||||
.Os NetBSD 0.9a
|
||||
.Os NetBSD 1.0
|
||||
.Sh NAME
|
||||
.Nm sa
|
||||
.Nd print system accounting statistics
|
||||
|
@ -237,7 +237,7 @@ format has changed as well (since user ids are now 32 bits).
|
|||
.Sh HISTORY
|
||||
.Nm
|
||||
was written for
|
||||
.Nx 0.9a
|
||||
.Nx 1.0
|
||||
from the specification provided by various systems' manual pages.
|
||||
Its date of origin is unknown to the author.
|
||||
.Sh AUTHOR
|
||||
|
|
Loading…
Reference in New Issue