Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2001 16:03:18 -0300
From:      Pierre-Paul Lavoie <ppl@BSDpro.com>
To:        doc@FreeBSD.org
Subject:   Minor errors in the handbook
Message-ID:  <20010909160318.A96003@bloodaxis.nbtel.net>

next in thread | raw e-mail | index | archive | help
Not shure if this is the place to report.. but here it is:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing-advanced.html
11.4.1.4.3 Installing Conversion Filters
[...]
The DVI filter is a shell script named /usr/local/libexec/psdf. Here is that
            script:
    #!bin/sh
    #
    #  psdf - DVI to PostScript printer filter
    #  Installed in /usr/local/libexec/psdf
    #
    # Invoked by lpd when user runs lpr -d
    #
    exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"
[...]

Missing the slash in #!/bin/sh


Pierre-Paul Lavoie

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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