patch-manpages_man_manl_ilaver_l 1.2 KB

123456789101112131415161718192021222324
  1. $OpenBSD: patch-manpages_man_manl_ilaver_l,v 1.1 2007/03/24 14:06:54 steven Exp $
  2. --- manpages/man/manl/ilaver.l.orig Sat Mar 24 15:33:05 2007
  3. +++ manpages/man/manl/ilaver.l Sat Mar 24 15:34:24 2007
  4. @@ -1,7 +1,18 @@
  5. .TH ILAVER 1 "February 2007" " LAPACK routine (version 3.1.1) " " LAPACK routine (version 3.1.1) "
  6. .SH NAME
  7. -ILAVER - return the Lapack version Arguments ========= VERS_MAJOR (output) INTEGER return the lapack major version VERS_MINOR (output) INTEGER return the lapack minor version from the major version VERS_PATCH (output) INTEGER return the lapack patch version from the minor version ===================================================================== ===================================================================== =====================================================================
  8. +ILAVER - return the Lapack version
  9. .SH SYNOPSIS
  10. +Arguments
  11. +
  12. +VERS_MAJOR (output) INTEGER
  13. + return the lapack major version
  14. +
  15. +VERS_MINOR (output) INTEGER
  16. + return the lapack minor version from the major version
  17. +
  18. +VERS_PATCH (output) INTEGER
  19. + return the lapack patch version from the minor version
  20. +
  21. .TP 19
  22. SUBROUTINE ILAVER(
  23. VERS_MAJOR, VERS_MINOR, VERS_PATCH )