9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Kyle Milz <krwmilz@gmail.com>
To: 9front@9front.org
Subject: [9front] man g filetypes diff
Date: Mon, 1 Nov 2021 08:21:06 -0700	[thread overview]
Message-ID: <YYAF4k+qi3ccGvoZ@imac.0x30.net> (raw)

[-- Attachment #1: man_g_files.diff --]
[-- Type: text/plain, Size: 866 bytes --]

hi,

while reading the src for g i noticed the file types list in the
manual was out of date. diff below synchronizes and sorts them.
it looks like the .B macro only accepts 6 args or less, so i
observe that limit.

kyle


diff aebf92224f1977cfac6fae779d5c288e16afcebd uncommitted
--- a/sys/man/1/grep
+++ b/sys/man/1/grep
@@ -115,10 +115,12 @@
 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

             reply	other threads:[~2021-11-01 15:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-01 15:21 Kyle Milz [this message]
2021-11-01 15:53 ` ori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YYAF4k+qi3ccGvoZ@imac.0x30.net \
    --to=krwmilz@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).