summaryrefslogtreecommitdiffstats
path: root/bfs.1
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-06-04 18:58:14 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-06-04 18:58:14 -0400
commit014a7e95cc003350eaa2626233dab0693c2a4382 (patch)
tree27a064cd7035bf4e01865fd9d855742f237ca1a3 /bfs.1
parentf04b4487de5f09be4961f45fe43454b403aca3b2 (diff)
downloadbfs-014a7e95cc003350eaa2626233dab0693c2a4382.tar.xz
parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}
Diffstat (limited to 'bfs.1')
-rw-r--r--bfs.112
1 files changed, 4 insertions, 8 deletions
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