(file) Return to vendor.h CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / xman

Diff for /xc/programs/xman/vendor.h between version 1.13 and 1.14

version 1.13, 2003/07/29 21:16:56 version 1.14, 2004/03/12 02:17:55
Line 28 
Line 28 
 from the X Consortium. from the X Consortium.
  
 */ */
 /* $XFree86: xc/programs/xman/vendor.h,v 1.12 2003/03/26 20:43:59 tsi Exp $ */  /* $XFree86: xc/programs/xman/vendor.h,v 1.13 2003/07/29 21:16:56 dawes Exp $ */
  
 /* Vendor-specific definitions */ /* Vendor-specific definitions */
  
Line 166 
Line 166 
 #  define FORMAT "| eqn | tbl | nroff -mandoc" #  define FORMAT "| eqn | tbl | nroff -mandoc"
 # elif defined(BSD) && (BSD >= 199103) # elif defined(BSD) && (BSD >= 199103)
 #  define FORMAT "| eqn | tbl | nroff -man" #  define FORMAT "| eqn | tbl | nroff -man"
 # elif defined(linux)  # elif defined(linux) || defined(__CYGWIN__)
 #  define FORMAT "| eqn | tbl | GROFF_NO_SGR= groff -Tlatin1 -mandoc" #  define FORMAT "| eqn | tbl | GROFF_NO_SGR= groff -Tlatin1 -mandoc"
 # else # else
 #  define FORMAT "| neqn | nroff -man"      /* The format command. */ #  define FORMAT "| neqn | nroff -man"      /* The format command. */
Line 186 
Line 186 
 # define REFER          "refer" # define REFER          "refer"
 # if defined(CSRG_BASED) # if defined(CSRG_BASED)
 #  define FORMAT        "nroff -mandoc" #  define FORMAT        "nroff -mandoc"
 # elif defined(linux)  # elif defined(linux) || defined(__CYGWIN__)
 #  define FORMAT        "GROFF_NO_SGR= groff -Tlatin1 -mandoc" #  define FORMAT        "GROFF_NO_SGR= groff -Tlatin1 -mandoc"
 # elif defined(__DARWIN__) # elif defined(__DARWIN__)
 #  define FORMAT        "nroff -man" #  define FORMAT        "nroff -man"


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

Powered by
ViewCVS 0.9.2