diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-06-16 14:57:42 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-06-16 15:00:17 -0400 |
commit | cdc4934f57d29cd4b3606eee94e90e85850b268e (patch) | |
tree | 93629f0d113af7e76d78ce853f09e048b702c0c5 | |
parent | a176f9e8e90f634ab880e68b66f37eedfb73b7c1 (diff) | |
download | bfs-cdc4934f57d29cd4b3606eee94e90e85850b268e.tar.xz |
bfs.1: Color -S and bfs/dfs/ids differently
-rw-r--r-- | bfs.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -143,14 +143,14 @@ optimizations, plus re-order expressions to reduce expected cost. All optimizations, including aggressive optimizations that may alter the observed behavior in corner cases. .RE .TP -.BR \-S\ bfs | dfs | ids +\fB\-S \fIbfs\fR|\fIdfs\fR|\fIids\fR Use -.BR b readth- f irst/ d epth- f irst/ i terative -.BR d eepening -.BR s earch +.IR b readth- f irst/ d epth- f irst/ i terative +.IR d eepening +.IR s earch (default: .B -S -.BR bfs ). +.IR bfs ). .RE .SH OPERATORS .TP |