--- /dev/null
+:
+
+Option | Description
+------------------------------|------------
+**Auto check enabled** | Enable automatic service checking.
+**Auto check disabled** | Disable automatic service checking.
+**Missing In PAT/SDT** | The service is no longer available on this mux.
return strtab2htsmsg(tab, 1, lang);
}
+PROP_DOC(servicechecking)
+
const idclass_t service_class = {
.ic_class = "service",
.ic_caption = N_("Service"),
.desc = N_("Check for the services' presence. If the service is no "
"longer broadcast this field will change to "
"Missing In PAT/SDT."),
+ .doc = prop_doc_servicechecking,
.list = service_class_auto_list,
.off = offsetof(service_t, s_auto),
.opts = PO_ADVANCED | PO_DOC_NLIST,