From 0f3f78293b74c19491d939aeaf2b09ab37fce79a Mon Sep 17 00:00:00 2001 From: matthias Date: Fri, 3 Oct 1997 20:00:07 +0000 Subject: [PATCH] Update and add a history section. --- share/man/man4/man4.pc532/lpt.4 | 19 +++++++++++-------- share/man/man4/man4.pc532/plip.4 | 23 ++++++++++++++--------- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/share/man/man4/man4.pc532/lpt.4 b/share/man/man4/man4.pc532/lpt.4 index cf7828753e03..f17e68f9cae8 100644 --- a/share/man/man4/man4.pc532/lpt.4 +++ b/share/man/man4/man4.pc532/lpt.4 @@ -1,6 +1,6 @@ -.\" $NetBSD: lpt.4,v 1.2 1995/11/28 08:03:29 jtc Exp $ +.\" $NetBSD: lpt.4,v 1.3 1997/10/03 20:00:07 matthias Exp $ .\" -.\" Copyright (c) 1994 Matthias Pfaller. +.\" Copyright (c) 1994, 1997 Matthias Pfaller. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -28,17 +28,15 @@ .\" (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: lpt.4,v 1.2 1995/11/28 08:03:29 jtc Exp $ -.\" .Dd December 1, 1994 .Dt LPT 4 pc532 -.Os NetBSD 1.0 +.Os .Sh NAME .Nm lpt .Nd Parallel port driver .Sh SYNOPSIS -.Cd "lpt0 at membus? addr ? irq ?" -.Cd "lpt1 at membus? addr ? irq ?" +.Cd "lpt0 at mainbus? addr ? irq ?" +.Cd "lpt1 at mainbus? addr ? irq ?" .Sh DESCRIPTION This driver provides access to centronics ports. Bit 6 in the minor number selects wether to omit pulling /PRIME low on opens or not. If the minor has @@ -78,4 +76,9 @@ signal. .Xr plip 4 .sp Contact Matthias Pfaller (leo@dachau.marco.de) to get instructions on building -a centronics interface for your PC532. +a centronics interface for your pc532. +.Sh HISTORY +The +.Nm +driver appeared in +.Nx 1.0 . diff --git a/share/man/man4/man4.pc532/plip.4 b/share/man/man4/man4.pc532/plip.4 index 0c29d9e1e18d..e736a6e33209 100644 --- a/share/man/man4/man4.pc532/plip.4 +++ b/share/man/man4/man4.pc532/plip.4 @@ -1,6 +1,6 @@ -.\" $NetBSD: plip.4,v 1.3 1995/11/28 08:03:31 jtc Exp $ +.\" $NetBSD: plip.4,v 1.4 1997/10/03 20:00:08 matthias Exp $ .\" -.\" Copyright (c) 1994 Matthias Pfaller. +.\" Copyright (c) 1994, 1997 Matthias Pfaller. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -31,7 +31,7 @@ .\" .Dd December 1, 1994 .Dt PLIP 4 pc532 -.Os NetBSD 1.0 +.Os .Sh NAME .Nm plip .Nd "Option for the lpt driver to allow IP over centronics ports" @@ -46,9 +46,9 @@ interface provides a way to transport IP over centronics ports. Protocols to communicate with Linux 1.0 and Linux 1.1 hosts are provided. By default the 1.1 protocol is used. To choose the 1.0 protocol use the link0 flag with -.Xr ifconfig 8 -or in your /etc/hostname.plip? file. In order to use the 1.0 protocol -the kernel has to be compiled with COMPAT_PLIP10. +.Xr ifconfig 8 . +In order to use the 1.0 protocol the kernel has to be compiled with +COMPAT_PLIP10. .br The COMPAT_PLIP11 option selects a default MTU of 1486 bytes. This is necessary to work around a bug that is present in the plip code for @@ -81,9 +81,6 @@ address ww.xx.yy.zz of the interface. Ethernet support has to be configured into the kernel in order to use the .Nm interface. -.Sh SEE ALSO -.Xr lpt 4 -.Xr ifconfig 8 .Sh DIAGNOSTICS .Bl -diag .It "plip?: tx hard error" @@ -95,3 +92,11 @@ A packet with a bad checksum was received. .It "plip?: packet > MTU" A bogus packet longer then the MTU was received. .El +.Sh SEE ALSO +.Xr lpt 4 +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +interface appeared in +.Nx 1.0 .