From b938cb902c3b5bca807a94b277672c64d6767886 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:12 +0200 Subject: doc: correct punctuation and improve typography in documentation --- man/busctl.xml | 60 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'man/busctl.xml') diff --git a/man/busctl.xml b/man/busctl.xml index 4f0b2a7051..4d8433f1fb 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -127,7 +127,7 @@ - When used with the capture command + When used with the capture command, specifies the maximum bus message size to capture ("snaplen"). Defaults to 4096 bytes. @@ -137,7 +137,7 @@ - When used with the tree command shows a + When used with the tree command, shows a flat list of object paths instead of a tree. @@ -146,9 +146,9 @@ - When used with the call command + When used with the call command, suppresses display of the response message payload. Note that even - if this option is specified errors returned will still be + if this option is specified, errors returned will still be printed and the tool will indicate success or failure with the process exit code. @@ -159,7 +159,7 @@ When used with the call or - get-property command shows output in a + get-property command, shows output in a more verbose format. @@ -168,15 +168,15 @@ BOOL - When used with the call command + When used with the call command, specifies whether busctl shall wait for completion of the method call, output the returned method response data, and return success or failure via the process - exit code. If this is set to no the + exit code. If this is set to no, the method call will be issued but no response is expected, the tool terminates immediately, and thus no response can be shown, and no success or failure is returned via the exit - code. To only suppress output of the reply message payload + code. To only suppress output of the reply message payload, use above. Defaults to yes. @@ -186,9 +186,9 @@ BOOL - When used with the call command specifies + When used with the call command, specifies whether the method call should implicitly activate the - called service should it not be running yet but is + called service, should it not be running yet but is configured to be auto-started. Defaults to yes. @@ -198,7 +198,7 @@ BOOL - When used with the call command + When used with the call command, specifies whether the services may enforce interactive authorization while executing the operation, if the security policy is configured for this. Defaults to @@ -210,14 +210,14 @@ SECS - When used with the call command + When used with the call command, specifies the maximum time to wait for method call - completion. If no time unit is specified assumes + completion. If no time unit is specified, assumes seconds. The usual other units are understood, too (ms, us, s, min, h, d, w, month, y). Note that this timeout does not - apply if is used as the + apply if is used, as the tool does not wait for any reply message then. When not - specified or when set to 0 the default of + specified or when set to 0, the default of 25s is assumed. @@ -229,7 +229,7 @@ Controls whether credential data reported by list or status shall be augmented with data from - /proc. When this is turned on the data + /proc. When this is turned on, the data shown is possibly inconsistent, as the data read from /proc might be more recent than rest of the credential information. Defaults to yes. @@ -258,7 +258,7 @@ list Show all peers on the bus, by their service - names. By default shows both unique and well-known names, but + names. By default, shows both unique and well-known names, but this may be changed with the and switches. This is the default operation if no command is specified. @@ -288,7 +288,7 @@ capture SERVICE Similar to monitor but - writes the output in pcap format (for details see the Libpcap File Format description. Make sure to redirect the output to STDOUT to a file. Tools like @@ -312,7 +312,7 @@ Show interfaces, methods, properties and signals of the specified object (identified by its path) on - the specified service. If the interface argument is passed the + the specified service. If the interface argument is passed, the output is limited to members of the specified interface. @@ -322,10 +322,10 @@ Invoke a method and show the response. Takes a service name, object path, interface name and method name. If - parameters shall be passed to the method call a signature + parameters shall be passed to the method call, a signature string is required, followed by the arguments, individually formatted as strings. For details on the formatting used, see - below. To suppress output of the returned data use the + below. To suppress output of the returned data, use the option. @@ -335,9 +335,9 @@ Retrieve the current value of one or more object properties. Takes a service name, object path, interface name and property name. Multiple properties may be - specified at once in which case their values will be shown one - after the other, separated by newlines. The output is by - default in terse format. Use for a + specified at once, in which case their values will be shown one + after the other, separated by newlines. The output is, by + default, in terse format. Use for a more elaborate output format. @@ -364,10 +364,10 @@ The call and set-property commands take a signature string followed by a list of parameters formatted as string (for details - on D-Bus signature strings see the Type system chapter of the D-Bus specification). For simple - types each parameter following the signature should simply be the + types, each parameter following the signature should simply be the parameter's value formatted as string. Positive boolean values may be formatted as true, yes, on, 1; negative boolean @@ -375,8 +375,8 @@ no, off, 0. For arrays, a numeric argument for the number of entries followed by the entries shall be specified. For - variants the signature of the contents shall be specified, - followed by the contents. For dictionaries and structs the + variants, the signature of the contents shall be specified, + followed by the contents. For dictionaries and structs, the contents of them shall be directly specified. For example, @@ -395,7 +395,7 @@ array that maps strings to variants, consisting of three entries. The string One is assigned the string Eins. The string - Two is assigned the 32bit unsigned + Two is assigned the 32-bit unsigned integer 2. The string Yes is assigned a positive boolean. @@ -457,7 +457,7 @@ ARRAY "s" { service, and passes it two strings cups.service and replace. As result of the method - call a single object path parameter is received and + call, a single object path parameter is received and shown: # busctl call org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager StartUnit ss "cups.service" "replace" -- cgit v1.2.3-54-g00ecf