Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 1997 08:50:46 -0700 (MST)
From:      Sean Kelly <kelly@fsl.noaa.gov>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/2439: Minor change to src/share/doc/handbook/printing.sgml
Message-ID:  <199701101550.IAA00499@sage.fsl.noaa.gov>
Resent-Message-ID: <199701101600.IAA17215@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 10 08:00:01 PST 1997
>Last-Modified:
>Originator:     Sean Kelly
>Organization:
NOAA/CIRA Forecast Systems Lab
>Release:        FreeBSD 2.2-BETA_A i386
>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

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701101550.IAA00499>