home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / UDO5EREG.LZH / UDO.1 < prev    next >
Text File  |  1996-04-20  |  5KB  |  135 lines

  1.  uuddoo((11))                                                          uuddoo((11))
  2.  
  3.  
  4.  NNAAMMEE
  5.       udo - convert files from Universal Document to other formats
  6.  
  7.  
  8.  SSYYNNOOPPSSIISS
  9.       udo [-achHilmpqrstvwxy] source file
  10.       udo [-achHilmpqrstvwxy] -o destiantion file source file
  11.  
  12.  
  13.  DDEESSCCRRIIPPTTIIOONN
  14.       UUDDOO converts file that are written in the Universal Document
  15.       Format to ASCII, HTML, Texinfo, Linuxdoc-SGML, Manualpage, Pure
  16.       C Help, Rich Text, ST-Guide, LaTeX, Turbo Vision Help or Windows
  17.       Help.
  18.  
  19.       Using the first call UDO outputs to standard output (stdout),
  20.       error messages are output to stderr. Using the second call
  21.       output is written to the _d_e_s_t_i_n_a_t_i_o_n_ _f_i_l_e, error messages are
  22.       written into a log file with the suffix *.ul*.
  23.  
  24.       Notes:
  25.  
  26.          ∙ You must pass single options: -al isn't interpreted as -a -
  27.            l.
  28.  
  29.          ∙ The name of the source file has to be the last parameter of
  30.            the command line.
  31.  
  32.  
  33.  OOPPTTIIOONNSS
  34.        -a, --ascii         converts the source file to ASCII.
  35.  
  36.        -c, --nocheck       UDO doesn't check the correct usage of
  37.                            styles.
  38.  
  39.        -h, --html          converts the source file to HTML.
  40.  
  41.        -H, --hold          UDO waits after you have pressed key before
  42.                            it terminates.
  43.  
  44.        --help              prints a help page that describes these
  45.                            options.
  46.  
  47.        -i, --texinfo       converts the source file to GNU Texinfo.
  48.  
  49.        --ident             prints the date of each UDO source file.
  50.  
  51.        -l, --nologfile     UDO doesn't save a log gile if you use -o.
  52.  
  53.        -m, --man           converts the source file to a manualpage.
  54.  
  55.        -o F, --outfile F   UDO saves its output to the file named "F".
  56.                            If you use a single "!" instead of a
  57.                            filename UDO uses the path and name of the
  58.                            source file with another suffix.
  59.  
  60.        -p, --pchelp        converts the source file to Pure C Help.
  61.  
  62.        -q, --quiet         UDO doesn't print any messages to standard
  63.                            output.
  64.  
  65.        -r, --rtf           converts the source file to RTF.
  66.  
  67.        -s, --stg           converts the source file to ST-Guide.
  68.  
  69.        -t, --tex           converts the source file to LaTeX.
  70.  
  71.        --test              UDO saves a log file and a hyphenation file
  72.                            but doesn't save the destiantion file. Use
  73.                            this option to test your source files.
  74.  
  75.        --tree              UDO prints an include tree in a file named
  76.                            *.ut? where you can see the logical
  77.                            construction of the source files.
  78.  
  79.        -v, --vision        converts the source file to Turbo Vision
  80.                            Help.
  81.  
  82.        --verbose           prints detailed information while
  83.                            converting the source file.
  84.  
  85.        --version           prints the number of version and the date
  86.                            of the command line version.
  87.  
  88.        -w, --win           converts the source file to Windows Help.
  89.  
  90.        -x, --linuxdoc      converts the source file to Linuxdoc-SGML.
  91.  
  92.        -y, --nohypfile     doesn't save a hyphenation file when using
  93.                            -o.
  94.  
  95.  
  96.  EEXXAAMMPPLLEESS
  97.        uuddoo  ffiillee..uu
  98.            Converts `file.u' to ASCII (default) and prints it to
  99.            stdout. Error messages are printed to stderr.
  100.  
  101.        uuddoo  ----tteexx  --oo  oouuttppuutt..tteexx  ffiillee..uu
  102.            Converts `file.u' to LaTeX into `output.tex'. Error
  103.            messages are written to `output.ult'.
  104.  
  105.        uuddoo  --ss  --yy  --ll  --oo  !!  ffiillee..uu
  106.            Converts `file.u' to ST-Guide into `file.stg'. UDO doesn't
  107.            generate a log file and a hyphenation file.
  108.  
  109.  
  110.  EENNVVIIRROONNMMEENNTT
  111.        LANG          Defines the language for error messages if LC_ALL
  112.                      and LC_MESSAGES are not set.
  113.  
  114.        LC_ALL        If this environment variable contains `german'
  115.                      UDO uses German error messages. UDO uses English
  116.                      messages if LC_ALL contains any other value. If
  117.                      this environment variable doesn't exists then UDO
  118.                      will check LC_MESSAGES instead.
  119.  
  120.        LC_MESSAGES   See LC_ALL. If this environment variable doesn't
  121.                      exist UDO will check LC_ALL instead.
  122.  
  123.  
  124.  EEXXIITT  SSTTAATTUUSS
  125.       0    OK
  126.       >0   An error happened
  127.  
  128.  
  129.  AAUUTTOORR
  130.       Copyright (c) 1995, 1996 by
  131.       Dirk Hagedorn (Dirk Hagedorn @ MK2, DirkHage@aol.com)
  132.  
  133.  
  134.  
  135.