diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 02:12:17 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-18 02:12:17 +0000 |
commit | 961e25e55e539cc1bb31095e685501453c15666b (patch) | |
tree | 892eae9ef87053a0ba297938d2337b6425a9242c | |
parent | 05bb2db1ebccc9cbc55501cde550fb26b6bda239 (diff) |
Change XCOMM to \&# to allow both cpp & sed to translate correctly.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
Use XDMPIDDIR instead of XDMDIR when showing location of xdm-pid file in
man page.
-rw-r--r-- | man/libXp.man | 10 |
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; |