nop.1 724 B

12345678910111213141516171819202122232425262728293031
  1. .TH NOP 1 "21 March 2001"
  2. .SH NAME
  3. nop \- pretty-print graph file
  4. .SH SYNOPSIS
  5. .B nop
  6. [
  7. .B \-p?
  8. ]
  9. [
  10. .I files
  11. ]
  12. .SH DESCRIPTION
  13. .B nop
  14. reads a stream of graphs and prints each in pretty-printed (canonical) format
  15. on stdout. If no
  16. .I files
  17. are given, it reads from stdin.
  18. .SH OPTIONS
  19. The following options are supported:
  20. .TP
  21. .B \-p
  22. Produce no output - just check the input for valid DOT.
  23. .TP
  24. .B \-?
  25. Print usage information.
  26. .SH "EXIT STATUS"
  27. If any errors occurred while processing any input, such as a file
  28. not found or a file containing illegal DOT, \fBEXIT_FAILURE\fR is returned.
  29. Otherwise \fBEXIT_SUCCESS\fR is returned.
  30. .SH "SEE ALSO"
  31. wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1), libgraph(3)