From ba11a5192d59339a1f7c8db7284b74caeff1183e Mon Sep 17 00:00:00 2001 From: Deron Johnson Date: Fri, 18 Feb 2005 17:38:28 +0000 Subject: More 682 merge --- xpawhelloworld/xpawhelloworld.c | 4 ++ xphelloworld/xphelloworld.man | 77 +++++++++++++++--------------- xphelloworld/xphelloworld.sgml | 24 +++++----- xpsimplehelloworld/xpsimplehelloworld.man | 51 ++++++++++---------- xpsimplehelloworld/xpsimplehelloworld.sgml | 24 +++++----- xpxmhelloworld/xpxmhelloworld.man | 55 ++++++++++----------- xpxmhelloworld/xpxmhelloworld.sgml | 24 +++++----- xpxthelloworld/xpxthelloworld.man | 55 ++++++++++----------- xpxthelloworld/xpxthelloworld.sgml | 24 +++++----- 9 files changed, 166 insertions(+), 172 deletions(-) diff --git a/xpawhelloworld/xpawhelloworld.c b/xpawhelloworld/xpawhelloworld.c index 61283de..281c310 100644 --- a/xpawhelloworld/xpawhelloworld.c +++ b/xpawhelloworld/xpawhelloworld.c @@ -302,6 +302,10 @@ int do_hello_world( int argc, char *argv[], const char *printername, const char if( doPrint ) { n = 0; + /* Override any geometry resource settings as XawPrintShell adjusts it's size + * to the current page siue when |XawPrintLAYOUTMODE_DRAWABLEAREA| or + * |XawPrintLAYOUTMODE_PAGESIZE| are used. */ + XtSetArg(args[n], XtNgeometry, "+0+0"); n++; XtSetArg(args[n], XawNlayoutMode, XawPrintLAYOUTMODE_DRAWABLEAREA); n++; print_shell = XtCreatePopupShell("myprintshell", xawPrintShellWidgetClass, diff --git a/xphelloworld/xphelloworld.man b/xphelloworld/xphelloworld.man index f063bb0..027ed72 100644 --- a/xphelloworld/xphelloworld.man +++ b/xphelloworld/xphelloworld.man @@ -1,64 +1,63 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng . -.TH "XPHELLOWORLD" "__mansuffix__" "13 February 2004" "" "" +.\" -*- coding: us-ascii -*- +.TH xphelloworld __appmansuffix__ "8 October 2004" .SH NAME xphelloworld \- sends a test page to an Xprint printer .SH SYNOPSIS - -\fBxphelloworld\fR [ \fB-printer \fIprinternname\fB\fR] [ \fB-printargs -\fIarg\fB=\fIvalue\fB [,...]\fR] [ \fB-v\fR] [ \fB-text \fItext\fB\fR] [ \fB-h\fR] - -.SH "DESCRIPTION" -.PP -\fBxphelloworld\fR is a utility for Xprint, the +.ad l +\fBxphelloworld\fR \kx +.if (\nxu > (\n(.lu / 2)) .nr x (\n(.lu / 5) +'in \n(.iu+\nxu +[\fB\-printer \fBprinternname\fR\fR] [\fB\-printargs +\fBarg\fR= \fBvalue\fR [,...]\fR] [\fB\-v\fR] [\fB\-text \fBtext\fR\fR] [\fB\-h\fR] +'in \n(.iu-\nxu +.ad b +.SH DESCRIPTION +xphelloworld is a utility for Xprint, the printing system for the X Window system. It sends a test page to the specified printer (or the default printer, if none is specified). -.SH "OPTIONS" -.TP -\fB-printer \fIprinternname\fB \fR +.SH OPTIONS +.TP +\fB\-printer \fIprinternname\fB\fR printer to use -.TP -\fB-printargs \fIarg\fB=\fIvalue\fB [,...] \fR +.TP +\fB\-printargs \fIarg\fB=\fIvalue\fB [,...]\fR Args: -.RS -.TP +.RS +.TP \fBtofile=\fIfilename\fB\fR -.TP +.TP \fBpapersize=\fIpaper name\fB\fR -.TP +.TP \fBorientation=\fIorientation\fB\fR -.TP +.TP \fBresolution=\fIDPI\fB\fR -.TP +.TP \fBplex=\fIplex\fB\fR -.TP +.TP \fBtitle=\fIstring\fB\fR .RE -.TP -\fB-text \fItext\fB \fR + +.TP +\fB\-text \fItext\fB\fR Sample text to print. Default is "hello world from X11 print system". -.TP -\fB-v \fR +.TP +\fB\-v\fR verbose output -.TP -\fB-h \fR +.TP +\fB\-h\fR print usage -.SH "ENVIRONMENT" -.TP -\fBXPSERVERLIST \fR +.SH ENVIRONMENT +.TP +\fBXPSERVERLIST\fR \fB${XPSERVERLIST}\fR must be set, identifying the available Xprint servers. See \fBXprint\fR(__miscmansuffix__) for more details. .SH "KNOWN BUGS" -.PP -The \fB-text\fR option assumes that the text is in ISO8859-1 encoding +The \fB\-text\fR option assumes that the text is in ISO8859-1 encoding (the \fB${LANG}\fR environment variable is not honored in this case). -A full list of bugs can be obtained from the Xprint.org bug database (http://xprint.mozdev.org/xprint_bugs.html ). + +A full list of bugs can be obtained from the Xprint.org bug database (http://xprint.mozdev.org/xprint_bugs.html). .SH "SEE ALSO" -.PP -\fBXprint\fR(__miscmansuffix__), \fBX11\fR(__miscmansuffix__), \fBxplsprinters\fR(__mansuffix__), \fBxpxmhelloworld\fR(__mansuffix__), \fBxpawhelloworld\fR(__mansuffix__), \fBxpxthelloworld\fR(__mansuffix__), \fBxpsimplehelloworld\fR(__mansuffix__), \fBXserver\fR(__mansuffix__), \fBXprt\fR(__mansuffix__), \fBlibXp\fR(__libmansuffix__), \fBlibXprintUtils\fR(__libmansuffix__), \fBlibXprintAppUtils\fR(__libmansuffix__), \fBXmPrintShell\fR(__libmansuffix__), \fBXawPrintShell\fR(__libmansuffix__), Xprint FAQ (http://xprint.mozdev.org/docs/Xprint_FAQ.html ), Xprint main site (http://xprint.mozdev.org/ ) +\fBXprint\fR(__miscmansuffix__), \fBX11\fR(__miscmansuffix__), \fBxplsprinters\fR(__appmansuffix__), \fBxpxmhelloworld\fR(__appmansuffix__), \fBxpawhelloworld\fR(__appmansuffix__), \fBxpxthelloworld\fR(__appmansuffix__), \fBxpsimplehelloworld\fR(__appmansuffix__), \fBXserver\fR(__appmansuffix__), \fBXprt\fR(__appmansuffix__), \fBlibXp\fR(__libmansuffix__), \fBlibXprintUtils\fR(__libmansuffix__), \fBlibXprintAppUtils\fR(__libmansuffix__), \fBXmPrintShell\fR(__libmansuffix__), \fBXawPrintShell\fR(__libmansuffix__), Xprint FAQ (http://xprint.mozdev.org/docs/Xprint_FAQ.html), Xprint main site (http://xprint.mozdev.org/) diff --git a/xphelloworld/xphelloworld.sgml b/xphelloworld/xphelloworld.sgml index f0e3972..14760d5 100644 --- a/xphelloworld/xphelloworld.sgml +++ b/xphelloworld/xphelloworld.sgml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ manual volume numbers. xphelloworld - __mansuffix__ + __appmansuffix__ xphelloworld @@ -159,16 +159,16 @@ manual volume numbers. Xprint__miscmansuffix__ X11__miscmansuffix__ - xplsprinters__mansuffix__ + xplsprinters__appmansuffix__ - xpxmhelloworld__mansuffix__ - xpawhelloworld__mansuffix__ - xpxthelloworld__mansuffix__ - xpsimplehelloworld__mansuffix__ - Xserver__mansuffix__ - Xprt__mansuffix__ + xpxmhelloworld__appmansuffix__ + xpawhelloworld__appmansuffix__ + xpxthelloworld__appmansuffix__ + xpsimplehelloworld__appmansuffix__ + Xserver__appmansuffix__ + Xprt__appmansuffix__ libXp__libmansuffix__ libXprintUtils__libmansuffix__ diff --git a/xpsimplehelloworld/xpsimplehelloworld.man b/xpsimplehelloworld/xpsimplehelloworld.man index 5334071..0a2c9ea 100644 --- a/xpsimplehelloworld/xpsimplehelloworld.man +++ b/xpsimplehelloworld/xpsimplehelloworld.man @@ -1,18 +1,17 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng . -.TH "XPSIMPLEHELLOWORLD" "__mansuffix__" "13 February 2004" "" "" +.\" -*- coding: us-ascii -*- +.TH xpsimplehelloworld __appmansuffix__ "8 October 2004" .SH NAME -xpsimplehelloworld \- \&"Hello World\&"-like Xprint sample utility based on plain X11 rendering calls +xpsimplehelloworld \- "Hello World"-like Xprint sample utility based on plain X11 rendering calls .SH SYNOPSIS - -\fBxpsimplehelloworld\fR [ \fB-printer \fIprinternname\fB\fR] [ \fB-v\fR] [ \fB-h\fR] - -.SH "DESCRIPTION" -.PP -\fBxpsimplehelloworld\fR is a sample utility for Xprint, the +.ad l +\fBxpsimplehelloworld\fR \kx +.if (\nxu > (\n(.lu / 2)) .nr x (\n(.lu / 5) +'in \n(.iu+\nxu +[\fB\-printer \fBprinternname\fR\fR] [\fB\-v\fR] [\fB\-h\fR] +'in \n(.iu-\nxu +.ad b +.SH DESCRIPTION +xpsimplehelloworld is a sample utility for Xprint, the printing system for the X Window system. It demonstrates how to send a test page to the specified printer (or the default printer, if none is specified) using plain X11 rendering instructions and without using special toolkit support (like one of @@ -21,26 +20,24 @@ the special Xt print shell widget classes \fBXmPrintShell\fR(__libmansuffix__) or \fBXawPrintShell\fR(__libmansuffix__))). -.SH "OPTIONS" -.TP -\fB-printer \fIprinternname\fB \fR +.SH OPTIONS +.TP +\fB\-printer \fIprinternname\fB\fR printer to use -.TP -\fB-v \fR +.TP +\fB\-v\fR verbose output -.TP -\fB-h \fR +.TP +\fB\-h\fR print usage -.SH "ENVIRONMENT" -.TP -\fBXPSERVERLIST \fR +.SH ENVIRONMENT +.TP +\fBXPSERVERLIST\fR \fB${XPSERVERLIST}\fR must be set, identifying the available Xprint servers. See \fBXprint\fR(__miscmansuffix__) for more details. .SH "KNOWN BUGS" -.PP -A full list of bugs can be obtained from the Xprint.org bug database (http://xprint.mozdev.org/xprint_bugs.html ). +A full list of bugs can be obtained from the Xprint.org bug database (http://xprint.mozdev.org/xprint_bugs.html). .SH "SEE ALSO" -.PP -\fBXprint\fR(__miscmansuffix__), \fBX11\fR(__miscmansuffix__), \fBxplsprinters\fR(__mansuffix__), \fBxphelloworld\fR(__mansuffix__), \fBxpxmhelloworld\fR(__mansuffix__), \fBxpawhelloworld\fR(__mansuffix__), \fBxpxthelloworld\fR(__mansuffix__), \fBXserver\fR(__mansuffix__), \fBXprt\fR(__mansuffix__), \fBlibXp\fR(__libmansuffix__), \fBlibXprintUtils\fR(__libmansuffix__), \fBlibXprintAppUtils\fR(__libmansuffix__), \fBXmPrintShell\fR(__libmansuffix__), \fBXawPrintShell\fR(__libmansuffix__), Xprint FAQ (http://xprint.mozdev.org/docs/Xprint_FAQ.html ), Xprint main site (http://xprint.mozdev.org/ ) +\fBXprint\fR(__miscmansuffix__), \fBX11\fR(__miscmansuffix__), \fBxplsprinters\fR(__appmansuffix__), \fBxphelloworld\fR(__appmansuffix__), \fBxpxmhelloworld\fR(__appmansuffix__), \fBxpawhelloworld\fR(__appmansuffix__), \fBxpxthelloworld\fR(__appmansuffix__), \fBXserver\fR(__appmansuffix__), \fBXprt\fR(__appmansuffix__), \fBlibXp\fR(__libmansuffix__), \fBlibXprintUtils\fR(__libmansuffix__), \fBlibXprintAppUtils\fR(__libmansuffix__), \fBXmPrintShell\fR(__libmansuffix__), \fBXawPrintShell\fR(__libmansuffix__), Xprint FAQ (http://xprint.mozdev.org/docs/Xprint_FAQ.html), Xprint main site (http://xprint.mozdev.org/) diff --git a/xpsimplehelloworld/xpsimplehelloworld.sgml b/xpsimplehelloworld/xpsimplehelloworld.sgml index 24abacf..10312cc 100644 --- a/xpsimplehelloworld/xpsimplehelloworld.sgml +++ b/xpsimplehelloworld/xpsimplehelloworld.sgml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ manual volume numbers. xpsimplehelloworld - __mansuffix__ + __appmansuffix__ xpsimplehelloworld @@ -113,16 +113,16 @@ manual volume numbers. Xprint__miscmansuffix__ X11__miscmansuffix__ - xplsprinters__mansuffix__ - xphelloworld__mansuffix__ - xpxmhelloworld__mansuffix__ - xpawhelloworld__mansuffix__ - xpxthelloworld__mansuffix__ + xplsprinters__appmansuffix__ + xphelloworld__appmansuffix__ + xpxmhelloworld__appmansuffix__ + xpawhelloworld__appmansuffix__ + xpxthelloworld__appmansuffix__ - Xserver__mansuffix__ - Xprt__mansuffix__ + Xserver__appmansuffix__ + Xprt__appmansuffix__ libXp__libmansuffix__ libXprintUtils__libmansuffix__ diff --git a/xpxmhelloworld/xpxmhelloworld.man b/xpxmhelloworld/xpxmhelloworld.man index 5bf7f81..768d413 100644 --- a/xpxmhelloworld/xpxmhelloworld.man +++ b/xpxmhelloworld/xpxmhelloworld.man @@ -1,46 +1,43 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng . -.TH "XPXMHELLOWORLD" "__mansuffix__" "13 February 2004" "" "" +.\" -*- coding: us-ascii -*- +.TH xpxmhelloworld __appmansuffix__ "8 October 2004" .SH NAME -xpxmhelloworld \- \&"Hello World\&"-like Xprint sample utility based on the Motif2 toolkit +xpxmhelloworld \- "Hello World"-like Xprint sample utility based on the Motif2 toolkit .SH SYNOPSIS - -\fBxpxmhelloworld\fR [ \fB-print\fR] [ \fB-printer \fIprinternname\fB\fR] [ \fB-v\fR] [ \fB-h\fR] \fB\fIstring\fB\fR\fI ...\fR - -.SH "DESCRIPTION" -.PP -\fBxpxmhelloworld\fR is a sample utility for Xprint, the +.ad l +\fBxpxmhelloworld\fR \kx +.if (\nxu > (\n(.lu / 2)) .nr x (\n(.lu / 5) +'in \n(.iu+\nxu +[\fB\-print\fR] [\fB\-printer \fBprinternname\fR\fR] [\fB\-v\fR] [\fB\-h\fR] \fBstring\fR \&... +'in \n(.iu-\nxu +.ad b +.SH DESCRIPTION +xpxmhelloworld is a sample utility for Xprint, the printing system for the X Window system. It demonstrates how to send a test page to the specified printer (or the default printer, if none is specified) based on the Motif2 toolkit using the \fBXmPrintShell\fR(__libmansuffix__) widget class. -.SH "OPTIONS" -.TP -\fB-print \fR +.SH OPTIONS +.TP +\fB\-print\fR Print (default is to display on the video Xserver) -.TP -\fB-printer \fIprinternname\fB \fR +.TP +\fB\-printer \fIprinternname\fB\fR printer to use -.TP -\fB-v \fR +.TP +\fB\-v\fR verbose output -.TP -\fB-h \fR +.TP +\fB\-h\fR print usage -.SH "ENVIRONMENT" -.TP -\fBXPSERVERLIST \fR +.SH ENVIRONMENT +.TP +\fBXPSERVERLIST\fR \fB${XPSERVERLIST}\fR must be set, identifying the available Xprint servers. See \fBXprint\fR(__miscmansuffix__) for more details. .SH "KNOWN BUGS" -.PP -A full list of bugs can be obtained from the Xprint.org bug database (http://xprint.mozdev.org/xprint_bugs.html ). +A full list of bugs can be obtained from the Xprint.org bug database (http://xprint.mozdev.org/xprint_bugs.html). .SH "SEE ALSO" -.PP -http://nscp.upenn.edu/aix4.3html/libs/motiftr/XmPrintShell.htm , http://nscp.upenn.edu/aix4.3html/libs/motiftr/XmText.htm , \fBXprint\fR(__miscmansuffix__), \fBX11\fR(__miscmansuffix__), \fBxplsprinters\fR(__mansuffix__), \fBxphelloworld\fR(__mansuffix__), \fBxpawhelloworld\fR(__mansuffix__), \fBxpxthelloworld\fR(__mansuffix__), \fBxpsimplehelloworld\fR(__mansuffix__), \fBXserver\fR(__mansuffix__), \fBXprt\fR(__mansuffix__), \fBlibXp\fR(__libmansuffix__), \fBlibXprintUtils\fR(__libmansuffix__), \fBlibXprintAppUtils\fR(__libmansuffix__), \fBXmPrintShell\fR(__libmansuffix__), \fBXawPrintShell\fR(__libmansuffix__), Xprint FAQ (http://xprint.mozdev.org/docs/Xprint_FAQ.html ), Xprint main site (http://xprint.mozdev.org/ ) +http://nscp.upenn.edu/aix4.3html/libs/motiftr/XmPrintShell.htm, http://nscp.upenn.edu/aix4.3html/libs/motiftr/XmText.htm, \fBXprint\fR(__miscmansuffix__), \fBX11\fR(__miscmansuffix__), \fBxplsprinters\fR(__appmansuffix__), \fBxphelloworld\fR(__appmansuffix__), \fBxpawhelloworld\fR(__appmansuffix__), \fBxpxthelloworld\fR(__appmansuffix__), \fBxpsimplehelloworld\fR(__appmansuffix__), \fBXserver\fR(__appmansuffix__), \fBXprt\fR(__appmansuffix__), \fBlibXp\fR(__libmansuffix__), \fBlibXprintUtils\fR(__libmansuffix__), \fBlibXprintAppUtils\fR(__libmansuffix__), \fBXmPrintShell\fR(__libmansuffix__), \fBXawPrintShell\fR(__libmansuffix__), Xprint FAQ (http://xprint.mozdev.org/docs/Xprint_FAQ.html), Xprint main site (http://xprint.mozdev.org/) diff --git a/xpxmhelloworld/xpxmhelloworld.sgml b/xpxmhelloworld/xpxmhelloworld.sgml index d3ae5cf..e53c521 100644 --- a/xpxmhelloworld/xpxmhelloworld.sgml +++ b/xpxmhelloworld/xpxmhelloworld.sgml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ manual volume numbers. xpxmhelloworld - __mansuffix__ + __appmansuffix__ xpxmhelloworld @@ -121,16 +121,16 @@ manual volume numbers. Xprint__miscmansuffix__ X11__miscmansuffix__ - xplsprinters__mansuffix__ - xphelloworld__mansuffix__ + xplsprinters__appmansuffix__ + xphelloworld__appmansuffix__ - xpawhelloworld__mansuffix__ - xpxthelloworld__mansuffix__ - xpsimplehelloworld__mansuffix__ - Xserver__mansuffix__ - Xprt__mansuffix__ + xpawhelloworld__appmansuffix__ + xpxthelloworld__appmansuffix__ + xpsimplehelloworld__appmansuffix__ + Xserver__appmansuffix__ + Xprt__appmansuffix__ libXp__libmansuffix__ libXprintUtils__libmansuffix__ diff --git a/xpxthelloworld/xpxthelloworld.man b/xpxthelloworld/xpxthelloworld.man index 5e4ef4f..cc5b6e8 100644 --- a/xpxthelloworld/xpxthelloworld.man +++ b/xpxthelloworld/xpxthelloworld.man @@ -1,18 +1,17 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng . -.TH "XPXTHELLOWORLD" "__mansuffix__" "13 February 2004" "" "" +.\" -*- coding: us-ascii -*- +.TH xpxthelloworld __appmansuffix__ "8 October 2004" .SH NAME -xpxthelloworld \- \&"Hello World\&"-like Xprint sample utility based on the Xt toolkit +xpxthelloworld \- "Hello World"-like Xprint sample utility based on the Xt toolkit .SH SYNOPSIS - -\fBxpxthelloworld\fR [ \fB-print\fR] [ \fB-printer \fIprinternname\fB\fR] [ \fB-v\fR] [ \fB-h\fR] - -.SH "DESCRIPTION" -.PP -\fBxpxthelloworld\fR is a sample utility for Xprint, the +.ad l +\fBxpxthelloworld\fR \kx +.if (\nxu > (\n(.lu / 2)) .nr x (\n(.lu / 5) +'in \n(.iu+\nxu +[\fB\-print\fR] [\fB\-printer \fBprinternname\fR\fR] [\fB\-v\fR] [\fB\-h\fR] +'in \n(.iu-\nxu +.ad b +.SH DESCRIPTION +xpxthelloworld is a sample utility for Xprint, the printing system for the X Window system. It demonstrates how to send a test page to the specified printer (or the default printer, if none is specified) based on the Xt toolkit without using one of the special print shell widget classes @@ -20,29 +19,27 @@ the Xt toolkit without using one of the special print shell widget classes \fBXmPrintShell\fR(__libmansuffix__) or \fBXawPrintShell\fR(__libmansuffix__)). -.SH "OPTIONS" -.TP -\fB-print \fR +.SH OPTIONS +.TP +\fB\-print\fR Print (default is to display on the video Xserver) -.TP -\fB-printer \fIprinternname\fB \fR +.TP +\fB\-printer \fIprinternname\fB\fR printer to use -.TP -\fB-v \fR +.TP +\fB\-v\fR verbose output -.TP -\fB-h \fR +.TP +\fB\-h\fR print usage -.SH "ENVIRONMENT" -.TP -\fBXPSERVERLIST \fR +.SH ENVIRONMENT +.TP +\fBXPSERVERLIST\fR \fB${XPSERVERLIST}\fR must be set, identifying the available Xprint servers. See \fBXprint\fR(__miscmansuffix__) for more details. .SH "KNOWN BUGS" -.PP -A full list of bugs can be obtained from the Xprint.org bug database (http://xprint.mozdev.org/xprint_bugs.html ). +A full list of bugs can be obtained from the Xprint.org bug database (http://xprint.mozdev.org/xprint_bugs.html). .SH "SEE ALSO" -.PP -\fBXprint\fR(__miscmansuffix__), \fBX11\fR(__miscmansuffix__), \fBxplsprinters\fR(__mansuffix__), \fBxphelloworld\fR(__mansuffix__), \fBxpxmhelloworld\fR(__mansuffix__), \fBxpawhelloworld\fR(__mansuffix__), \fBxpsimplehelloworld\fR(__mansuffix__), \fBXserver\fR(__mansuffix__), \fBXprt\fR(__mansuffix__), \fBlibXp\fR(__libmansuffix__), \fBlibXprintUtils\fR(__libmansuffix__), \fBlibXprintAppUtils\fR(__libmansuffix__), \fBXmPrintShell\fR(__libmansuffix__), \fBXawPrintShell\fR(__libmansuffix__), Xprint FAQ (http://xprint.mozdev.org/docs/Xprint_FAQ.html ), Xprint main site (http://xprint.mozdev.org/ ) +\fBXprint\fR(__miscmansuffix__), \fBX11\fR(__miscmansuffix__), \fBxplsprinters\fR(__appmansuffix__), \fBxphelloworld\fR(__appmansuffix__), \fBxpxmhelloworld\fR(__appmansuffix__), \fBxpawhelloworld\fR(__appmansuffix__), \fBxpsimplehelloworld\fR(__appmansuffix__), \fBXserver\fR(__appmansuffix__), \fBXprt\fR(__appmansuffix__), \fBlibXp\fR(__libmansuffix__), \fBlibXprintUtils\fR(__libmansuffix__), \fBlibXprintAppUtils\fR(__libmansuffix__), \fBXmPrintShell\fR(__libmansuffix__), \fBXawPrintShell\fR(__libmansuffix__), Xprint FAQ (http://xprint.mozdev.org/docs/Xprint_FAQ.html), Xprint main site (http://xprint.mozdev.org/) diff --git a/xpxthelloworld/xpxthelloworld.sgml b/xpxthelloworld/xpxthelloworld.sgml index 20c217b..6ac81ab 100644 --- a/xpxthelloworld/xpxthelloworld.sgml +++ b/xpxthelloworld/xpxthelloworld.sgml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ manual volume numbers. xpxthelloworld - __mansuffix__ + __appmansuffix__ xpxthelloworld @@ -121,16 +121,16 @@ manual volume numbers. Xprint__miscmansuffix__ X11__miscmansuffix__ - xplsprinters__mansuffix__ - xphelloworld__mansuffix__ - xpxmhelloworld__mansuffix__ - xpawhelloworld__mansuffix__ + xplsprinters__appmansuffix__ + xphelloworld__appmansuffix__ + xpxmhelloworld__appmansuffix__ + xpawhelloworld__appmansuffix__ - xpsimplehelloworld__mansuffix__ - Xserver__mansuffix__ - Xprt__mansuffix__ + xpsimplehelloworld__appmansuffix__ + Xserver__appmansuffix__ + Xprt__appmansuffix__ libXp__libmansuffix__ libXprintUtils__libmansuffix__ -- cgit v1.2.3