From kelly@sage.fsl.noaa.gov  Fri Jan 10 07:50:59 1997
Received: from sage.fsl.noaa.gov (sage.fsl.noaa.gov [137.75.253.42])
          by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id HAA16683
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Jan 1997 07:50:57 -0800 (PST)
Received: (from kelly@localhost)
          by sage.fsl.noaa.gov (8.8.4/8.8.4)
	  id IAA00499; Fri, 10 Jan 1997 08:50:46 -0700 (MST)
Message-Id: <199701101550.IAA00499@sage.fsl.noaa.gov>
Date: Fri, 10 Jan 1997 08:50:46 -0700 (MST)
From: Sean Kelly <kelly@fsl.noaa.gov>
Reply-To: kelly@fsl.noaa.gov
To: FreeBSD-gnats-submit@freebsd.org
Subject: Minor change to src/share/doc/handbook/printing.sgml
X-Send-Pr-Version: 3.2

>Number:         2439
>Category:       docs
>Synopsis:       minor bug in src/share/doc/handbook/printing.sgml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 10 08:00:01 PST 1997
>Closed-Date:    Fri Jan 10 10:33:09 PST 1997
>Last-Modified:  Fri Jan 10 10:33:47 PST 1997
>Originator:     Sean Kelly
>Release:        FreeBSD 2.2-BETA_A i386
>Organization:
NOAA/CIRA Forecast Systems Lab
>Environment:

	Any

>Description:

	Pathname in sample script in printing.sgml is incorrect.

>How-To-Repeat:

	Read the handbook.

>Fix:
	
Index: printing.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/printing.sgml,v
retrieving revision 1.14
diff -u -r1.14 printing.sgml
--- printing.sgml       1996/12/31 21:54:20     1.14
+++ printing.sgml       1997/01/03 21:49:42
@@ -3018,7 +3018,7 @@
 [ "$login" ] || fail "No login name"
 [ "$host" ] || fail "No host name"
 
-( /u/kelly/freebsd/printing/filters/make-ps-header $login $host "DVI
File"
+( /usr/local/libexec/make-ps-header $login $host "DVI File"
   /usr/local/bin/dvips -f ) | eval /usr/local/libexec/lprps $orig_args
 </code>
            Notice how the filter has to parse the argument list in

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Fri Jan 10 10:33:09 PST 1997 
State-Changed-Why:  
Already fixed in rev 1.15 of printing.sgml. 
>Unformatted:
