Changeset: d5713f2e8032 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d5713f2e8032 Modified Files: clients/mapiclient/mclient.1 tools/merovingian/client/monetdb.1 tools/merovingian/daemon/monetdbd.1.in tools/mserver/mserver5.1.in Branch: Jun2020 Log Message:
The convention is that command names are in italics. diffs (88 lines): diff --git a/clients/mapiclient/mclient.1 b/clients/mapiclient/mclient.1 --- a/clients/mapiclient/mclient.1 +++ b/clients/mapiclient/mclient.1 @@ -169,8 +169,12 @@ All timings are reported on stderr. .br \fBNote\fP that the client-measured wall-clock time is reported per query \fBonly\fP when options \fB\-\-interactive\fP or \fB\-\-echo\fP are used, -because only then does mclient send individual lines (statements) of the SQL -script to the server. Otherwise, when mclient sends the SQL script in +because only then does +.I mclient +send individual lines (statements) of the SQL +script to the server. Otherwise, when +.I mclient +sends the SQL script in large(r) batch(es), only the total wall-clock time per batch is measured and reported. The server-measured detailed performance timings are always measured and reported per query. @@ -454,7 +458,9 @@ is the name of the database. mclient \-d $db \-s \(dqCOPY INTO $table FROM '$file' USING DELIMITERS ',',E'\e\en','\e\(dq'\(dq .PP Efficiently import data from a CSV file into a table when the file is -to be read by mclient (e.g. the server has no access to the file). +to be read by +.I mclient +(e.g. the server has no access to the file). .I $file is the (absolute or relative) path name of the file, .I $table diff --git a/tools/merovingian/client/monetdb.1 b/tools/merovingian/client/monetdb.1 --- a/tools/merovingian/client/monetdb.1 +++ b/tools/merovingian/client/monetdb.1 @@ -369,10 +369,14 @@ allow to be controlled remotely can be f with an asterisk. These entries can easily be filtered out using an expression (e.g. "mapi:monetdb:*") if desired. The control entries come in handy when one wants to get an overview of available monetdbds in -e.g. a local cluster. Note that for monetdbd to announce its control +e.g. a local cluster. Note that for +.I monetdbd +to announce its control port, the .I mero_controlport -setting for that monetdbd must be enabled in the configuration file. +setting for that +.I monetdbd +must be enabled in the configuration file. .TP .B \-h .PD 0 diff --git a/tools/merovingian/daemon/monetdbd.1.in b/tools/merovingian/daemon/monetdbd.1.in --- a/tools/merovingian/daemon/monetdbd.1.in +++ b/tools/merovingian/daemon/monetdbd.1.in @@ -170,7 +170,9 @@ This property specifies which TCP port should listen to for connection requests. Defaults to 50000. .TP .B ipv6 -This property forces monetdbd to bind connections on IPv6 addresses only. +This property forces +.I monetdbd +to bind connections on IPv6 addresses only. Defaults to false. .TP .B listenaddr diff --git a/tools/mserver/mserver5.1.in b/tools/mserver/mserver5.1.in --- a/tools/mserver/mserver5.1.in +++ b/tools/mserver/mserver5.1.in @@ -63,7 +63,9 @@ Default value: .BR @localstatedir@/monetdb5/dbfarm/demo . .TP \fB\-\-dbextra=\fP\fIpath\fP -Path where mserver5 should store transient data. Default value is the +Path where +.I mserver5 +should store transient data. Default value is the value of the .B \-\-dbpath option. @@ -87,7 +89,9 @@ Print list of options. Print version and compile configuration. .TP .B \-\-in\-memory -Run mserver5 in-memory. +Run +.I mserver5 +in-memory. .B No data will be persisted. .TP _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
