-
Notifications
You must be signed in to change notification settings - Fork 3
/
vg.1
42 lines (40 loc) · 893 Bytes
/
vg.1
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 <[email protected]>.