home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / forut062.zip / ForUtil-0.62 / man / doc / get_common.txt < prev    next >
Text File  |  1996-08-28  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. GET_COMMON(1)         ForUtil Fortran Tools         GET_COMMON(1)
  5.  
  6.  
  7. NAME
  8.        get_common  - get the name of a file where a f77 common is
  9.        defined.
  10.  
  11.  
  12. SYNOPSIS
  13.        get_common [-chv] -ddatabase common
  14.  
  15.  
  16. DESCRIPTION
  17.        get_common can be used to quickly see in what f77  include
  18.        file  a certain f77 common is defined.  get_common queries
  19.        a database generated with scan_commons(1).
  20.  
  21.  
  22. OPTIONS
  23.        -c     case sensitive search, default is off.
  24.  
  25.  
  26.        -h, --help
  27.               Shows a short description of every option.
  28.  
  29.  
  30.        -v     show database version information. This information
  31.               consists  of  the name of the user that has created
  32.               this database, the machine and  system  name  where
  33.               this  database was created on, the date of the last
  34.               update  of  this  database,  and  the   directories
  35.               stored.
  36.  
  37.  
  38.        --version
  39.               Shows the version number of get_common
  40.  
  41.  
  42.        -ddatabase
  43.               Name  of  the  database to query. If no database is
  44.               given, the value of COMMON_DATABASE is checked.
  45.  
  46.  
  47.        common The name of the common you wish to locate. If  this
  48.               common  is  defined  in  multiple  files, all files
  49.               where this common is defined will be shown.
  50.  
  51.  
  52. COMPATIBILITY
  53.        get_common has run under HP-UX 9 and 10, SGI  IRIX  5.2  &
  54.        5.3, DEC OSF1, SunOs 4.1 and 4.3, Cray Unicos, IBM AIX 3.2
  55.        & 4.1, Linux and MSDOS 6.2.  get_common also runs in a dos
  56.        box under Windows 3.1, 3.11 and Win95.
  57.  
  58.  
  59. ENVIRONMENT
  60.  
  61.  
  62.  
  63.  
  64. Linux                      August 1996                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. GET_COMMON(1)         ForUtil Fortran Tools         GET_COMMON(1)
  71.  
  72.  
  73.        COMMON_DATABASE
  74.               Points  to  the location of a common database. This
  75.               environment variable is only used if the -ddatabase
  76.               option is not given.
  77.  
  78.  
  79. DISTRIBUTION POLICY
  80.        All  utilities  in  this  fortran  utility  suite are dis-
  81.        tributed under the GNU Public License.
  82.  
  83.  
  84. BUGS
  85.        If a bug occurs, it will most likely be generated  by  the
  86.        MS-DOS versions of these tools. This will be mainly due to
  87.        the 640kb memory limit MS-DOS has.
  88.  
  89.        If you think you have found a bug, you can send  email  to
  90.        the  author, describing what the bug is, how you generated
  91.        it and if you can reproduce it. Also specify the  platform
  92.        where this bug occured.
  93.  
  94.  
  95. AUTHOR
  96.        Koen D'Hondt
  97.        ripley@xs4all.nl
  98.        (C)Copyright 1995-1996 by Ripley Software Development
  99.  
  100.  
  101. SEE ALSO
  102.        scan_commons(1),   list_commons(1),  fflow(1),  ffscan(1),
  103.        ftags(1)
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. Linux                      August 1996                          2
  131.  
  132.  
  133.