This is an automated email from the ASF dual-hosted git repository.
mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/master by this push:
new 11665f0 Change 'inspect' command purpose definition in TOC
11665f0 is described below
commit 11665f03db944ce490a68060075aca9f8b018bc9
Author: Massimo Manghi <[email protected]>
AuthorDate: Fri Oct 24 00:55:42 2025 +0200
Change 'inspect' command purpose definition in TOC
---
ChangeLog | 4 ++++
doc/rivet.xml.in | 22 +++++++++++-----------
doc/xml/commands.xml | 2 +-
3 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 514064b..8fc6119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2025-10-24 Massimo Manghi <[email protected]>
+ * doc/rivet.xml.in: reformat and align entities definitions
+ * doc/xml/commands.xml: changed 'inspect' command definition in reference
list
+
2025-10-23 Massimo Manghi <[email protected]>
* rivet/packages/dio/formatters.tcl: a typo slipped in and spoiled
for formatter class name for Posgresql connectors
diff --git a/doc/rivet.xml.in b/doc/rivet.xml.in
index 3202795..bf572e9 100644
--- a/doc/rivet.xml.in
+++ b/doc/rivet.xml.in
@@ -35,13 +35,13 @@
<!ENTITY asciiglyphs.xml SYSTEM "xml/asciiglyphs.xml" >
<!ENTITY lazybridge.xml SYSTEM "xml/lazybridge.xml" >
<!ENTITY formbroker.xml SYSTEM "xml/formbroker.xml" >
- <!ENTITY version "@INIT_VERSION@" >
+ <!ENTITY version "@INIT_VERSION@" >
<!ENTITY fullversion "@PACKAGE_VERSION@" >
- <!ENTITY version2-series "2.0,2.1,2.2,2.3,2.4" >
- <!ENTITY version2-generic "2.x" >
+ <!ENTITY version2-series "2.0,2.1,2.2,2.3,2.4" >
+ <!ENTITY version2-generic "2.x" >
<!ENTITY version3-generic "3.x" >
- <!ENTITY version30 "3.0" >
- <!ENTITY version31 "3.1" >
+ <!ENTITY version30 "3.0" >
+ <!ENTITY version31 "3.1" >
<!ENTITY version32 "3.2" >
<!ENTITY tcltk-url "http://www.tcl.tk/" >
<!ENTITY apache-url "http://httpd.apache.org" >
@@ -49,13 +49,13 @@
<!ENTITY apache-apreq "http://httpd.apache.org/apreq/" >
<!ENTITY rivet-download
"http://tcl.apache.org/rivet/html/download.html" >
<!ENTITY apachedoc-vhost "https://httpd.apache.org/docs/2.4/vhosts" >
- <!ENTITY apachedoc-mpm
"https://httpd.apache.org/docs/2.4/mpm.html" >
- <!ENTITY apachedoc-prefork
"https://httpd.apache.org/docs/2.4/mod/prefork.html" >
- <!ENTITY apachedoc-worker
"https://httpd.apache.org/docs/2.4/mod/worker.html" >
- <!ENTITY apachedoc-event
"https://httpd.apache.org/docs/2.4/mod/event.html" >
- <!ENTITY apachedoc-winnt
"https://httpd.apache.org/docs/2.4/mod/mpm_winnt.html" >
+ <!ENTITY apachedoc-mpm
"https://httpd.apache.org/docs/2.4/mpm.html" >
+ <!ENTITY apachedoc-prefork
"https://httpd.apache.org/docs/2.4/mod/prefork.html" >
+ <!ENTITY apachedoc-worker
"https://httpd.apache.org/docs/2.4/mod/worker.html" >
+ <!ENTITY apachedoc-event
"https://httpd.apache.org/docs/2.4/mod/event.html" >
+ <!ENTITY apachedoc-winnt
"https://httpd.apache.org/docs/2.4/mod/mpm_winnt.html" >
<!ENTITY apachedoc-docroot
"https://httpd.apache.org/docs/2.4/mod/core.html#documentroot" >
- <!ENTITY apachedoc-alias
"https://httpd.apache.org/docs/2.4/mod/mod_alias.html" >
+ <!ENTITY apachedoc-alias
"https://httpd.apache.org/docs/2.4/mod/mod_alias.html" >
<!ENTITY apachedoc-rewrite
"https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html" >
<!ENTITY apachedoc-perftuning
"https://httpd.apache.org/docs/2.4/misc/perf-tuning.html" >
]>
diff --git a/doc/xml/commands.xml b/doc/xml/commands.xml
index ab5c06a..73d5921 100644
--- a/doc/xml/commands.xml
+++ b/doc/xml/commands.xml
@@ -955,7 +955,7 @@ keyvalue_map(args) = 1 2 3 4 5</programlisting>
<refentry id="inspect">
<refnamediv>
<refname>inspect</refname>
- <refpurpose>Introspection command for Rivet
configuration</refpurpose>
+ <refpurpose>Rivet Configuration Introspection Command</refpurpose>
</refnamediv>
<refsynopsisdiv>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]