Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.bin/vgrind Pull up revisions 1.3-1.4 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/d2d2fdb83544
branches:  netbsd-1-6
changeset: 529719:d2d2fdb83544
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Dec 10 06:57:43 2002 +0000

description:
Pull up revisions 1.3-1.4 (requested by kleink in ticket #950)
 psroff has been dead for quite some time.

diffstat:

 usr.bin/vgrind/vgrind.sh |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 23f8b5df532e -r d2d2fdb83544 usr.bin/vgrind/vgrind.sh
--- a/usr.bin/vgrind/vgrind.sh  Sun Dec 08 13:38:41 2002 +0000
+++ b/usr.bin/vgrind/vgrind.sh  Tue Dec 10 06:57:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/csh -f
 #
-#      $NetBSD: vgrind.sh,v 1.3 1994/11/17 08:28:06 jtc Exp $
+#      $NetBSD: vgrind.sh,v 1.3.18.1 2002/12/10 06:57:43 jmc Exp $
 #
 # Copyright (c) 1980, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -118,10 +118,10 @@
     else
        if ("$head" != "") then
            $vf $options -h "$head" $files | \
-               sh -c "psroff -rx1 $voptions -i -mvgrind 2>> xindex"
+               sh -c "groff -Tps -l -C -rx1 $voptions -i -mvgrind 2>> xindex"
        else
            $vf $options $files | \
-               sh -c "psroff -rx1 $voptions -i -mvgrind 2>> xindex"
+               sh -c "groff -Tps -l -C -rx1 $voptions -i -mvgrind 2>> xindex"
        endif
     endif
     sort -df +0 -2 xindex >index
@@ -135,9 +135,9 @@
        endif
     else
        if ("$head" != "") then
-           $vf $options -h "$head" $files | psroff -i $voptions -mvgrind
+           $vf $options -h "$head" $files | groff -Tps -l -C -i $voptions -mvgrind
        else
-           $vf $options $files | psroff -i $voptions -mvgrind
+           $vf $options $files | groff -Tps -l -C -i $voptions -mvgrind
        endif
     endif
 endif



Home | Main Index | Thread Index | Old Index