diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-01-16 21:01:30 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-01-16 21:01:30 +0100 |
commit | a485210ce73fe1186fdc5fae481dc31773e14b3c (patch) | |
tree | efe600e88285a8bba3a5f117ad6bedc6c7e01626 | |
parent | 9bdbc2e2ec523dbefe1c1c7e164b5544aff0b185 (diff) |
man: typo fixes
-rw-r--r-- | man/sd_session_is_active.xml | 4 | ||||
-rw-r--r-- | man/systemd.special.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index ab48b9efc2..1fa7457f78 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -188,7 +188,7 @@ <para><function>sd_session_get_display()</function> may be used to determine the X11 display of the session identified by the specified session - identifier. The returned string is one of needs to be + identifier. The returned string needs to be freed with the libc <citerefentry><refentrytitle>free</refentrytitle><manvolnum>3</manvolnum></citerefentry> call after use.</para> @@ -196,7 +196,7 @@ <para><function>sd_session_get_tty()</function> may be used to determine the TTY device of the session identified by the specified session - identifier. The returned string is one of needs to be + identifier. The returned string needs to be freed with the libc <citerefentry><refentrytitle>free</refentrytitle><manvolnum>3</manvolnum></citerefentry> call after use.</para> diff --git a/man/systemd.special.xml b/man/systemd.special.xml index fc625db80d..81374c2ade 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -389,7 +389,7 @@ <para>This unit is supposed to indicate when the network is "up", but it is only very - losely defined what that is + loosely defined what that is supposed to mean. Also see <ulink url="http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget">Running Services After the Network is |