]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_validate.c
Support .RE with an argument; needed for audio/pms(1).
[mandoc.git] / man_validate.c
index 5688bb548aafc6bda5f32bb4a0e021276c3325ce..48f2ed5b46963b5865ecb0f45d009becdc45e0cc 100644 (file)
@@ -379,6 +379,8 @@ post_TH(CHKARGS)
 
        if (n && (n = n->next))
                man->meta.source = mandoc_strdup(n->string);
+       else if (man->defos != NULL)
+               man->meta.source = mandoc_strdup(man->defos);
 
        /* TITLE MSEC DATE SOURCE ->VOL<- */
        /* If missing, use the default VOL name for MSEC. */