1FPARSER(1) fparser FPARSER(1)
2
3
4
6 fparser - Runs the frysk standalone source code parser utility.
7
9 fparser [-o path-to-write-dom-to] path-to-executable... [-help]
10
12 fparser Executes the frysk standalone source code parser utility.
13
14 fparser is a utility that will parse the source files listed in the
15 header of an executable. It is used to test the internal parser for the
16 frysk source window.
17
18 -o [file to write DOM to]
19 This allows a DOM to be output to an xml file that can be
20 viewed/analyzed with an editor.
21
22 -help
23 Print out a list of options for fparser.
24
26 fparser /home/foo/bar
27
29 funit(8)
30
32 Report bugs to
33 http://sources.redhat.com/frysk [1]
34
36 1. http://sources.redhat.com/frysk
37 http://sources.redhat.com/frysk
38
39
40
41 December 13 2006 FPARSER(1)