[BACK]Return to html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/html.c between version 1.137 and 1.138

version 1.137, 2020/04/07 22:45:37 version 1.138, 2020/04/08 11:54:14
Line 342 
Line 342 
         unsigned int             slot;          unsigned int             slot;
         int                      suffix;          int                      suffix;
   
         if (n->string != NULL)          if (n->tag != NULL)
                 buf = mandoc_strdup(n->string);                  buf = mandoc_strdup(n->tag);
         else {          else {
                 switch (n->tok) {                  switch (n->tok) {
                 case MDOC_Sh:                  case MDOC_Sh:

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138