diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-08 17:50:04 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-08 17:50:04 +0000 |
commit | 8489b4ac928e67c965c6f3113ec60870033751d5 (patch) | |
tree | 0428f7b1c0494fa6753c9516c8f3b5d7be57757c /lang/rexx-regutil/files/regutil.1.in | |
parent | - Update to 1.2.2. (diff) |
lang/rexx-regutil: several patches
- additional MASTER_SITE (there was only one)
- tidied Makefile considerably
- fixed failure to build under different PREFIX
- added DOC option
- added EXAMPLES option, and now can have examples (there were none before)
- eliminated numerous compilation warnings
- REMOVED pkg-plist (only two files in it)
- REMOVED pkg-message (now redundant)
- ADDED new patches in files/
PR: 209379
Submitted by: bob@eager.cx (maintainer)
Diffstat (limited to 'lang/rexx-regutil/files/regutil.1.in')
-rw-r--r-- | lang/rexx-regutil/files/regutil.1.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/rexx-regutil/files/regutil.1.in b/lang/rexx-regutil/files/regutil.1.in index 40ae3dd95410..5cadb66e3e48 100644 --- a/lang/rexx-regutil/files/regutil.1.in +++ b/lang/rexx-regutil/files/regutil.1.in @@ -1,4 +1,4 @@ -.Dd September 3, 2010 +.Dd May 8, 2016 .Dt REGUTIL 1 CON .Os .Sh NAME @@ -11,10 +11,14 @@ These closely mirror the functions contained in the .Em RexxUtil library provided on IBM systems (e.g. OS/2). +As it stands, +.Nm +will not work with another REXX interpreter. .Pp Details of usage are in the full manual, which is normally found at: .br .Pa %%DOCSDIR%%/regutil.pdf +(if installed). .Sh SEE ALSO The original author's web site at .Em http://pages.interlog.com/~pjtm/ |