diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:04:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:04 -0400 |
commit | db0217a3042c9fdd8d712b872355319db2997e1d (patch) | |
tree | eb3db8ba83c0f709db4b415a3e2f424e3a565ffd /system/commons-daemon/README | |
parent | 4b535d493e4ef3277b16c5ad2229455044495b25 (diff) | |
download | slackbuilds-db0217a3042c9fdd8d712b872355319db2997e1d.tar.gz |
system/commons-daemon: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/commons-daemon/README')
-rw-r--r-- | system/commons-daemon/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/system/commons-daemon/README b/system/commons-daemon/README index 8f56da8299..6bafd36099 100644 --- a/system/commons-daemon/README +++ b/system/commons-daemon/README @@ -1,5 +1,6 @@ -The scope of this package is to define an API in line with the current Java(tm) -Platform APIs to support an alternative invocation mechanism which could be -used instead of the above mentioned public static void main(String[]) method. -This specification cover the behavior and life cycle of what we define as -Java(tm) daemons, or, in other words, non interactive Java(tm) applications. +The scope of this package is to define an API in line with the current +Java(tm) Platform APIs to support an alternative invocation mechanism +which could be used instead of the above mentioned public static void +main(String[]) method. This specification covers the behavior and life +cycle of what we define as Java(tm) daemons, or, in other words, non +interactive Java(tm) applications. |