From 014a7e95cc003350eaa2626233dab0693c2a4382 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 4 Jun 2019 18:58:14 -0400 Subject: parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids} --- bfs.1 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'bfs.1') diff --git a/bfs.1 b/bfs.1 index 21ef243..cd75b37 100644 --- a/bfs.1 +++ b/bfs.1 @@ -142,19 +142,15 @@ optimizations, plus re-order expressions to reduce expected cost. \fB\-O\fI4\fR/\fB\-O\fIfast\fR All optimizations, including aggressive optimizations that may alter the observed behavior in corner cases. .RE -.PP -.B \-bfs -.br -.B \-dfs -.br -.B \-ids -.RS +.TP +.BR \-S\ bfs | dfs | ids Use .BR b readth- f irst/ d epth- f irst/ i terative .BR d eepening .BR s earch (default: -.BR -bfs ). +.B -S +.BR bfs ). .RE .SH OPERATORS .TP -- cgit v1.2.3