89f9ff99f9
vgrind formats the program sources which are arguments in a nice style using troff(1). Comments are placed in italics, keywords in bold face, and the name of the current function is listed down the margin of each page as it is encountered. help and OK sthen@
32 lines
929 B
Plaintext
32 lines
929 B
Plaintext
$OpenBSD: patch-vgrind_1,v 1.1.1.1 2010/10/23 16:49:11 jasper Exp $
|
|
--- vgrind.1.orig Sat Oct 23 18:32:04 2010
|
|
+++ vgrind.1 Sat Oct 23 18:32:37 2010
|
|
@@ -99,7 +99,7 @@ The options are as follows:
|
|
.It Fl d Ar file
|
|
Specifies an alternate language definitions
|
|
file (default is
|
|
-.Pa /usr/share/misc/vgrindefs ) .
|
|
+.Pa ${PREFIX}/share/misc/vgrindefs ) .
|
|
.It Fl f
|
|
Forces filter mode.
|
|
.It Fl h Ar header
|
|
@@ -164,14 +164,14 @@ option and the file
|
|
as argument.
|
|
.El
|
|
.Sh FILES
|
|
-.Bl -tag -width /usr/share/misc/vgrindefsxx -compact
|
|
+.Bl -tag -width ${PREFIX}/share/misc/vgrindefsxx -compact
|
|
.It Pa index
|
|
file where source for index is created
|
|
-.It Pa /usr/share/tmac/tmac.vgrind
|
|
+.It Pa ${PREFIX}/share/tmac/tmac.vgrind
|
|
macro package
|
|
-.It Pa /usr/libexec/vfontedpr
|
|
+.It Pa ${PREFIX}/libexec/vfontedpr
|
|
preprocessor
|
|
-.It Pa /usr/share/misc/vgrindefs
|
|
+.It Pa ${PREFIX}/share/misc/vgrindefs
|
|
language descriptions
|
|
.El
|
|
.Sh SEE ALSO
|