From 79640424059328268b9fb6c5fa8eb777b27a177e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 12 Sep 2013 21:12:49 +0200 Subject: man: wording and grammar updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted) --- man/sd_session_is_active.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/sd_session_is_active.xml') diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index 9362fbcc55..293ce71642 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -116,7 +116,7 @@ int sd_session_get_vt const char* session - unsigned* vt + unsigned int* vt @@ -217,7 +217,7 @@ If the session parameter of any of these functions is passed as - NULL the operation is executed + NULL, the operation is executed for the session the calling process is a member of, if there is any. @@ -225,7 +225,7 @@ Return Value - If the test succeeds + If the test succeeds, sd_session_is_active() returns a positive integer, if it fails 0. On success sd_session_get_state(), -- cgit v1.2.3-54-g00ecf