diff options
Diffstat (limited to 'math/rexx-regmath/files/regmath.1.in')
-rw-r--r-- | math/rexx-regmath/files/regmath.1.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/math/rexx-regmath/files/regmath.1.in b/math/rexx-regmath/files/regmath.1.in new file mode 100644 index 000000000000..c366afa3c0a9 --- /dev/null +++ b/math/rexx-regmath/files/regmath.1.in @@ -0,0 +1,29 @@ +.Dd August 16, 2017 +.Dt REGMATH 1 CON +.Os +.Sh NAME +.Nm regmath +.Nd "Mathematics libraries for Regina REXX interpreter" +.Sh DESCRIPTION +.Nm +consists of two separate collections of utility functions for use with the Regina REXX interpreter. +These closely mirror the functions contained in the +.Em RxMath +library provided on IBM systems, and the +.Em RexxMath +library provided for use with Amiga Rexx. +As it stands, the +.Nm +collections will not work with another REXX interpreter. +.Pp +Details of usage are in the full manual, which is normally found at: +.br +.Pa %%DOCSDIR%%/regmath.pdf +(if installed). +.Sh SEE ALSO +The original author's web site at +.Em http://pages.interlog.com/~pjtm/ +.Sh AUTHORS +.An "Patrick T J McPhee" (original author) +.An "Bob Eager" Aq bob@eager.cx +(port) |