summaryrefslogtreecommitdiff
path: root/man/XpStartDoc.man
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-12 23:45:05 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-12 23:45:05 +0000
commit7443d46d1ae750b9f23fd264e7876dc809b5b8a0 (patch)
tree2d9547e17a713466aee09254d1adeed02aa6be2c /man/XpStartDoc.man
parent66663ac337b1a6e104cc30e17efe3d09d85302e0 (diff)
downloadxorg-lib-libXp-7443d46d1ae750b9f23fd264e7876dc809b5b8a0.tar.gz
Use troff macros to prevent cpp eating C comments & #defines that are
supposed to appear in man page output.
Diffstat (limited to 'man/XpStartDoc.man')
-rw-r--r--man/XpStartDoc.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XpStartDoc.man b/man/XpStartDoc.man
index 6e8e915..2b105d2 100644
--- a/man/XpStartDoc.man
+++ b/man/XpStartDoc.man
@@ -1,4 +1,4 @@
-.\" $XdotOrg: $
+.\" $XdotOrg: xc/doc/man/Xp/XpStartDoc.man,v 1.1 2004/05/22 06:27:25 alanc Exp $
.\"
.\" Copyright 1996 Hewlett-Packard Company
.\" Copyright 1996 International Business Machines Corp.
@@ -95,8 +95,8 @@ The XPDocumentType values are defined in <X11/extensions/Print.h>:
.nf
- #define XPDocNormal 1 /* Doc data handled by Xserver*/
- #define XPDocRaw 2 /* Doc data passed through Xserver*/
+ #define XPDocNormal 1 /\(** Doc data handled by Xserver*/
+ #define XPDocRaw 2 /\(** Doc data passed through Xserver*/
.fi