summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-13 02:46:00 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-13 02:46:00 +0000
commit56a6cff97f15a01f0ed8a58e26bcdca815c65d6e (patch)
tree9ac7f06dea6f8eadcca7e4114b63807d38bfbe55
parent7443d46d1ae750b9f23fd264e7876dc809b5b8a0 (diff)
downloadxorg-lib-libXp-56a6cff97f15a01f0ed8a58e26bcdca815c65d6e.tar.gz
Use troff macros to prevent cpp eating C comments & #defines that are
supposed to appear in man page output.
-rw-r--r--man/XpStartJob.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XpStartJob.man b/man/XpStartJob.man
index b90b9cc..5838d7e 100644
--- a/man/XpStartJob.man
+++ b/man/XpStartJob.man
@@ -1,4 +1,4 @@
-.\" $XdotOrg: $
+.\" $XdotOrg: xc/doc/man/Xp/XpStartJob.man,v 1.1 2004/05/22 06:27:25 alanc Exp $
.\"
.\" Copyright 1996 Hewlett-Packard Company
.\" Copyright 1996 International Business Machines Corp.
@@ -101,8 +101,8 @@ The XPSaveData values for output_mode are defined in <X11/extensions/Print.h>.
.nf
- #define XPSpool 1 /* Job data sent to spooler */
- #define XPGetData 2 /* Job data via XpGetDocumentData */
+ #define XPSpool 1 /\(** Job data sent to spooler */
+ #define XPGetData 2 /\(** Job data via XpGetDocumentData */
.fi