gozilla.ref (global-6.6.4) | : | gozilla.ref (global-6.6.5) | ||
---|---|---|---|---|
@c This file is generated automatically by convert.pl from gozilla/manual.in. | @c This file is generated automatically by convert.pl from gozilla/manual.in. | |||
@unnumberedsubsec NAME | @unnumberedsubsec NAME | |||
gozilla - force a browser to display specified part of a source file | gozilla - force firefox to display specified part of a source file | |||
@unnumberedsubsec SYNOPSIS | @unnumberedsubsec SYNOPSIS | |||
@quotation | @quotation | |||
gozilla [-b browser][-p][+no] file@* | gozilla [-b browser][-p][+no] file@* | |||
gozilla [-b browser][-p] -d name@* | gozilla [-b browser][-p] -d name@* | |||
@end quotation | @end quotation | |||
@unnumberedsubsec DESCRIPTION | @unnumberedsubsec DESCRIPTION | |||
Gozilla forces firefox to display specified part of a source file. | Gozilla forces firefox to display specified part of a source file. | |||
Gozilla can be used with other browsers like chrome and epiphany. | Gozilla can be used with other browsers like chrome. | |||
In advance of using this command, you must execute gtags(1) | In advance of using this command, you must execute gtags(1) | |||
and htags(1) at the root directory of the project to make tag files. | and htags(1) at the root directory of the project to make tag files. | |||
Then you can execute this command anywhere in the project. | Then you can execute this command anywhere in the project. | |||
First form:@* | First form:@* | |||
You can specify a source file and optional line number. | You can specify a source file and optional line number. | |||
This syntax is similar to vi(1) and emacs(1). | This syntax is similar to vi(1) and emacs(1). | |||
Second form:@* | Second form:@* | |||
skipping to change at line 90 | skipping to change at line 90 | |||
$ gozilla -d main | $ gozilla -d main | |||
$ gozilla -b lynx +82 ctags.c | $ gozilla -b lynx +82 ctags.c | |||
@end example | @end example | |||
@unnumberedsubsec DIAGNOSTICS | @unnumberedsubsec DIAGNOSTICS | |||
Gozilla exits with a non-0 value if an error occurred, 0 otherwise. | Gozilla exits with a non-0 value if an error occurred, 0 otherwise. | |||
@unnumberedsubsec SEE ALSO | @unnumberedsubsec SEE ALSO | |||
global(1), | global(1), | |||
gtags(1), | gtags(1), | |||
htags(1), | htags(1), | |||
epiphany(1), | epiphany(1), | |||
mozilla(1), | ||||
firefox(1), | firefox(1), | |||
gtags.conf(5). | gtags.conf(5). | |||
GNU GLOBAL source code tag system@* | GNU GLOBAL source code tag system@* | |||
(http://www.gnu.org/software/global/). | (http://www.gnu.org/software/global/). | |||
@unnumberedsubsec AUTHORS | @unnumberedsubsec AUTHORS | |||
Shigio YAMAGUCHI. | Shigio YAMAGUCHI. | |||
@unnumberedsubsec HISTORY | @unnumberedsubsec HISTORY | |||
The gozilla command appeared in FreeBSD 2.2.2 but was not | The gozilla command appeared in FreeBSD 2.2.2 but was not | |||
installed by default. | installed by default. | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 2 lines changed or added |