From b557403c0ad9a13f0ffb9c84faddb9321659854d Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 10 Feb 2011 02:44:46 +0000 Subject: [PATCH] Add note to man page how lefty (dotty/lneato) relies on xdot. --- cmd/dotty/dotty.1 | 10 +++++++++- cmd/lneato/lneato.1 | 8 +++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/cmd/dotty/dotty.1 b/cmd/dotty/dotty.1 index 996e66148..6221316e1 100644 --- a/cmd/dotty/dotty.1 +++ b/cmd/dotty/dotty.1 @@ -33,6 +33,12 @@ made by which runs as a separate process that communicates with .B lefty through pipes. + +If the input graph contains xdot attributes, +.B dotty +will use that to display the graph. Otherwise, it runs +.B dot +to obtain layout information. .SH USAGE The file name is optional. If present, the graph contained in that file is displayed in the @@ -42,8 +48,10 @@ window. .TP .B -V Prints the version. +.SH BUGS +The lefty parser does not accept anonymous graphs. .SH SEE ALSO -dot(1), lefty(1) +dot(1), lefty(1), lneato(1), xdot(3) .br .I dotty user guide. diff --git a/cmd/lneato/lneato.1 b/cmd/lneato/lneato.1 index 95ab6445d..6a1a57d8c 100644 --- a/cmd/lneato/lneato.1 +++ b/cmd/lneato/lneato.1 @@ -33,6 +33,12 @@ made by which runs as a separate process that communicates with .B lefty through pipes. + +If the input graph contains xdot attributes, +.B lneato +will use that to display the graph. Otherwise, it runs +.B neato +to obtain layout information. .SH USAGE The file name is optional. If present, the graph contained in that file is displayed in the @@ -43,7 +49,7 @@ window. .B -V Prints the version. .SH SEE ALSO -neato(1), lefty(1), dotty(1), +neato(1), lefty(1), dotty(1), xdot(3), .br .I dotty user guide. -- 2.40.0