chiark / gitweb /
Spelling fixes.
authorVille Skyttä <ville.skytta@iki.fi>
Sun, 15 Jul 2012 08:41:40 +0000 (11:41 +0300)
committerLennart Poettering <lennart@poettering.net>
Mon, 16 Jul 2012 10:16:29 +0000 (12:16 +0200)
23 files changed:
NEWS
README
TODO
man/bootup.xml
man/journalctl.xml
man/journald.conf.xml
man/sd_journal_open.xml
man/sd_journal_print.xml
man/sd_journal_seek_head.xml
man/sd_seat_get_active.xml
man/systemctl.xml
man/systemd-delta.xml
man/systemd-inhibit.xml
man/systemd-readahead-replay.service.xml
man/systemd.conf.xml
man/systemd.exec.xml
src/core/load-fragment.c
src/core/shutdown.c
src/core/unit.h
src/journal/lookup3.c
src/journal/sd-journal.c
src/shared/dbus-common.c
units/syslog.target

diff --git a/NEWS b/NEWS
index 7e058d8a4ef6a7c19b41c437bbd7e9c29eebce1f..b9c452958bff1b5b82a33fc7467ea6580ddd5933 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -233,7 +233,7 @@ CHANGES WITH 183:
           to be used as drop-in files.
 
         * systemd and logind now handle system sleep states, in
-          particulary suspending and hibernating.
+          particular suspending and hibernating.
 
         * logind now implements a sleep/shutdown/idle inhibiting logic
           suitable for a variety of uses. Soonishly Lennart will blog
diff --git a/README b/README
index d23a3d6d38c0bf9cb1e1bf4a1a61b1e42e6151b4..dc8e5f5f02ad6afd06648574b05393bb8192cc6e 100644 (file)
--- a/README
+++ b/README
@@ -71,7 +71,7 @@ REQUIREMENTS:
         includes systemd-hostnamed.
 
         Note that D-Bus can link against libsystemd-login.so, which
-        results in a cyclic build dependency. To accomodate for this
+        results in a cyclic build dependency. To accommodate for this
         please build D-Bus without systemd first, then build systemd,
         then rebuild D-Bus with systemd support.
 
diff --git a/TODO b/TODO
index 1ec59b2f53043c5bb979be987ef8fd6a961ff3c6..ae9fbc230525a9020f5c7340414530de40905883 100644 (file)
--- a/TODO
+++ b/TODO
@@ -47,7 +47,7 @@ Features:
 
 * man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
 
-* journalctl should complain if run with uid != 0 and no persistant logs exist
+* journalctl should complain if run with uid != 0 and no persistent logs exist
 
 * .device aliases need to be implemented with the "following" logic, probably.
 
index ed72acfda9fba326017d9b47d6e7a6431e845f6c..760a5a4c2980182ed65560e91f7d9e879d2c4615 100644 (file)
@@ -53,7 +53,7 @@
                 <para>A number of different components are involved in the
                 system boot. Immediately after power-up, the system
                 BIOS will do minimal hardware initialization, and hand
-                control over to a boot loader stored on a persistant
+                control over to a boot loader stored on a persistent
                 storage device. This boot loader will then invoke an
                 OS kernel from disk (or the network). In the Linux
                 case this kernel now (optionally) extracts and
index f314fb6d261e239a9e714641db0c74d1a7a483f5..05c8703d28cea1547695d436a7528c0b559bebf0 100644 (file)
                                 <term><option>-f</option></term>
 
                                 <listitem><para>Show only most recent
-                                journal entries, and continously print
+                                journal entries, and continuously print
                                 new entries as they are appended to
                                 the journal.</para></listitem>
                         </varlistentry>
                                 is very similar but shows monotonic
                                 timestamps instead of wallclock
                                 timestamps. <literal>verbose</literal>
-                                shows the full structered entry items
+                                shows the full structured entry items
                                 with all
-                                fiels. <literal>export</literal>
+                                fields. <literal>export</literal>
                                 serializes the journal into a binary
                                 (but mostly text-based) stream
                                 suitable for backups and network
                                 <term><option>-q</option></term>
 
                                 <listitem><para>Suppresses any warning
-                                message regarding inaccessable system
+                                message regarding inaccessible system
                                 journals when run as normal
                                 user.</para></listitem>
                         </varlistentry>
