summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-09-13 09:32:47 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-09-13 09:33:14 -0400
commitf511849c818024817df9760ef5cd6709a5e28fe3 (patch)
tree4e40da25bf46901a3faea5db74fcef2b75827c4d
parente6e50054b05dc59c8b0830410f1080a48f2c270c (diff)
doc: fix FAQ ordering
The actual answers were in a different order than the table of contents. This commit corrects that. No content has been changed.
-rw-r--r--FAQ.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/FAQ.md b/FAQ.md
index e27ecdcd..c52f6886 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -5,15 +5,15 @@
* [When is the next release?](#release)
* [Does ripgrep have a man page?](#manpage)
* [Does ripgrep have support for shell auto-completion?](#complete)
+* [How can I get results in a consistent order?](#order)
+* [How do I search files that aren't UTF-8?](#encoding)
+* [How do I search compressed files?](#compressed)
+* [How do I search over multiple lines?](#multiline)
* [How do I use lookaround and/or backreferences?](#fancy)
* [How do I configure ripgrep's colors?](#colors)
* [How do I enable true colors on Windows?](#truecolors-windows)
* [How do I stop ripgrep from messing up colors when I kill it?](#stop-ripgrep)
* [Why does using a leading `/` on Windows fail?](#because-cygwin)
-* [How can I get results in a consistent order?](#order)
-* [How do I search files that aren't UTF-8?](#encoding)
-* [How do I search compressed files?](#compressed)
-* [How do I search over multiple lines?](#multiline)
* [How do I get around the regex size limit?](#size-limit)
* [How do I make the `-f/--file` flag faster?](#dfa-size)
* [How do I make the output look like The Silver Searcher's output?](#silver-searcher-output)