X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_machine_get_class.xml;h=be872eac815d47287abb97ecd4c02dedb85b75b3;hb=e4dd0722cae89f144f3a4cf163e706e7dc071728;hp=1de91165771af9ba707a1766e1d2478ea94cd908;hpb=1532f28b7cf3e6e02e74691450b2b5379be6b805;p=elogind.git diff --git a/man/sd_machine_get_class.xml b/man/sd_machine_get_class.xml index 1de911657..be872eac8 100644 --- a/man/sd_machine_get_class.xml +++ b/man/sd_machine_get_class.xml @@ -56,7 +56,7 @@ int sd_machine_get_class const char* machine - char *class + char **class @@ -98,6 +98,35 @@ code. + + Errors + + Returned errors may indicate the following problems: + + + + + -ENXIO + + The specified machine does not exist or is currently not running. + + + + + -EINVAL + + An input parameter was invalid (out of range, + or NULL, where that is not accepted). + + + + -ENOMEM + + Memory allocation failed. + + + + Notes @@ -113,7 +142,7 @@ See Also - elogind1, + elogind8, sd-login3, elogind-machined.service8, sd_pid_get_machine_name3