summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authorChayoung You <yousbe@gmail.com>2020-04-06 22:05:17 +0900
committerAndrew Gallant <jamslam@gmail.com>2020-05-08 23:24:40 -0400
commit16a1221fc70d586a07bd0421722635c61df525be (patch)
tree611f5a62193657edf7eef8b895e99e863e7f3a22 /FAQ.md
parent793c1179ccd7e755d635beee8be5c1e2202d404b (diff)
doc: use asciidoctor instead of a2x
AsciiDoc development is continued under asciidoctor. See https://github.com/asciidoc/asciidoc. We do however fallback to a2x if asciidoctor is not present. This is to ease migration, but at some point, it's likely that support for a2x will be dropped. Originally reported downstream: https://github.com/Homebrew/linuxbrew-core/issues/19885 Closes #1544
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/FAQ.md b/FAQ.md
index 63331266..3eed7942 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -60,9 +60,10 @@ patch release out with a fix. However, no promises are made.
Does ripgrep have a man page?
</h3>
-Yes! Whenever ripgrep is compiled on a system with `asciidoc` present, then a
-man page is generated from ripgrep's argv parser. After compiling ripgrep, you
-can find the man page like so from the root of the repository:
+Yes! Whenever ripgrep is compiled on a system with `asciidoctor` or `asciidoc`
+present, then a man page is generated from ripgrep's argv parser. After
+compiling ripgrep, you can find the man page like so from the root of the
+repository:
```
$ find ./target -name rg.1 -print0 | xargs -0 ls -t | head -n1