summaryrefslogtreecommitdiffstats
path: root/aconf/model/service.lua
diff options
context:
space:
mode:
Diffstat (limited to 'aconf/model/service.lua')
-rw-r--r--aconf/model/service.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/aconf/model/service.lua b/aconf/model/service.lua
index 9ce3685..8016c16 100644
--- a/aconf/model/service.lua
+++ b/aconf/model/service.lua
@@ -14,9 +14,9 @@ local store = require('aconf.persistence')
--- create a model corresponding to an OpenRC service.
-- @function service
-- @tparam string name name of the service
--- @treturn Model new model, which has two pre-defined boolean fields,
--- *enabled* and *status*, for controlling the service's lifecycle and
--- inspecting its current status.
+-- @return (<i>[&lt;Model&gt;](#new)</i>) new model which has two pre-defined
+-- boolean fields, *enabled* and *status*, for controlling the
+-- service's lifecycle and inspecting its current status.
return function(name)
local res = new()