diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:48:27 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:29 +0700 |
commit | 0d74c2c3755f8d52e62ec9d3cae464661c0f6174 (patch) | |
tree | 285d212a63132b53bf1b8fbc569ce71d803fee0e /development/obnc-libext | |
parent | 18b4a1438f7df7026eaa17250bfa31c2071db583 (diff) |
development/obnc-libext: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/obnc-libext')
-rw-r--r-- | development/obnc-libext/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/development/obnc-libext/README b/development/obnc-libext/README index d76b71bb757b..95d6720c9a17 100644 --- a/development/obnc-libext/README +++ b/development/obnc-libext/README @@ -1,10 +1,10 @@ obnc-libext (Extended Library for OBNC) -This package complements the basic libraries bundled with OBNC (the Oberon -compiler obnc) with modules for accessing command line arguments and -evironment variables, printing to the standard error stream and converting -numbers to strings and viceversa. +This package complements the basic libraries bundled with OBNC (the +Oberon compiler obnc) with modules for accessing command line arguments +and evironment variables, printing to the standard error stream and +converting numbers to strings and viceversa. -Be sure to update the compiler package (obnc) before updating this library -package, as it usually needs the latest compiler features in order to -compile. +Be sure to update the compiler package (obnc) before updating this +library package, as it usually needs the latest compiler features in +order to compile. |