X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsd_bus_message_rewind.xml;h=cbfa2511d23b564f4723ed14e5cd6c0f10502a60;hb=5057d73ba1bb016c9325d0a7fdb84519d3443622;hp=c420c2f1d5962169b1a14062625198609f0e23d6;hpb=685499007fc536f5e78ebb49cb67561e186f665e;p=thirdparty%2Fsystemd.git diff --git a/man/sd_bus_message_rewind.xml b/man/sd_bus_message_rewind.xml index c420c2f1d59..cbfa2511d23 100644 --- a/man/sd_bus_message_rewind.xml +++ b/man/sd_bus_message_rewind.xml @@ -1,5 +1,5 @@ - @@ -19,7 +19,7 @@ sd_bus_message_rewind - Return to begining of message or current container + Return to beginning of message or current container @@ -38,7 +38,7 @@ Description sd_bus_message_rewind() moves the "read pointer" in the message - m to either the begining of the message (if + m to either the beginning of the message (if complete is true) or to the beginning of the currently open container. If no container is open, complete has no effect. @@ -51,30 +51,30 @@ container or whole message in case no container is open is empty, and positive otherwise. On failure, it returns a negative errno-style error code. - - - - - Errors + + Errors - Returned errors may indicate the following problems: + Returned errors may indicate the following problems: - - - -EINVAL + + + -EINVAL - The m parameter is NULL. - + The m parameter is NULL. + - - -EPERM + + -EPERM - The message m has not been sealed. - - + The message m has not been sealed. + + + + + See Also