couple of small errors in the admin guide documnetation of
NetworkServerControl() API (shutdown and sysinfo ...)
-------------------------------------------------------------------------------------------------------------------
Key: DERBY-1819
URL: http://issues.apache.org/jira/browse/DERBY-1819
Project: Derby
Issue Type: Bug
Components: Documentation
Reporter: Suresh Thalamati
1) in Shutting down by using the
API(http://db.apache.org/derby/docs/dev/adminguide/tadminconfig815357.html)
I think the ollowing senetence is not correct in this section. There is an
example later in the section , that shows t
how to shutdown the network server.
"
For example:
shutdown();
"
Above can be removed. or change the description that refelect that it
is the metod name to shutdown the database.
2) Obtaining system information by using the API
(http://db.apache.org/derby/docs/dev/adminguide/tadminconfig815853.html)
Following sentence , I think refers to only the getSysinfo() method
These methods return information about the Network Server running on the
current machine on the default port number (1527).
"These methods" should be replaced by "this method"
3)In Obtaining Network Server properties by using the getCurrent Properties
method (http://db.apache.org/derby/docs/dev/adminguide/tadminconfig815822.html)
section :
"
It returns a Properties object with the value of all the NetServer properties"
in the above sentence "NetServer" is incorrect , it should be "Network
Server "
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira