~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to system/unix/manl/helpmidas.l

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" @(#)helpmidas.l     19.1 (ESO-IPG) 02/25/03 14:32:14
 
2
.\" Copyright (c) 1989 European Southern Observatory.
 
3
.\" All rights reserved.  
 
4
.\"
 
5
.TH helpmidas 1L "07 July 1993" MIDAS
 
6
.SH NAME
 
7
helpmidas \- Standalone GUI help for MIDAS.
 
8
.SH SYNOPSIS
 
9
.B helpmidas
 
10
.br 
 
11
[
 
12
.B \-h
 
13
.I midashome
 
14
] [
 
15
.B \-r
 
16
.I midvers
 
17
 
18
.br 
 
19
[
 
20
.B \-d
 
21
.I display
 
22
] [
 
23
.B \-m
 
24
.I mid_work
 
25
 
26
.SH DESCRIPTION
 
27
.I helpmidas 
 
28
starts a standalone GUI help for MIDAS. 
 
29
.PP
 
30
Without arguments,
 
31
.I helpmidas 
 
32
initiates a MIDAS help session with default definitions.
 
33
Some of these definitions can be modified with arguments in the command line of
 
34
.I helpmidas
 
35
or by environment variables. Arguments in the command
 
36
line are taken with preference to environment variables.
 
37
.SH OPTIONS
 
38
.I helpmidas 
 
39
has been configured by the operator at installation time to start the binary
 
40
XHelp.exe located in 
 
41
.IR $MIDASHOME0/$MIDVERS0/gui/exec directory
 
42
(defined internally in the script).
 
43
However alternative releases can be specified using the:
 
44
.IP "\fB-h\fp \fImidashome\fp"
 
45
Home directory for MIDAS. Absolute pathname containing, at least, one release 
 
46
of MIDAS. It may also contain subdirectories for demo and calibration data.
 
47
.IP "\fB-r\fp \fImidvers\fp"
 
48
Release of MIDAS to be executed. It must be a subdirectory under 
 
49
.IR midashome.
 
50
.IP "\fB-d\fp \fIdisplay\fp"
 
51
Specifies another X server for the display and graphical MIDAS windows (
 
52
.B NOTE:
 
53
be aware of allowed access to a remote X server using the
 
54
.IR xhost (1)
 
55
command.)
 
56
.IP "\fB-m\fp \fImid_work\fp"
 
57
Specifies the MIDAS startup directory (default: $HOME/midwork). This GUI 
 
58
will create this directory if it does not exist and uses in to keep some 
 
59
temporary files. 
 
60
.SH ENVIRONMENT
 
61
.I helpmidas
 
62
can also use the following definitions in 
 
63
the environment with the same performance as previous described arguments.
 
64
.br
 
65
.IP "\fBMIDASHOME\fp"
 
66
Home directory for MIDAS.
 
67
.IP "\fBMIDVERS\fp"
 
68
Release of MIDAS.
 
69
.IP "\fBDISPLAY\fp"
 
70
X server for the display and graphical MIDAS windows.
 
71
.IP "\fBMID_WORK\fp"
 
72
Startup directory for MIDAS.
 
73
.SH SEE ALSO
 
74
.IR inmidas(1L),gomidas(1L)