X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsd_machine_get_class.xml;h=9c3baf46edc227005d590f2554415650b380bfd4;hb=11a15892230011c331d4e31cdbbd58e8b3dfe4af;hp=68babd198192f092738f61d327f718652fc0f469;hpb=681eb9cf2b831293a4f3d4c48a748d2e4a25d69e;p=thirdparty%2Fsystemd.git diff --git a/man/sd_machine_get_class.xml b/man/sd_machine_get_class.xml index 68babd19819..9c3baf46edc 100644 --- a/man/sd_machine_get_class.xml +++ b/man/sd_machine_get_class.xml @@ -1,27 +1,13 @@ -%entities; -]> + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> @@ -59,7 +45,7 @@ int sd_machine_get_class const char* machine - char *class + char **class @@ -101,6 +87,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