From 0895027ed6e40cc02418a691f0d078602f8fe6f5 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 25 Nov 2019 00:13:50 +0100 Subject: [PATCH] Add 'glob' syntax link as well --- doc/fd.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/fd.1 b/doc/fd.1 index ba6ced1..7ab8969 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -234,9 +234,15 @@ path without file extension basename without file extension .RE .SH PATTERN SYNTAX -The -.RI [ pattern ] -syntax supported in the tool is documented at https://docs.rs/regex/1.0.0/regex/#syntax +The regular expression syntax used by fd is documented here: + +.UR https://docs.rs/regex/1.0.0/regex/#syntax +.UE + +The glob syntax is documented here: + +.UR https://docs.rs/globset/#syntax +.UE .SH ENVIRONMENT .TP .B LS_COLORS