File: vg.1

package info (click to toggle)
cgvg 1.6.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 216 kB
  • ctags: 3
  • sloc: perl: 404; sh: 330; makefile: 43
file content (42 lines) | stat: -rw-r--r-- 893 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.\"             -*-Nroff-*-
.\"
.TH VG 1 "13 Mar 2002" "" ""
.SH NAME
vg \- Edit an entry found by the cg script
.SH SYNOPSIS
.B vg
[ -l ] number
.SH DESCRIPTION
.B "vg "
is the companion script to cg(1) which fires off an editor to
edit an entry found by cg(1).  This script is run only with one
argument which just be an integer within rage of the output of
cg(1), as seen on the far left column.  (Such as "vg 0".)  Running
it with the
.B -l
option edits using the log from the last search.
.PP
.SH "COMMAND\-LINE OPTIONS"
.TP 0.5i
.B "\-l "
Edits from the last search rather than from this terminal
.PP
.SH FILES
.ne 3
.TP
.I ${HOME}/.cglast
Log file of the last search.
.ne 3
.TP
.I ${HOME}/.cgvgrc
Per-user configuration file (if the defaults are not desireable).
.fi

.SH "SEE ALSO"
.BR cg (1),
.BR perl (1),
.BR cscope (1)

.SH AUTHOR
.B vg
was written by Joshua Uziel <uzi@uzix.org>.