From: Michael Biebl Date: Tue, 12 Jun 2018 14:19:21 +0000 (+0200) Subject: doc: more spelling fixes X-Git-Tag: v239~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b2ad5d9a58a0f51e3515f8875051aa284f0b831;p=platform%2Fupstream%2Fsystemd.git doc: more spelling fixes --- diff --git a/man/halt.xml b/man/halt.xml index 6c30956..3642cb7 100644 --- a/man/halt.xml +++ b/man/halt.xml @@ -153,7 +153,7 @@ Notes - These commands are implemented in a way that preserves compatiblity with + These commands are implemented in a way that preserves compatibility with the original SysV commands. systemctl1 verbs halt, poweroff, diff --git a/man/journalctl.xml b/man/journalctl.xml index b43e266..3319e97 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -950,7 +950,7 @@ journalctl _SYSTEMD_CGROUP=/user.slice/user-42.slice/session-c1.scopejournalctl _SYSTEMD_UNIT=avahi-daemon.service _PID=28097 + _SYSTEMD_UNIT=dbus.service - To show all fields emited by a unit and about + To show all fields emitted by a unit and about the unit, option / should be used. journalctl -u name expands to a complex filter similar to diff --git a/man/machine-id.xml b/man/machine-id.xml index a289068..c91c043 100644 --- a/man/machine-id.xml +++ b/man/machine-id.xml @@ -82,7 +82,7 @@ Initialization Each machine should have a non-empty ID in normal operation. The ID of each - machine should be unique. To achive those objectives, + machine should be unique. To achieve those objectives, /etc/machine-id can be initialized in a few different ways. @@ -104,7 +104,7 @@ to be bind-mounted over the real file, in case the image is used read-only. systemd-firstboot1 - may be used to to initialize /etc/machine-id on mounted (but not + may be used to initialize /etc/machine-id on mounted (but not booted) system images. When a machine is booted with diff --git a/man/machinectl.xml b/man/machinectl.xml index c37fb88..ef13ee2 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -192,7 +192,7 @@ When used with bind, creates the destination file or directory before applying the bind mount. Note that even though the name of this option suggests that it is suitable only for - directories, this option also creates the destination file node to mount over if the the object to mount is not + directories, this option also creates the destination file node to mount over if the object to mount is not a directory, but a regular file, device node, socket or FIFO. diff --git a/man/networkctl.xml b/man/networkctl.xml index afbca65..6f9bc68 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -145,7 +145,7 @@ Show discovered LLDP (Link Layer Discovery Protocol) neighbors. If one or more link names are specified only neighbors on those interfaces are shown. Otherwise shows discovered neighbors on all interfaces. Note - that for this feature to work, LLDP= must be turned on on the specific interface, see + that for this feature to work, LLDP= must be turned on for the specific interface, see systemd.network5 for details. diff --git a/man/portablectl.xml b/man/portablectl.xml index 0571c9d..0cbc279 100644 --- a/man/portablectl.xml +++ b/man/portablectl.xml @@ -196,7 +196,7 @@ By default all unit files whose names start with a prefix generated from the image's file name are copied out. Specifically, the prefix is determined from the image file name with any suffix such as - .raw removed, truncated at the first occurence of and underscore character + .raw removed, truncated at the first occurrence of and underscore character (_), if there is one. The underscore logic is supposed to be used to versioning so that the an image file foobar_47.11.raw will result in a unit file matching prefix of foobar. This prefix is then compared with all unit files names contained in the image in @@ -269,7 +269,7 @@ - Like , but the the unit files have been made available transiently only, i.e. the attach command has been invoked with the option. + Like , but the unit files have been made available transiently only, i.e. the attach command has been invoked with the option. @@ -306,7 +306,7 @@ remove IMAGE… Removes one or more portable service images. Note that this command will only remove the - specified image path itself — it it refers to a symbolic link then the symbolic link is removed and not the + specified image path itself — it refers to a symbolic link then the symbolic link is removed and not the image it points to. diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index 13b69d5..94c68b5 100644 --- a/man/sd_bus_request_name.xml +++ b/man/sd_bus_request_name.xml @@ -111,7 +111,7 @@ sd_bus_request_name() operates in a synchronous fashion: a message requesting the name is sent to the bus broker, and the call waits until the broker responds. - sd_bus_request_name_async() is an asynchronous version of of + sd_bus_request_name_async() is an asynchronous version of sd_bus_release_name(). Instead of waiting for the request to complete, the request message is enqueued. The specified callback will be called when the broker's response is received. If the parameter is specified as NULL a default implementation is used instead which will diff --git a/man/sd_bus_slot_set_floating.xml b/man/sd_bus_slot_set_floating.xml index 650b56f..77057c2 100644 --- a/man/sd_bus_slot_set_floating.xml +++ b/man/sd_bus_slot_set_floating.xml @@ -50,7 +50,7 @@ itself and is freed automatically when the bus object is freed. Regular (i.e. non-floating) bus slot objects keep the bus referenced, hence the bus object remains allocated at least as long as there remains at least one referenced bus slot object around. The floating state hence controls the direction of referencing between the bus - object and the bus slot objects: if floating the bus pins the the bus slot, and otherwise the bus slot pins the bus + object and the bus slot objects: if floating the bus pins the bus slot, and otherwise the bus slot pins the bus objects. Use sd_bus_slot_set_floating() to switch between both modes: if the b parameter is zero, the slot object is considered floating, otherwise it is made a regular (non-floating) slot object. diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml index c396c6a..4525bbb 100644 --- a/man/sd_journal_get_fd.xml +++ b/man/sd_journal_get_fd.xml @@ -212,11 +212,11 @@ else { journal, to read the newly added entries. If SD_JOURNAL_INVALIDATE, journal files were added to or removed from the - set of of journal files watched (e.g. due to rotation or vacuuming), and thus entries might have appeared or + set of journal files watched (e.g. due to rotation or vacuuming), and thus entries might have appeared or disappeared at arbitrary places in the log stream, possibly before or after the previous end of the log stream. If SD_JOURNAL_INVALIDATE is returned, live-view UIs that want to reflect on screen the precise state of the log data on disk should probably refresh their entire display (relative to the cursor of - the log entry on the top of the screen). Programs only interested in a strictly sequencial stream of log data may + the log entry on the top of the screen). Programs only interested in a strictly sequential stream of log data may treat SD_JOURNAL_INVALIDATE the same way as SD_JOURNAL_APPEND, thus ignoring any changes to the log view earlier than the old end of the log stream. diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 55751ec..06648fc 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -214,7 +214,7 @@ NAutoVTs=8 ... some override from another package # /etc/systemd/logind.conf.d/50-override.conf -... some adminstrator override +... some administrator override diff --git a/man/systemd-makefs@.service.xml b/man/systemd-makefs@.service.xml index 712df5d..cc4e0f5 100644 --- a/man/systemd-makefs@.service.xml +++ b/man/systemd-makefs@.service.xml @@ -56,7 +56,7 @@ in fstab5, see systemd.mount5. They are instantiated for each device for which the file system or swap structure - needs to be initalized, and for each mount point where the file system needs to + needs to be initialized, and for each mount point where the file system needs to be grown. These services are started at boot, either right before or right after the diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index 97f147e..1e57cd2 100644 --- a/man/systemd-mount.xml +++ b/man/systemd-mount.xml @@ -269,7 +269,7 @@ all mount units that mount and failed are kept in memory until the user explicitly resets their failure state with systemctl reset-failed or an equivalent command. On the other hand, units that stopped successfully are unloaded immediately. If this option is turned on the "garbage collection" of units is more - agressive, and unloads units regardless if they exited successfully or failed. This option is a shortcut for + aggressive, and unloads units regardless if they exited successfully or failed. This option is a shortcut for --property=CollectMode=inactive-or-failed, see the explanation for CollectMode= in systemd.unit5 for further diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index f15ce2e..24913f3 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -774,10 +774,10 @@ LIMIT should refer to a resource limit type, such as RLIMIT_NOFILE or RLIMIT_NICE. The SOFT and HARD fields should refer to the numeric soft and hard resource limit values. If the - second form is used, VALUE may specifiy a value that is used both as soft and hard + second form is used, VALUE may specify a value that is used both as soft and hard limit. In place of a numeric value the special string infinity may be used to turn off resource limiting for the specific type of resource. This command line option may be used multiple times to - control limits on multiple limit types. If used multiple times for the same limit type, the last last use + control limits on multiple limit types. If used multiple times for the same limit type, the last use wins. For details about resource limits see setrlimit2. By default resource limits for the container's init process (PID 1) are set to the same values the Linux kernel originally diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 2e01326..fc24f97 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -785,7 +785,7 @@ CapabilityBoundingSet=~CAP_B CAP_C are still visible by combining with BindPaths= or BindReadOnlyPaths=. Setting this to yes is mostly equivalent to set the three directories in - InaccessiblePaths=. Similary, read-only is mostly equivalent to + InaccessiblePaths=. Similarly, read-only is mostly equivalent to ReadOnlyPaths=, and tmpfs is mostly equivalent to TemporaryFileSystem=. @@ -1115,8 +1115,8 @@ BindReadOnlyPaths=/var/lib/systemd ProtectKernelModules= - Takes a boolean argument. If true, explicit module loading will be denied. This allows to turn - off module load and unload operations on modular kernels. It is recommended to turn this on for most services + Takes a boolean argument. If true, explicit module loading will be denied. This allows + module load and unload operations to be turned off on modular kernels. It is recommended to turn this on for most services that do not need special file systems or extra kernel modules to work. Defaults to off. Enabling this option removes CAP_SYS_MODULE from the capability bounding set for the unit, and installs a system call filter to block module system calls, also /usr/lib/modules is made @@ -1799,7 +1799,7 @@ RestrictNamespaces=~cgroup net StandardInputText= accepts arbitrary textual data. C-style escapes for special characters as well as the usual %-specifiers are resolved. Each time this setting is used - the the specified text is appended to the per-unit data buffer, followed by a newline character (thus every use + the specified text is appended to the per-unit data buffer, followed by a newline character (thus every use appends a new line to the end of the buffer). Note that leading and trailing whitespace of lines configured with this option is removed. If an empty line is specified the buffer is cleared (hence, in order to insert an empty line, add an additional \n to the end or beginning of a line). @@ -1840,7 +1840,7 @@ StandardInputData=SWNrIHNpdHplIGRhIHVuJyBlc3NlIEtsb3BzLAp1ZmYgZWVtYWwga2xvcHAncy details. By default no filtering is applied (i.e. the default maximum log level is ). Use this option to configure the logging system to drop log messages of a specific service above the specified level. For example, set LogLevelMax= in order to turn off debug logging - of a particularly chatty unit. Note that the the configured level is applied to any log messages written by any + of a particularly chatty unit. Note that the configured level is applied to any log messages written by any of the processes belonging to this unit, sent via any supported logging protocol. The filtering is applied early in the logging pipeline, before any kind of further processing is done. Moreover, messages which pass through this filter successfully might still be dropped by filters applied at a later stage in the logging diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index cdba7a2..2cbecae 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -316,7 +316,7 @@ - The file system or swap structure will be intialized + The file system or swap structure will be initialized on the device. If the device is not "empty", i.e. it contains any signature, the operation will be skipped. It is hence expected that this option remains set even after the device has been initalized. diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 14dd4b0..09974e5 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -186,7 +186,7 @@ .d/ subdirectory (e.g. foo@.service.d/) and the .conf files there. Moreover for units names containing dashes (-), the set of directories generated by truncating the unit name after all dashes is searched too. Specifically, for a unit name - foo-bar-baz.service not only the the regular drop-in directory + foo-bar-baz.service not only the regular drop-in directory foo-bar-baz.service.d/ is searched but also both foo-bar-.service.d/ and foo-.service.d/. This is useful for defining common drop-ins for a set of related units, whose names begin with a common prefix. This scheme is particularly useful for mount, automount and slice units, whose @@ -935,7 +935,7 @@ activation may either never fail, or may succeed only a single time. When a unit is unloaded due to the garbage collection logic (see above) its rate limit counters are - flushed out too. This means that configuring start rate limiting for a unit that is not referenced continously + flushed out too. This means that configuring start rate limiting for a unit that is not referenced continuously has no effect. @@ -1411,7 +1411,7 @@ Note: Triggers= is created implicitly between a socket, path unit, or an automount unit, and the unit they activate. By default a unit - with the same name is triggered, but this can be overriden using + with the same name is triggered, but this can be overridden using Sockets=, Service=, and Unit= settings. See systemd.service5,