~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/dpsexec/dpsexec.man

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Id: dpsexec.man,v 6.1 1994/05/18 23:21:36 asente Exp $
 
2
.\" $XFree86: xc/programs/dpsexec/dpsexec.man,v 1.1 2001/03/01 01:23:58 dawes Exp $
 
3
.TH DPSEXEC 1 __vendorversion__
 
4
.SH NAME
 
5
dpsexec \- Display PostScript Executive
 
6
 
 
7
.SH SYNOPSIS
 
8
.B dpsexec 
 
9
[
 
10
.B \-display \fIname\fR
 
11
][
 
12
.B \-sync
 
13
][
 
14
.B \-backup
 
15
][
 
16
.B \-noexec
 
17
][
 
18
.B \-root
 
19
][
 
20
.B \-drawable \fIwindowId\fR
 
21
][
 
22
.B \-height \fIn\fR
 
23
][
 
24
.B \-width \fIn\fR
 
25
]
 
26
 
 
27
.SH DESCRIPTION
 
28
.LP
 
29
.B dpsexec
 
30
is a Display PostScript program that
 
31
allows the user to interact directly with the PostScript 
 
32
interpreter through a command interface. 
 
33
.B dpsexec 
 
34
reads lines of text from standard input and passes each line to
 
35
the PostScript interpreter for execution.
 
36
It creates a window that displays the results of graphics operations as
 
37
they are executed.
 
38
.B dpsexec
 
39
exits when end of file is reached on standard input, or when
 
40
the user types "quit<return>", which executes
 
41
the PostScript 
 
42
.B quit
 
43
operator.
 
44
.LP
 
45
By default,
 
46
.B dpsexec
 
47
executes the PostScript
 
48
.B executive
 
49
operator before it accepts any user input.
 
50
This operator puts the PostScript interpreter in "interactive
 
51
executive" mode so that the user can control the interpreter
 
52
directly. 
 
53
In this mode, the PostScript interpreter supports certain line-editing 
 
54
functions and prompts the user when it is ready to execute more input.
 
55
See section 2.4.4, "Using the Interpreter Interactively,"
 
56
of the \fIPostScript Language Reference Manual, Second Edition,\fR
 
57
for detailed information on this mode of operation. 
 
58
 
 
59
.SH OPTIONS
 
60
.TP
 
61
.BI \-display " name"
 
62
specifies the display on which to open a connection to the Display
 
63
PostScript system. If no display is specified, the 
 
64
DISPLAY environment variable is used.
 
65
.TP
 
66
.B \-sync
 
67
establishes a synchronous connection with the specified X display.
 
68
.TP
 
69
.B \-backup
 
70
uses backing store for the window in which graphics are
 
71
displayed, if possible.  This is generally only effective with
 
72
the DPS NX system.
 
73
.TP
 
74
.B \-noexec
 
75
prevents
 
76
.B dpsexec
 
77
from entering "interactive executive" mode.  The primary effect
 
78
of this option is to 
 
79
inhibit printing the
 
80
.B PS>
 
81
prompt before each line of input is accepted.
 
82
This option is useful when 
 
83
.B dpsexec
 
84
is run with standard input redirected from a file or a pipe.
 
85
.TP
 
86
.B \-root
 
87
tells
 
88
.B dpsexec
 
89
to draw into the root window instead of into a window that it creates.
 
90
.TP
 
91
.BI \-drawable " windowId"
 
92
tells
 
93
.B dpsexec
 
94
to draw into the specified window instead of into a window that it creates.
 
95
.TP
 
96
.BI \-height " n"
 
97
sets the height of the created window.
 
98
.TP
 
99
.BI \-width " n"
 
100
sets the width of the created window.
 
101
 
 
102
.SH DIAGNOSTICS
 
103
PostScript language error messages are printed to standard output.
 
104
 
 
105
.SH AUTHOR
 
106
Adobe Systems Incorporated
 
107
 
 
108
.SH NOTES
 
109
PostScript and Display PostScript are trademarks
 
110
of Adobe Systems Incorporated which may be registered
 
111
in certain jurisdictions.
 
112
 
 
113
.LP
 
114
Copyright (c) 1990-1994 Adobe Systems Incorporated.  All rights reserved.
 
115