index 36227092bbe1c87d68257c405d40ca08e23668a4..d7caea83cce6018be4d8b6a1eaba63c403b917c2 100644 (file)
                                 influences the granularity in which
                                 disk space is made available through
                                 rotation, i.e. deletion of historic
-                                data. Defaults to one eigth of the
+                                data. Defaults to one eighth of the
                                 values configured with
                                 <varname>SystemMaxUse=</varname> and
                                 <varname>RuntimeMaxUse=</varname>, so
                                 directory
                                 <filename>/var/log/journal</filename>
                                 is not created if needed, so that its
-                                existance controls where log data
+                                existence controls where log data
                                 goes. <literal>none</literal> turns
                                 off all storage, all log data received
                                 will be dropped. Forwarding to other
index ffd9a2c481eefecc93de3fd758bd854fd3264ce2..b99c67da46c489cc6119d1b93151a0aaebdaf463 100644 (file)
@@ -92,7 +92,7 @@
                 only journal files generated on the local machine will
                 be opened. <literal>SD_JOURNAL_RUNTIME_ONLY</literal>
                 makes sure only volatile journal files will be opened,
-                excluding those which are stored on persistant
+                excluding those which are stored on persistent
                 storage. <literal>SD_JOURNAL_SYSTEM_ONLY</literal>
                 will ensure that only journal files of system services
                 and the kernel (in opposition to user session processes) will
