summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/libXp.man10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/libXp.man b/man/libXp.man
index c886327..b42d02f 100644
--- a/man/libXp.man
+++ b/man/libXp.man
@@ -1,4 +1,4 @@
-.\" $XdotOrg: $
+.\" $XdotOrg: xc/doc/man/Xp/libXp.man,v 1.1 2004/05/22 06:27:25 alanc Exp $
.\"
.\" Copyright 1996 Hewlett-Packard Company
.\" Copyright 1996 International Business Machines Corp.
@@ -47,7 +47,7 @@ file...-lXp
]
.BR
.nf
-XCOMM\&include <X11/extensions/Print.h>
+\&#include <X11/extensions/Print.h>
.fi
.SH DESCRIPTION
.LP
@@ -100,8 +100,8 @@ A simple X application supplemented with some of the libXp routines might look l
.nf
-XCOMM\&include <X11/Xlib.h>
-XCOMM\&include <X11/extensions/Print.h>
+\&#include <X11/Xlib.h>
+\&#include <X11/extensions/Print.h>
main()
{
@@ -112,7 +112,7 @@ main()
XPContext pcontext;
int plistCnt;
char *attrPool;
-XCOMM\&define NPOOLTYPES 5
+\&#define NPOOLTYPES 5
XPAttributes poolType[NPOOLTYPES] = {XPJobAttr,XPDocAttr,XPPageAttr,
XPPrinterAttr,XPServerAttr};
int i;