diff --git a/man/crypttab.xml b/man/crypttab.xml
index 2d4150013b..668e51dc06 100644
--- a/man/crypttab.xml
+++ b/man/crypttab.xml
@@ -171,7 +171,7 @@
If the key slot does not match the given
passphrase or key, but another would, the
setup of the device will fail regardless.
- This implies luks. See
+ This option implies luks. See
cryptsetup8
for possible values. The default is to try
all key slots in sequential order.
@@ -275,7 +275,7 @@
tcrypt-hidden
Use the hidden TrueCrypt volume.
- This implies tcrypt.
+ This option implies tcrypt.
This will map the hidden volume that is
inside of the volume provided in the second
@@ -304,7 +304,7 @@
tcrypt-system
Use TrueCrypt in system
- encryption mode. This implies
+ encryption mode. This option implies
tcrypt.
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml
index 25978a2895..a35efef0ca 100644
--- a/man/sd_bus_creds_get_pid.xml
+++ b/man/sd_bus_creds_get_pid.xml
@@ -252,7 +252,7 @@ along with systemd; If not, see .
numeric GID (group identifier).
sd_bus_creds_get_comm will retrieve the
- comm field (name of the executable, as stored in
+ comm field (truncated name of the executable, as stored in
/proc/pid/comm).
diff --git a/man/sd_bus_message_get_monotonic_usec.xml b/man/sd_bus_message_get_monotonic_usec.xml
index 57b115c63a..b9437ff62e 100644
--- a/man/sd_bus_message_get_monotonic_usec.xml
+++ b/man/sd_bus_message_get_monotonic_usec.xml
@@ -104,7 +104,7 @@
These timestamps and the sequence number are
attached to each message by the kernel and cannot be
- manipulated by the sending userspace.
+ manipulated by the sender.
Note that these timestamps are only available on
some bus transports, and only after support for them