From 4db59e71e50d08d4fdfd75ece6c4bd2d8a7816a9 Mon Sep 17 00:00:00 2001 From: Peter Verhas Date: Tue, 16 May 2023 19:48:17 +0200 Subject: [PATCH] doc comments --- README.adoc | 4 ++-- README.adoc.jam | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 6344c4e..3f5181e 100644 --- a/README.adoc +++ b/README.adoc @@ -286,7 +286,7 @@ The type is followed by a `=` and then comes the value of the feature. The type, along with the separating `:` can be missing in case it is `STRING`. (Note that there was a bug prior the version 3.1.5 that did not allow the use of string values that contained `:` characters, unless the explicit `:STRING` followed the name of the string feature.) -When a `DATE` feature is converted to and from text then the actual value should be interpreted as time zone independent value. +When a `DATE` feature is converted to and from a text then the actual value should be interpreted as time zone independent value. (Note that there was a bug in 3.X.X releases prior the version 3.1.1 that used the local time zone to interpret text representation of the date/time values.) The values are encoded as text in a human-readable and editable way. @@ -308,7 +308,7 @@ $ java -jar license3jrepl.jar You do not need any other library or class on the classpath. The application is interactive, and it reads the commands from the console and writes the output to the standard output. -If the console is not available then it uses the standard input. +If the console is not available, then it uses the standard input. The prompt it displays is: ---- diff --git a/README.adoc.jam b/README.adoc.jam index b2ca8c2..b2a1169 100644 --- a/README.adoc.jam +++ b/README.adoc.jam @@ -286,7 +286,7 @@ The type is followed by a `=` and then comes the value of the feature. The type, along with the separating `:` can be missing in case it is `STRING`. (Note that there was a bug prior the version 3.1.5 that did not allow the use of string values that contained `:` characters, unless the explicit `:STRING` followed the name of the string feature.) -When a `DATE` feature is converted to and from text then the actual value should be interpreted as time zone independent value. +When a `DATE` feature is converted to and from a text then the actual value should be interpreted as time zone independent value. (Note that there was a bug in 3.X.X releases prior the version 3.1.1 that used the local time zone to interpret text representation of the date/time values.) The values are encoded as text in a human-readable and editable way. @@ -308,7 +308,7 @@ $ java -jar license3jrepl.jar You do not need any other library or class on the classpath. The application is interactive, and it reads the commands from the console and writes the output to the standard output. -If the console is not available then it uses the standard input. +If the console is not available, then it uses the standard input. The prompt it displays is: ----