From 3e81c4f02c3463a9629a032c17bfcaeab2471ef9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 23 Oct 2010 23:31:10 +0000 Subject: let .Bsx print just "BSD/OS" like in modern groff from Ulrich Spoerlein --- mdoc_term.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index e15278fe..06947fcd 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.193 2010/10/10 09:59:48 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.194 2010/10/23 23:31:10 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -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"; -- cgit v1.2.3