source: vis_dev/vis-2.1/share/vis/help/print_network_dotCmd.txt @ 11

Last change on this file since 11 was 11, checked in by cecile, 13 years ago

Add vis

File size: 1023 bytes
Line 
1
2  print_network_dot - print a dot description of the flattened network
3     _________________________________________________________________
4
5   print_network_dot [-h] <file_name>
6
7   Write  a  file  in  the  format  taken  by  the tool dot depicting the
8   topology  of  the network. Dot is a tool that given a description of a
9   graph in a certain format it produces a postscript print of the graph.
10   For more information about dot look in
11   [1]http://www.research.att.com/orgs/ssr/book/reuse. Once a dot file is
12   produced  with  this  command,  the  shell  command dot -Tps >.ps will
13   produce the postscript file depicting the network.
14
15   If  no  argument  is specified on the command line, the description is
16   written to the standard output.
17
18   Command options:
19
20   -h
21          Print the command usage.
22     _________________________________________________________________
23
24   Last updated on 20050519 10h16
25
26References
27
28   1. http://www.research.att.com/orgs/ssr/book/reuse
Note: See TracBrowser for help on using the repository browser.