summaryrefslogtreecommitdiff
path: root/man/sd_id128_to_string.xml
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2012-10-26 00:16:47 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2012-10-26 00:16:47 +0200
commitbb31a4ac1997c189a344caf554f34c6aabc71aa7 (patch)
tree3301834059dc416fbf78087aae53fdf9459aa97a /man/sd_id128_to_string.xml
parent5b4d50efe83851fe84837db795e14b1d64be530b (diff)
downloadsystemd-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/sd_id128_to_string.xml')
-rw-r--r--man/sd_id128_to_string.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml
index eda35b08b1..ec8b263e0d 100644
--- a/man/sd_id128_to_string.xml
+++ b/man/sd_id128_to_string.xml
@@ -77,7 +77,7 @@
<para><function>sd_id128_from_string()</function>
implements the reverse operation: it takes a 33
- character array with 32 hexadecimial digits
+ character array with 32 hexadecimal digits
(terminated by NUL) and parses them back into an
128 bit ID returned in
<parameter>ret</parameter>.</para>
@@ -89,7 +89,7 @@
<para>When formatting a 128 bit ID into a string it is
often easier to use a format string for
<citerefentry><refentrytitle>printf</refentrytitle><manvolnum>3</manvolnum></citerefentry>. This
- is easly done using the
+ is easily done using the
<function>SD_ID128_FORMAT_STR</function> and
<function>SD_ID128_FORMAT_VAL()</function> macros. For
more information see