From keramida@ceid.upatras.gr  Fri Feb 25 16:03:50 2000
Return-Path: <keramida@ceid.upatras.gr>
Received: from nscache2.x-treme.gr (mail1.x-treme.gr [212.120.196.23])
	by hub.freebsd.org (Postfix) with ESMTP id 35F1C37BEC5
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Feb 2000 16:03:37 -0800 (PST)
	(envelope-from keramida@ceid.upatras.gr)
Received: from hades.hell.gr (pat39.x-treme.gr [212.120.197.231])
	by nscache2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id CAA09186
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Feb 2000 02:03:26 +0200
Received: (from charon@localhost)
	by hades.hell.gr (8.9.3/8.9.3) id QAA47098;
	Fri, 25 Feb 2000 16:39:06 +0200 (EET)
	(envelope-from charon)
Message-Id: <200002251439.QAA47098@hades.hell.gr>
Date: Fri, 25 Feb 2000 16:39:06 +0200 (EET)
From: keramida@ceid.upatras.gr
Reply-To: keramida@ceid.upatras.gr
To: FreeBSD-gnats-submit@freebsd.org
Subject: discard description in LINT
X-Send-Pr-Version: 3.2

>Number:         16994
>Category:       docs
>Synopsis:       Description of `disc' does not show that disc = ds[0-9]+
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 25 16:10:01 PST 2000
>Closed-Date:    Tue Mar 7 05:52:44 PST 2000
>Last-Modified:  Tue Mar  7 05:53:11 PST 2000
>Originator:     Giorgos Keramidas <keramida@ceid.upatras.gr>
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	Sources cvsup'ed Feb 23, 2000.

>Description:

	The description of pseudo-device disc in LINT does not show that
	this is in fact the 'ds' type of interface.

>How-To-Repeat:

	grep '\<ds\>' LINT

>Fix:

--- LINT.orig	Tue Feb 22 03:58:47 2000
+++ LINT	Fri Feb 25 16:34:00 2000
@@ -429,7 +429,7 @@
 #  simultaneous BPF clients programs runnable.
 #  The `disc' pseudo-device implements a minimal network interface,
 #  which throws away all packets sent and never receives any.  It is
-#  included for testing purposes.
+#  included for testing purposes.  This shows up as the 'ds' interface.
 #  The `tun' pseudo-device implements (user-)ppp and nos-tun
 #  The `gif' pseudo-device implements IPv6 over IP4 tunneling,
 #  IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
@@ -451,7 +451,7 @@
 pseudo-device	sppp			#Generic Synchronous PPP
 pseudo-device	loop			#Network loopback device
 pseudo-device	bpf			#Berkeley packet filter
-pseudo-device	disc			#Discard device
+pseudo-device	disc			#Discard device (ds0, ds1, etc)
 pseudo-device	tun			#Tunnel driver (ppp(8), nos-tun(8))
 pseudo-device	sl	2		#Serial Line IP
 pseudo-device	ppp	2		#Point-to-point protocol

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Tue Mar 7 05:52:44 PST 2000 
State-Changed-Why:  
Committed thanks 
>Unformatted:
