mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#4770 s/subentries/child entries/, use 3-level TOC
This commit is contained in:
parent
871201e0d6
commit
10ec6feda5
@ -5,8 +5,6 @@
|
||||
# guide.sdf
|
||||
#
|
||||
|
||||
!define DOC_TOC 0
|
||||
|
||||
!macro build_html_cover
|
||||
!endmacro
|
||||
|
||||
|
@ -84,7 +84,7 @@ information being held in the {{monitoredInfo}} attribute.
|
||||
H3: Backends
|
||||
|
||||
The main entry contains the type of backends enabled at compile
|
||||
time; the subentries, for each backend, contain the type of the
|
||||
time; the child entries, for each backend, contain the type of the
|
||||
backend. It should also contain the modules that have been loaded
|
||||
if dynamic backends are enabled.
|
||||
|
||||
@ -134,9 +134,9 @@ H3: Connections
|
||||
The main entry is empty; it should contain some statistics on the number
|
||||
of connections.
|
||||
|
||||
Dynamic subentries are created for each open connection, with stats on
|
||||
Dynamic child entries are created for each open connection, with stats on
|
||||
the activity on that connection (the format will be detailed later).
|
||||
There are two special subentries that show the number of total and
|
||||
There are two special child entries that show the number of total and
|
||||
current connections respectively.
|
||||
|
||||
For example:
|
||||
@ -163,7 +163,7 @@ Current Connections:
|
||||
H3: Databases
|
||||
|
||||
The main entry contains the naming context of each configured database;
|
||||
the subentries contain, for each database, the type and the naming
|
||||
the child entries contain, for each database, the type and the naming
|
||||
context.
|
||||
|
||||
For example:
|
||||
@ -243,7 +243,7 @@ using {{SECT: Monitor search example}}
|
||||
H3: Overlays
|
||||
|
||||
The main entry contains the type of overlays available at run-time;
|
||||
the subentries, for each overlay, contain the type of the overlay.
|
||||
the child entries, for each overlay, contain the type of the overlay.
|
||||
|
||||
It should also contain the modules that have been loaded if dynamic
|
||||
overlays are enabled:
|
||||
@ -299,7 +299,7 @@ e.g.
|
||||
|
||||
H3: Time
|
||||
|
||||
It contains two subentries with the start time and the current time
|
||||
It contains two child entries with the start time and the current time
|
||||
of the server.
|
||||
|
||||
e.g.
|
||||
|
@ -6,6 +6,7 @@
|
||||
# Master: master.sdf
|
||||
#
|
||||
|
||||
!define DOC_TOC 3
|
||||
!define DOC_TYPE "Administrator's Guide"
|
||||
|
||||
!build_title
|
||||
|
Loading…
Reference in New Issue
Block a user