diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-10-26 00:16:47 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-10-26 00:16:47 +0200 |
commit | bb31a4ac1997c189a344caf554f34c6aabc71aa7 (patch) | |
tree | 3301834059dc416fbf78087aae53fdf9459aa97a /man/systemd-cryptsetup-generator.xml | |
parent | 5b4d50efe83851fe84837db795e14b1d64be530b (diff) | |
download | systemd-bb31a4ac1997c189a344caf554f34c6aabc71aa7.tar.gz |
man: typo fixes
https://bugs.freedesktop.org/show_bug.cgi?id=55890
Fixed typos, serial comma, and removed "either" as there were more
than two options. Also did an extra rename of "system-shutdown"
to "systemd-shutdown" that was forgotten in commit
8bd3b8620c80d0f2383f2fb04315411fc8077ca1
Diffstat (limited to 'man/systemd-cryptsetup-generator.xml')
-rw-r--r-- | man/systemd-cryptsetup-generator.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd-cryptsetup-generator.xml b/man/systemd-cryptsetup-generator.xml index ec2b5e4e32..49d4d5545b 100644 --- a/man/systemd-cryptsetup-generator.xml +++ b/man/systemd-cryptsetup-generator.xml @@ -83,9 +83,9 @@ <literal>no</literal> disables the generator entirely. <varname>rd.luks=</varname> - is honoured only be initial RAM disk + is honored only by initial RAM disk (initrd) while - <varname>luks=</varname> is honoured + <varname>luks=</varname> is honored by both the main system and the initrd. </para></listitem> </varlistentry> @@ -104,10 +104,10 @@ (<varname>luks.uuid=</varname> will still work however). <varname>rd.luks.crypttab=</varname> - is honoured only be initial RAM disk + is honored only by initial RAM disk (initrd) while <varname>luks.crypttab=</varname> is - honoured by both the main system and + honored by both the main system and the initrd. </para></listitem> </varlistentry> @@ -124,10 +124,10 @@ option may be specified more than once in order to set up multiple devices. <varname>rd.luks.uuid=</varname> - is honoured only be initial RAM disk + is honored only by initial RAM disk (initrd) while <varname>luks.uuid=</varname> is - honoured by both the main system and + honored by both the main system and the initrd.</para></listitem> </varlistentry> </variablelist> |