From: Thomas Hindoe Paaboel Andersen Date: Mon, 5 Nov 2012 20:13:28 +0000 (+0100) Subject: README,TODO: typo fixes X-Git-Tag: v196~131 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=edca2e2348b314e2d892fe6f8ae276fdc223f014 README,TODO: typo fixes --- diff --git a/README b/README index d947f27e2..7a85a4aa9 100644 --- a/README +++ b/README @@ -76,7 +76,7 @@ REQUIREMENTS: When systemd-hostnamed is used it is strongly recommended to install nss-myhostname to ensure that in a world of - dynamically changing hostnames the hostname stays resolveable + dynamically changing hostnames the hostname stays resolvable under all circumstances. In fact, systemd-hostnamed will warn if nss-myhostname is not installed. Packagers are encouraged to add a dependency on nss-myhostname to the package that diff --git a/TODO b/TODO index 1654db5c0..c804b40eb 100644 --- a/TODO +++ b/TODO @@ -29,7 +29,7 @@ Features: * update the kernel's TZ (sys_tz) when DST changes * sync down the system time to the RTC when: - - CLOCK_REALTIME makes jumps (the user explicitely requested a time set) + - CLOCK_REALTIME makes jumps (the user explicitly requested a time set) - DST changes && ntp is active && RTC-in-localtime (never do it without ntp) This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime mode, it will never touch the RTC if the no reliable time source is active or the @@ -97,7 +97,7 @@ Features: * document that people can use file system ACLs to manage access to journal files, with example -* don't show cgroup in "systemctl status" if empty/non-existant, especially for foreign .mount units +* don't show cgroup in "systemctl status" if empty/non-existent, especially for foreign .mount units * timedated: export boolean that clarifies whether NTP is even available @@ -203,7 +203,7 @@ Features: * system.conf should have controls for cgroups -* bind mount read-only the cgroup tree higher than than nspawn +* bind mount read-only the cgroup tree higher than nspawn * allow writing multiple conditions in unit files on one line @@ -223,7 +223,7 @@ Features: currently is properly synchronous, Reexec() is weird, because we can't delay the response properly until we are back, so instead of being properly synchronous we just keep open the fd and close it - when done. That means clients don't get a succesful method reply, + when done. That means clients don't get a successful method reply, but much rather a disconnect on success. * document that service reload may be implemented as service reexec @@ -280,9 +280,9 @@ Features: * efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check -* efi: honour language efi variables for default language selection +* efi: honor language efi variables for default language selection -* efi: honour timezone efi variables for default timezone selection +* efi: honor timezone efi variables for default timezone selection * efi: automatically mount EFI partition to /boot if no such entry exists in /etc/fstab and /boot is empty gummiboot exports the EFI system partion (ESP) device: @@ -385,7 +385,7 @@ Features: * There's currently no way to cancel fsck (used to be possible via C-c or c on the console) -* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit +* journal: sanely deal with entries which are larger than the individual file size, but where the components would fit * add command to systemctl to plot dependency graph as tree (see rhbz 795365)