been broken for a long time

maybe time for a removal?

Index: vendor.h
===================================================================
RCS file: /cvs/obsd/xenocara/app/xman/vendor.h,v
retrieving revision 1.2
diff -u -p -r1.2 vendor.h
--- vendor.h    24 Oct 2009 15:00:51 -0000      1.2
+++ vendor.h    16 Nov 2011 04:10:56 -0000
@@ -179,6 +179,8 @@ from the X Consortium.
 #ifndef HANDLE_ROFFSEQ
 # if defined(ultrix)
 #  define FORMAT "| nroff -man"             /* The format command. */
+# elif defined(__OpenBSD__)
+#  define FORMAT "| mandoc"
 # elif defined(CSRG_BASED)
 #  define FORMAT "| eqn | tbl | nroff -mandoc"
 # elif defined(BSD) && (BSD >= 199103)
@@ -188,7 +190,11 @@ from the X Consortium.
 # else
 #  define FORMAT "| neqn | nroff -man"      /* The format command. */
 # endif
-# define TBL "tbl"
+# ifndef __OpenBSD__
+#  define TBL "tbl"
+# else
+#  define TBL "cat"
+# endif
 #else /* HANDLE_ROFFSEQ */
 # if defined(linux)
 #  define ZSOELIM      "zsoelim"

Reply via email to