diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-05-13 15:18:31 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-05-13 15:18:31 +0000 |
commit | 3ccd14b9f9b99ba6ea9d5b7de9b74c5f020233e6 (patch) | |
tree | ca8875424f20292159111decacafae5e3651fa56 /share/man | |
parent | ce9b3e976ba684d41852f6714ba385ab75f8df49 (diff) |
add lebuffer blurb and an mlink from for lebuffer to le
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/le.4 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 1e2a902b95b..d22facd806b 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.21 2002/03/14 19:46:43 jason Exp $ +# $OpenBSD: Makefile,v 1.22 2002/05/13 15:18:30 jason Exp $ # TODO: auxio.4 clock.4 psycho.4 timer.4 MAN= apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 be.4 beeper.4 \ cgsix.4 cgthree.4 comkbd.4 \ ebus.4 esp.4 gem.4 hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 \ pcons.4 qe.4 qec.4 sab.4 spif.4 uperf.4 vgafb.4 zs.4 -MLINKS= mem.4 kmem.4 \ +MLINKS= le.4 lebuffer.4 \ + mem.4 kmem.4 \ sab.4 sabtty.4 \ zs.4 zstty.4 \ zs.4 zskbd.4 diff --git a/share/man/man4/man4.sparc64/le.4 b/share/man/man4/man4.sparc64/le.4 index 97227bea46b..a3e89f80d13 100644 --- a/share/man/man4/man4.sparc64/le.4 +++ b/share/man/man4/man4.sparc64/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.2 2002/02/19 06:59:13 jason Exp $ +.\" $OpenBSD: le.4,v 1.3 2002/05/13 15:18:30 jason Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -44,9 +44,11 @@ .Nm le .Nd SPARC64 AMD 7990 LANCE ethernet interface .Sh SYNOPSIS -.Cd "le* at sbus? slot ? offset ? " Pq sbus .Cd "ledma* at sbus? slot ? offset ? " Pq onboard .Cd "le* at ledma* " Pq onboard +.Cd "le* at sbus? slot ? offset ? " Pq sbus +.Cd "lebuffer* at sbus? slot ? offset ? " Pq sbus +.Cd "le* at lebuffer? " Pq sbus .Sh DESCRIPTION The .Nm |