Home
last modified time | relevance | path

Searched refs:md_post_Nm (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c107 static void md_post_Nm(struct roff_node *);
145 { NULL, md_pre_Nm, md_post_Nm, "**", "**" }, /* Nm */
1449 md_post_Nm(struct roff_node *n) in md_post_Nm() function