diff options
author | Kyle Milz <krwmilz@gmail.com> | 2021-11-01 15:22:41 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-11-01 15:22:41 +0000 |
commit | c67593125c93d80c281ee7a52ed81595ce2b7b92 (patch) | |
tree | 8eb050777c262e2b95b46ad8a2e66679d7a4e6a9 | |
parent | 3cd87bc3fb9dc523c7299f17f5266461e2667fa6 (diff) |
man g filetypes diff
g(1): sync filetypes list
the file types list in the 'g' manual was out of date.
this change synchronizes and sorts them.
it looks like the .B macro only accepts 6 args or less,
so observe that limit.
-rw-r--r-- | sys/man/1/grep | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/man/1/grep b/sys/man/1/grep index 2a5a98cfa..4792e1055 100644 --- a/sys/man/1/grep +++ b/sys/man/1/grep @@ -115,10 +115,12 @@ with and forces tagging of output lines by file name. If no files are listed, it recursively searches the current directory for all files matching -.B *.b *.c *.C *.h *.l *.m *.s *.y -.B *.asm *.cc *.cs *.lx *.cgi *.pl -.B *.py *.tex *.ms *.java *.xy *.go -.B *.goc *.cpp +.B *.b *.c *.C *.h *.l *.m +.B *.s *.y +.B *.asm *.awk *.cc *.cgi *.cpp *.cs +.B *.go *.goc *.hs *.java *.lua *.lx +.B *.mk *.ml *.mli *.ms *.myr *.pl +.B *.py *.rc *.sh *.tex *.xy .PP The recursive search can be suppressed by passing g the .B -n |