Index: mdoc_html.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_html.c,v retrieving revision 1.111 diff -u -p -r1.111 mdoc_html.c --- mdoc_html.c 10 Oct 2010 09:59:48 -0000 1.111 +++ mdoc_html.c 21 Oct 2010 08:21:29 -0000 @@ -843,7 +843,7 @@ mdoc_xx_pre(MDOC_ARGS) switch (n->tok) { case (MDOC_Bsx): - pp = "BSDI BSD/OS"; + pp = "BSD/OS"; break; case (MDOC_Dx): pp = "DragonFly"; Index: mdoc_term.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_term.c,v retrieving revision 1.193 diff -u -p -r1.193 mdoc_term.c --- mdoc_term.c 10 Oct 2010 09:59:48 -0000 1.193 +++ mdoc_term.c 21 Oct 2010 08:21:29 -0000 @@ -1657,7 +1657,7 @@ termp_xx_pre(DECL_ARGS) pp = NULL; switch (n->tok) { case (MDOC_Bsx): - pp = "BSDI BSD/OS"; + pp = "BSD/OS"; break; case (MDOC_Dx): pp = "DragonFly";