1DZEDIT(1) General Commands Manual DZEDIT(1)
2
3
4
6 dzedit - the CERN ZEBRA documentation editor
7
9 dzedit [ options ]
10 dzeX11
11
13 dzeX11 is an interactive interface to the DZDOC (ZEBRA documentation)
14 system developed at CERN. dzedit is a wrapper script around dzeX11
15 that allows one to set a few environment options. ZEBRA, part of the
16 Packlib library, permits a developer to create complex data structures
17 in the FORTRAN 77 language; the DZDOC system allows the developer to
18 generate and maintain documentation of ZEBRA data structures.
19
21 -d driver
22 Use the graphics driver driver, i.e., have dzedit call the pro‐
23 gram dzedriver. The default is "X11". You are exceedingly
24 unlikely to want anything other than the default.
25
26 -h host
27 Give the host to open the window on. This is the same as set‐
28 ting the environment variable $DISPLAY to "host:0.0". You don't
29 need to do so if you are logged on to a remote host through SSH
30 (if you are using telnet, shame on you!)
31
32 -v version
33 Specify the version of Cernlib to use. This only makes sense if
34 you have a version of Cernlib directly from CERN installed. In
35 this case you should also have set the environment variable
36 $CERN. Then dzedit will look for the dzeX11 program in the
37 directory $CERN/<version>/bin/.
38
40 dzedit.kumac
41 dzedit tries to read startup commands from this file in the cur‐
42 rent directory.
43
44 dzedit.las
45 dzedit stores the names of the ZEBRA file and documentation file
46 in this file in the current directory.
47
48 last.kumac
49 At the end of a session, dzedit outputs this file containing a
50 transcript of the commands used during the session.
51
53 The ZEBRA manual:
54 http://wwwasdoc.web.cern.ch/wwwasdoc/psdir/zebra.ps.gz
55 (specifically, chapter 16 is about DZDOC).
56
58 This man page is essentially useless because the section of the ZEBRA
59 manual about DZDOC is incomprehensible and there are no tutorials about
60 it. Anyone who wants to provide a better man page is welcome to do so.
61
63 This manual page was written by Kevin McCarty <kmccarty@debian.org> for
64 the Debian GNU/Linux system (but may be used by others).
65
66
67
68 April 15, 2004 DZEDIT(1)