index 05c1ebea772fc1cef411a79569f8dfa013bddc71..dfe99192e7e7a28e5fd7b61532a8d4cd4aabf702 100644 (file)
@@ -172,7 +172,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid(
 
                 <para><citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 and and <function>sd_journal_print()</function> may
-                largely be used interchangably
+                largely be used interchangeably
                 functionality-wise. However, note that log messages
                 logged via the former take a different path to the
                 journal server than the later, and hence global
index b6a9a731c115a06ad8ab5321f0652e7026bcab18..f8a4eb1d20bdc1b7b192692dfa55f63e47915b19 100644 (file)
@@ -92,7 +92,7 @@
 
                 <para><function>sd_journal_seek_head()</function>
                 seeks to the beginning of the journal, i.e. the oldest
-                avilable entry.</para>
+                available entry.</para>
 
                 <para>Similar,
                 <function>sd_journal_seek_tail()</function> may be
                 (wallclock) timestamp, i.e. CLOCK_REALTIME. Note that
                 the realtime clock is not necessary monotonic. If a
                 realtime timestamp is ambiguous it is not defined
-                which position is seeked to.</para>
+                which position is sought to.</para>
 
                 <para><function>sd_journal_seek_cursor()</function>
                 seeks to the entry located at the specified cursor
                 may be retrieved via
                 <citerefentry><refentrytitle>sd_journal_get_data</refentrytitle><manvolnum>3</manvolnum></citerefentry>. If
                 no entry exists that matches exactly the specified
-                seek address the next closest is seeked to. If
+                seek address the next closest is sought to. If
                 <citerefentry><refentrytitle>sd_journal_next</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-                is used the closest following entry will be seeked to,
+                is used the closest following entry will be sought to,
                 if
                 <citerefentry><refentrytitle>sd_journal_previous</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-                is used the closest preceeding entry is seeked
+                is used the closest preceding entry is sought
                 to.</para>
         </refsect1>
 
index fa473785777f6c0e77b63813c9fd6d4f2fcde513..801c16a4bb5979fe91f320b56f5ed9c7b7f0e85b 100644 (file)
                 <para><function>sd_seat_can_multi_session()</function>
                 may be used to determine whether a specific seat is
                 capable of multi-session, i.e. allows multiple login
-                sessions in parallel (whith only one being active at a
+                sessions in parallel (with only one being active at a
                 time).</para>
 
                 <para><function>sd_seat_can_tty()</function> may be
index bf31b6114d9b7923c2a075f78f4b48bf1db54056..3c0a7950a0ab367f20961f8ca543ed311d668f1e 100644 (file)
                                 <term><option>-f</option></term>
 
                                 <listitem><para>When used with
-                                <command>status</command> continously
+                                <command>status</command> continuously
                                 prints new journal entries as they are
                                 appended to the
                                 journal.</para></listitem>
                                 directory, and the path to the new
                                 system manager binary below it to
                                 execute as PID 1. If the latter is
-                                ommitted or the empty string, a
+                                omitted or the empty string, a
                                 systemd binary will automatically be
                                 searched for and used as init. If the
-                                system manager path is ommitted or
+                                system manager path is omitted or
                                 equal the empty string the state of
                                 the initrd's system manager process is
                                 passed to the main system manager,
index 9ded28be43eedfa77a34fee5532fd9835adcc680..4e57d18fcce896858efc4e4c17ed608b58d96438 100644 (file)
 
                                 <listitem><para>When showing modified
                                 files, when a file is overridden show a
-                                diff aswell. This option takes a
+                                diff as well. This option takes a
                                 boolean argument.</para></listitem>
                         </varlistentry>
 
index 81ec9ef9ab599a8e2e6d078e7dc486eb801a42ce..e19892b3f10b47a27173e06e1efc9cbc9c95891e 100644 (file)
                                 inhibiting
                                 reboot/power-off/halt/kexec,
                                 suspending/hibernating, resp. the
-                                automatic idle detection. If ommitted
+                                automatic idle detection. If omitted
                                 defaults to
                                 <literal>idle:sleep:shutdown</literal>,
                                 i.e. takes all possible
index e37b1a9edff9dd9c653ea539251cf753a42e37cf..b56fdb81000f1ba744441fb629a76e84fa7735c5 100644 (file)
@@ -85,7 +85,7 @@
                 and
                 <filename>systemd-readahead-replay.service</filename>
                 are activated at boot so that access patterns from the
-                preceeding boot are replayed and new data collected
+                preceding boot are replayed and new data collected
                 for the subsequent boot. However, on read-only media
                 where the collected data cannot be stored it might
                 be a good idea to disable
index fb038eaf6d9b65d7929e357926df0189ef455ca8..804a50ead615f365ab373aff2bd65714b57c594f 100644 (file)
                                 hierarchy. By default systemd will
                                 mount all controllers which are
                                 enabled in the kernel in individual
-                                hierachies, with the exception of
+                                hierarchies, with the exception of
                                 those listed in this setting. Takes a
                                 space separated list of comma
                                 separated controller names, in order
index 8d3b3da22e4ad5aa746cf4b59d42b82f5ff9f634..eff75d033a8d43ace7c374a37b8907e6d18d5b53 100644 (file)
                                 <term><varname>BlockIOWriteBandwidth=</varname></term>
 
                                 <listitem><para>Set the per-device
-                                overall block IO bandwith limit for
+                                overall block IO bandwidth limit for
                                 the executed processes. Takes a space
                                 separated pair of a file path and a
-                                bandwith value (in bytes per second)
+                                bandwidth value (in bytes per second)
                                 to specify the device specific
                                 bandwidth. The file path may be
                                 specified as path to a block device
                                 node or as any other file in which
                                 case the backing block device of the
                                 file system of the file is determined.
-                                If the bandwith is suffixed with K, M,
-                                G, or T the specified bandwith is
+                                If the bandwidth is suffixed with K, M,
+                                G, or T the specified bandwidth is
                                 parsed as Kilobytes, Megabytes,
                                 Gigabytes, resp. Terabytes (Example:
                                 "/dev/disk/by-path/pci-0000:00:1f.2-scsi-0:0:0:0
                                 and
                                 <literal>blkio.write_bps_device</literal>
                                 control group attributes. Use this
-                                option multiple times to set bandwith
+                                option multiple times to set bandwidth
                                 limits for multiple devices. For
                                 details about these control group
                                 attributes see <ulink
index e0e42acbb4966f8eb7cebbbf8f9cc9349710cea5..748ab55d54f7dc8b1520b061d0806db5f03ae497 100644 (file)
@@ -1910,7 +1910,7 @@ int config_parse_unit_blkio_bandwidth(const char *filename, unsigned line, const
         }
 
         if (parse_bytes(l[1], &bytes) < 0 || bytes <= 0) {
-                log_error("[%s:%u] Failed to parse block IO bandwith value, ignoring: %s", filename, line, rvalue);
+                log_error("[%s:%u] Failed to parse block IO bandwidth value, ignoring: %s", filename, line, rvalue);
                 strv_free(l);
                 return 0;
         }
index 1c2bf372b5aafe5dd3059e7c8312021dee0270b0..78dccfb72405d21160431d83aa5798f9d3b48b37 100644 (file)
@@ -116,7 +116,7 @@ static int pivot_to_new_root(void) {
 
         if (pivot_root(".", "oldroot") < 0) {
                 log_error("pivot failed: %m");
-                /* only chroot if pivot root succeded */
+                /* only chroot if pivot root succeeded */
                 return -errno;
         }
 
index 61a85d7bee9ade6cd1f1c077898ed7707b62dd9a..45849a4b126491bd6dacd06b1bea3cfbc475efbf 100644 (file)
@@ -220,7 +220,7 @@ struct Unit {
         /* Ignore this unit when snapshotting */
         bool ignore_on_snapshot;
 
-        /* Did the last condition check suceed? */
+        /* Did the last condition check succeed? */
         bool condition_result;
 
         bool in_load_queue:1;
index b90093a5e2fb976f6ec90a5dc3a0cce16715dfb8..31eac8c543b566a58d0ec002736f7a6afb381728 100644 (file)
@@ -315,7 +315,7 @@ uint32_t jenkins_hashlittle( const void *key, size_t length, uint32_t initval)
      * rest of the string.  Every machine with memory protection I've seen
      * does it on word boundaries, so is OK with this.  But VALGRIND will
      * still catch it and complain.  The masking trick does make the hash
-     * noticably faster for short strings (like English words).
+     * noticeably faster for short strings (like English words).
      */
 #ifndef VALGRIND
 
@@ -499,7 +499,7 @@ void jenkins_hashlittle2(
      * rest of the string.  Every machine with memory protection I've seen
      * does it on word boundaries, so is OK with this.  But VALGRIND will
      * still catch it and complain.  The masking trick does make the hash
-     * noticably faster for short strings (like English words).
+     * noticeably faster for short strings (like English words).
      */
 #ifndef VALGRIND
 
@@ -675,7 +675,7 @@ uint32_t jenkins_hashbig( const void *key, size_t length, uint32_t initval)
      * rest of the string.  Every machine with memory protection I've seen
      * does it on word boundaries, so is OK with this.  But VALGRIND will
      * still catch it and complain.  The masking trick does make the hash
-     * noticably faster for short strings (like English words).
+     * noticeably faster for short strings (like English words).
      */
 #ifndef VALGRIND
 
index a2900fbee92433917776fd2c835f39aea1b99ad7..6befd8b3ceb0c7821b34257893fcc5571ad235d9 100644 (file)
@@ -745,7 +745,7 @@ static int next_with_matches(
                 return journal_file_next_entry(f, c, cp, direction, ret, offset);
 
         /* If we have a match then we look for the next matching entry
-         * wiht an offset at least one step larger */
+         * with an offset at least one step larger */
         return next_for_match(j, j->level0, f, direction == DIRECTION_DOWN ? cp+1 : cp-1, direction, ret, offset);
 }
 
index ddb50b1ecafe65089b0b19d80a38a4952a9940d9..3f5ce97680424b0e89155b7534a56cb282faae7f 100644 (file)
@@ -1156,7 +1156,7 @@ DBusHandlerResult bus_exit_idle_filter(DBusConnection *bus, DBusMessage *m, void
         assert(m);
         assert(remain_until);
 
-        /* Everytime we get a new message we reset out timeout */
+        /* Every time we get a new message we reset out timeout */
         *remain_until = now(CLOCK_MONOTONIC) + DEFAULT_EXIT_USEC;
 
         if (dbus_message_is_signal(m, DBUS_INTERFACE_LOCAL, "Disconnected"))
index 87ac886df396bb3f578c39b03df67bcc44fdf17e..423fef30ade781aba19837b96b1367d2f76d7292 100644 (file)
@@ -15,5 +15,5 @@ Documentation=http://www.freedesktop.org/wiki/Software/systemd/syslog
 
 # Avoid that we conflict with shutdown.target, so that we can stay
 # until the very end and do not cancel shutdown.target if we should
-# hapen to be activated very late.
+# happen to be activated very late.
 DefaultDependencies=no