From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: Support auto-tagging for ".It Va". Date: Sun, 18 Jul 2021 06:41:54 -0500 (EST) [thread overview] Message-ID: <c2aa2d441c1e3740@mandoc.bsd.lv> (raw) Log Message: ----------- Support auto-tagging for ".It Va". This combination is somewhat rare because few libraries expose so many global variables that they need a list to enumerate them, but when the idiom does occur, tagging the variable names is generally useful. For example, this helps awk(1), dc(1), make(1), rc.subr(8), ... Missing feature reported and patch reviewed, tested, and OK'ed by kn@. Modified Files: -------------- mandoc: mdoc_validate.c Revision Data ------------- Index: mdoc_validate.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/mdoc_validate.c,v retrieving revision 1.388 retrieving revision 1.389 diff -Lmdoc_validate.c -Lmdoc_validate.c -u -p -r1.388 -r1.389 --- mdoc_validate.c +++ mdoc_validate.c @@ -164,7 +164,7 @@ static const v_post mdoc_valids[MDOC_MAX post_defaults, /* Pa */ post_rv, /* Rv */ post_st, /* St */ - post_delim_nb, /* Va */ + post_tag, /* Va */ post_delim_nb, /* Vt */ post_xr, /* Xr */ NULL, /* %A */ -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
reply other threads:[~2021-07-18 11:41 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=c2aa2d441c1e3740@mandoc.bsd.lv \ --to=schwarze@mandoc.bsd.lv \ --cc=source@mandoc.bsd.lv \ --subject='Re: mandoc: Support auto-tagging for ".It Va".' \ /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
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).