discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* [PATCH] .Bsx should print "BSD/OS" only
@ 2010-10-21  8:24 Ulrich Spörlein
  2010-10-23 23:32 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Spörlein @ 2010-10-21  8:24 UTC (permalink / raw)
  To: discuss

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

Hi folks,

subject says it, groff does it, attached patch fixes it.

Please note, that there are manpages out there, that go like this:

This manual page was written by
[...]
with inspiration from BSDi's
.Bsx
.Xr elf 5
manpage.

And as you can see, having Bsx display BSDI again is rather redundant.

Thanks,
Uli

[-- Attachment #2: bsdos.diff --]
[-- Type: text/x-diff, Size: 956 bytes --]

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";

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] .Bsx should print "BSD/OS" only
  2010-10-21  8:24 [PATCH] .Bsx should print "BSD/OS" only Ulrich Spörlein
@ 2010-10-23 23:32 ` Ingo Schwarze
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Schwarze @ 2010-10-23 23:32 UTC (permalink / raw)
  To: discuss

Hi Ulrich,

Ulrich Spörlein wrote on Thu, Oct 21, 2010 at 10:24:40AM +0200:

> subject says it, groff does it, attached patch fixes it.

Right.  Committed to both repositories, thanks.

Yours,
  Ingo
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-23 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-21  8:24 [PATCH] .Bsx should print "BSD/OS" only Ulrich Spörlein
2010-10-23 23:32 ` Ingo Schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).