Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/vgrind psroff has been dead for quite some time.
details: https://anonhg.NetBSD.org/src/rev/9fa0ce0e562a
branches: trunk
changeset: 538719:9fa0ce0e562a
user: kleink <kleink%NetBSD.org@localhost>
date: Sun Oct 27 12:29:11 2002 +0000
description:
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 97037c628380 -r 9fa0ce0e562a usr.bin/vgrind/vgrind.sh
--- a/usr.bin/vgrind/vgrind.sh Sun Oct 27 11:49:34 2002 +0000
+++ b/usr.bin/vgrind/vgrind.sh Sun Oct 27 12:29:11 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.4 2002/10/27 12:29:11 kleink 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