From dan@langille.org  Tue May  1 22:05:04 2001
Return-Path: <dan@langille.org>
Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158])
	by hub.freebsd.org (Postfix) with ESMTP id 57B6F37B43C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 May 2001 22:05:03 -0700 (PDT)
	(envelope-from dan@langille.org)
Received: from localhost (localhost [127.0.0.1])
	by lists.unixathome.org (8.11.1/8.11.1) with ESMTP id f4254qA78843;
	Wed, 2 May 2001 17:04:56 +1200 (NZST)
	(envelope-from dan@langille.org)
Message-Id: <Pine.BSF.4.21.0105021657390.74375-100000@lists.unixathome.org>
Date: Wed, 2 May 2001 17:04:52 +1200 (NZST)
From: Dan Langille <dan@langille.org>
To: Dima Dorfman <dima@unixfreak.org>
Cc: FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <20010502045348.3B8113E28@bazooka.unixfreak.org>
Subject: Re: PR 27004

>Number:         27021
>Category:       misc
>Synopsis:       Re: PR 27004
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 01 22:10:00 PDT 2001
>Closed-Date:    Mon May 7 18:39:41 PDT 2001
>Last-Modified:  Tue Nov 27 18:35:34 PST 2001
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 On Tue, 1 May 2001, Dima Dorfman wrote:
 
 > Hi Dan,
 > 
 > The reply-to address you specified when you submitted PR 27004 (``add
 > example for using PS code'') is invalid as shown in the transcript
 > below (you spelled 'freebsddiary' as 'freebsdiary', with only one
 > 'd').  Also in the aforementioned transcript is my response to your
 > PR.
 
 Sorry about that....
 
 > dan@freebsddiary.org writes:
 > > >How-To-Repeat:
 > > 	see http://www.freebsd.org/handbook/printing-intro-setup.html
 > > 	under section 9.3.1.3.2. Checking Printer Communications
 > 
 > An excerpt from the Handbook:
 > 
 > - ---
 > 9.3.1.3.2.1. Checking a Parallel Printer
 > 
 >    This section tells you how to check if FreeBSD can communicate with a
 >    printer connected to a parallel port.
 > 
 >    To test a printer on a parallel port:
 >     1. Become root with su(1).
 >     2. Send data to the printer.
 >           + If the printer can print plain text, then use lptest(1).
 >             Type:
 >     # lptest > /dev/lptN
 >             Where N is the number of the parallel port, starting from
 >             zero.
 >           + If the printer understands PostScript or other printer
 >             language, then send a small program to the printer. Type:
 >     # cat > /dev/lptN
 >             Then, line by line, type the program carefully as you cannot
 >             edit a line once you have pressed RETURN or ENTER. When you
 >             have finished entering the program, press CONTROL+D, or
 >             whatever your end of file key is.
 >             Alternatively, you can put the program in a file and type:
 >     # cat file > /dev/lptN
 >             Where file is the name of the file containing the program you
 >             want to send to the printer.
 > - ---
 > 
 > Isn't this what you wanted?  Your fix looks just like the last two
 > paragraphs combined.  Perhaps the above could be changed to suggest
 > that the sample program above that text be used, but I don't think it
 > should be duplicated, much less be duplicated right above it!
 
 The problem is that the solution (cat file > /dev/lpt0) in the
 sub-section after the example is provided.  
 
 As for avoiding duplication:
 
 1 - it's good to have the instructions near the code.  People (like
 me) will then understand how to use it.
 
 2 - the instructions in "Checking a Parallel Printer" are already
 "duplicated" in 9.3.1.3.2.2.  But please don't use this fact as ammunition
 for avoiding more "duplication".
 
 It's not duplication. One section deals with parallel.  The next with
 serial.
 
 I still think it needs something next to the sample program.
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: peter 
Responsible-Changed-When: Mon May 7 11:41:11 PDT 2001 
Responsible-Changed-Why:  
Misfiled 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27021 
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Mon May 7 18:39:41 PDT 2001 
State-Changed-Why:  
This was supposed to be a reply to PR 27004, which has been closed. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27021 
>Unformatted:
