From 402a0532ba6a7acbfc76de945373f2ca5929485f Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Thu, 11 Oct 2012 23:54:25 +0200 Subject: [PATCH] man: typo fixes --- man/loginctl.xml | 2 +- man/sd_id128_to_string.xml | 4 ++-- man/sd_is_fifo.xml | 4 ++-- man/sd_journal_open.xml | 4 ++-- man/systemd-halt.service.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man/loginctl.xml b/man/loginctl.xml index 7d9d8a1..5dbc1f6 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -403,7 +403,7 @@ paths in the /sys file system. To create a new seat attach at least one graphics card to a - previously unused seat name. seat + previously unused seat name. Seat names may consist only of a-z, A-Z, 0-9, "-" and "_" and must be prefixed with "seat". To drop assignment of a diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml index eda35b0..ec8b263 100644 --- a/man/sd_id128_to_string.xml +++ b/man/sd_id128_to_string.xml @@ -77,7 +77,7 @@ sd_id128_from_string() 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 ret. @@ -89,7 +89,7 @@ When formatting a 128 bit ID into a string it is often easier to use a format string for printf3. This - is easly done using the + is easily done using the SD_ID128_FORMAT_STR and SD_ID128_FORMAT_VAL() macros. For more information see diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index a98122b..ef2f590 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -107,7 +107,7 @@ sd_is_socket() may be called to check whether the specified file descriptor - refers to a socket. It the + refers to a socket. If the family parameter is not AF_UNSPEC it is checked whether the socket is of the specified family (AF_UNIX, AF_INET, ...). If the @@ -129,7 +129,7 @@ optionally checks the IPv4 or IPv6 port number the socket is bound to, unless port is zero. For this call family - must be passed as either AF_UNSPEC, AF_INET or + must be passed as AF_UNSPEC, AF_INET, or AF_INET6. sd_is_socket_unix() is diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index b99c67d..06d0ccf 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -80,7 +80,7 @@ Description - sd_journal_open() opens the + sd_journal_open() opens the log journal for reading. It will find all journal files automatically and interleave them automatically when reading. As first argument it takes a pointer to @@ -120,7 +120,7 @@ See sd_journal_next3 for an example how to iterate through the journal - after opening it it with + after opening it with sd_journal_open(). A journal context object returned by diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml index e15361a..6a6bfdc 100644 --- a/man/systemd-halt.service.xml +++ b/man/systemd-halt.service.xml @@ -85,7 +85,7 @@ Immediately before executing the actual system halt/poweroff/reboot/kexec - system-shutdown will run all + systemd-shutdown will run all executables in /usr/lib/systemd/system-shutdown/ and pass one arguments to them: either -- 1.7.12.1