Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
VGRIND(1) OpenBSD Reference Manual VGRIND(1)
NAME
vgrind - grind nice listings of programs
SYNOPSIS
vgrind [-] [-W] [-d file] [-f] [-h header] [-l language] [-n] [-sn] [-t]
[-x] name ...
DESCRIPTION
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.
vgrind runs in two basic modes, filter mode (see the -f option) or regu-
lar mode. In filter mode vgrind acts as a filter in a manner similar to
tbl(1). The standard input is passed directly to the standard output ex-
cept for lines bracketed by the troff-like macros:
.vS starts processing
.vE ends processing
These lines are formatted as described above. The output from this fil-
ter can be passed to troff(1) for output. There need be no particular
ordering with eqn(1) or tbl(1).
In regular mode vgrind accepts input files, processes them, and passes
them to troff(1) for output.
In both modes vgrind passes any lines beginning with a decimal point
without conversion.
The options are as follows:
- Forces input to be taken from standard input (default if -f
is specified).
-W Forces output to the (wide) Versatec printer rather than
the (narrow) Varian.
-d file Specifies an alternate language definitions file (default
is /usr/share/misc/vgrindefs).
-f Forces filter mode.
-h header Specifies a particular header to put on every output page
(default is the file name).
-l Specifies the language to use. Currently known are PASCAL
(-lp), MODEL (-lm), C (-lc or the default), CSH (-lcsh),
SHELL (-lsh), RATFOR (-lr), MODULA2 (-lmod2), YACC
(-lyacc), LISP (-lisp), and ICON (-lI).
-n Forces no keyword bolding.
-s Specifies a point size to use on output (exactly the same
as the argument of a .ps).
-t Similar to the same option in troff(1) causing formatted
text to go to the standard output
-x Outputs the index file in a ``pretty'' format. The index
file itself is produced whenever vgrind is run with a file
called index in the current directory. The index of func-
tion definitions can then be run off by giving vgrind the
-x option and the file index as argument.
FILES
index file where source for index is created
/usr/share/tmac/tmac.vgrind macro package
/usr/libexec/vfontedpr preprocessor
/usr/share/misc/vgrindefs language descriptions
SEE ALSO
lpr(1), troff(1), getcap(3), vgrindefs(5)
BUGS
vfontedpr assumes that a certain programming style is followed:
For C - function names can be preceded on a line only by spaces, tabs, or
an asterisk. The parenthesized arguments must also be on the same line.
For PASCAL - function names need to appear on the same line as the key-
words function or procedure.
For MODEL - function names need to appear on the same line as the key-
words is beginproc.
If these conventions are not followed, the indexing and marginal function
name comment mechanisms will fail.
More generally, arbitrary formatting styles for programs mostly look bad.
The use of spaces to align source code fails miserably; if you plan to
vgrind your program you should use tabs. This is somewhat inevitable
since the font used by vgrind is variable width.
The mechanism of ctags(1) in recognizing functions should be used here.
Filter mode does not work in documents using the -me or -ms macros. (So
what use is it anyway?)
HISTORY
The vgrind command appeared in 3.0BSD.
OpenBSD 2.6 June 6, 1993 2
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for vgrind(1) OpenBSD sources for vgrind(1)
RocketLink!--> Man page versions:
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
vgrind.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|