[BACK]Return to mdoc_man.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_man.c between version 1.67 and 1.68

version 1.67, 2014/07/30 00:19:16 version 1.68, 2014/08/06 15:09:05
Line 548  man_mdoc(void *arg, const struct mdoc *mdoc)
Line 548  man_mdoc(void *arg, const struct mdoc *mdoc)
         n = mdoc_node(mdoc);          n = mdoc_node(mdoc);
   
         printf(".TH \"%s\" \"%s\" \"%s\" \"%s\" \"%s\"\n",          printf(".TH \"%s\" \"%s\" \"%s\" \"%s\" \"%s\"\n",
             meta->title, meta->msec, meta->date,              meta->title,
             meta->os, meta->vol);              (meta->msec == NULL ? "" : meta->msec),
               meta->date, meta->os, meta->vol);
   
         /* Disable hyphenation and if nroff, disable justification. */          /* Disable hyphenation and if nroff, disable justification. */
         printf(".nh\n.if n .ad l");          printf(".nh\n.if n .ad l");

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb