From 8deb9e154ab73a6a888483cef383d84ff9f109db Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Fri, 12 Oct 2012 18:10:38 +0200 Subject: [PATCH 2/2] man: typo fixes --- man/sd_journal_add_match.xml | 2 +- man/sd_journal_get_fd.xml | 2 +- man/sd_journal_next.xml | 2 +- man/sd_journal_print.xml | 2 +- man/sd_journal_seek_head.xml | 2 +- man/sd_journal_stream_fd.xml | 2 +- man/systemd-journald.service.xml | 2 +- man/systemd-vconsole-setup.service.xml | 2 +- man/systemd.conf.xml | 6 +++--- man/systemd.journal-fields.xml | 2 +- man/tmpfiles.d.xml | 2 +- man/vconsole.conf.xml | 4 ++-- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml index 4aadf6c..f9ffc91 100644 --- a/man/sd_journal_add_match.xml +++ b/man/sd_journal_add_match.xml @@ -122,7 +122,7 @@ again. Note that filtering via matches only applies to - way the journal is read, it has no effect on storage + the way the journal is read, it has no effect on storage on disk. diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml index 7fb151e..e3b5eaa 100644 --- a/man/sd_journal_get_fd.xml +++ b/man/sd_journal_get_fd.xml @@ -81,7 +81,7 @@ sd_journal_get_fd() returns a file descriptor that may be asynchronously polled in - an external event loop and is signalled readable as + an external event loop and is signaled readable as soon as the journal changes, for example because new entries were added. The file descriptor is suitable for usage in diff --git a/man/sd_journal_next.xml b/man/sd_journal_next.xml index 95429fa..4a3b929 100644 --- a/man/sd_journal_next.xml +++ b/man/sd_journal_next.xml @@ -128,7 +128,7 @@ as a wrapper around sd_journal_seek_head3 and sd_journal_next() in order to - make iteratring through the journal easier. See below + make iterating through the journal easier. See below for an example. Similar, SD_JOURNAL_FOREACH_BACKWARDS() may be used for iterating the journal in reverse diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 41414bb..7742268 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -194,7 +194,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( sd-journal.h. syslog3 - and and sd_journal_print() may + and sd_journal_print() may largely be used interchangeably functionality-wise. However, note that log messages logged via the former take a different path to the diff --git a/man/sd_journal_seek_head.xml b/man/sd_journal_seek_head.xml index b10f069..3716c5d 100644 --- a/man/sd_journal_seek_head.xml +++ b/man/sd_journal_seek_head.xml @@ -108,7 +108,7 @@ sd_journal_seek_realtime_usec() seeks to the entry with the specified realtime (wallclock) timestamp, i.e. CLOCK_REALTIME. Note that - the realtime clock is not necessary monotonic. If a + the realtime clock is not necessarily monotonic. If a realtime timestamp is ambiguous it is not defined which position is sought to. diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml index 662c7bb..4407296 100644 --- a/man/sd_journal_stream_fd.xml +++ b/man/sd_journal_stream_fd.xml @@ -96,7 +96,7 @@ for more information. It is recommended that applications log UTF-8 - mesages only with this API, but this is not + messages only with this API, but this is not enforced. diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 90f9290..abc03df 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -134,7 +134,7 @@ Kernel Command Line A few configuration parameters from - journald.conf may be overriden on + journald.conf may be overridden on the kernel command line: diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml index b31177e..c1ef80d 100644 --- a/man/systemd-vconsole-setup.service.xml +++ b/man/systemd-vconsole-setup.service.xml @@ -73,7 +73,7 @@ Kernel Command Line A few configuration parameters from - vconsole.conf may be overriden on + vconsole.conf may be overridden on the kernel command line: diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 7776c8f..a6be932 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -201,7 +201,7 @@ capabilities will be included, the effect of the assignment inverted. Note that this option also - effects the respective capabilities in + affects the respective capabilities in the effective, permitted and inheritable capability sets. The capability bounding set may also be @@ -220,7 +220,7 @@ Sets the timer slack in nanoseconds for PID 1 which is then inherited to all executed processes, - unless overriden individually, for + unless overridden individually, for example with the TimerSlackNSec= setting in service units (for details @@ -264,7 +264,7 @@ infinity to configure no limit on a specific resource. These settings may be - overriden in individual units + overridden in individual units using the corresponding LimitXXX= directives. Note that these resource limits are only defaults for units, diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index d1cb40b..01cf62e 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -215,7 +215,7 @@ _SYSTEMD_OWNER_UID= - The contol group path in + The control group path in the systemd hierarchy, the systemd session ID (if any), the systemd unit name (if any) diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index a86ef33..2fdc6ed 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -161,7 +161,7 @@ L /tmp/foobar - - - - /dev/null effect of r or R lines. Lines of this type accept shell-style globs in place of - of normal path + normal path names. diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index 258c82b..45156b7 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -61,7 +61,7 @@ The basic file format of the vconsole.conf is a - newline-separated list environment-like + newline-separated list of environment-like shell-compatible variable assignments. It is possible to source the configuration from shell scripts, however, beyond mere variable assignments no shell @@ -100,7 +100,7 @@ defaults to us if not set. The KEYMAP_TOGGLE= can - be used to configured a second toggle + be used to configure a second toggle keymap and is by default unset. -- 1.7.12.1