summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2019-02-25 10:38:49 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2019-02-26 15:07:34 +0000
commit658896ded15d61093d11b1040377964091aaee08 (patch)
tree11e218d6be60b9792b3d90d3ef25cc2fa25a0a8f
parent24dd2ca0bf4c00e06c930781e4b7433f6506b7ea (diff)
downloadillumos-joyent-658896ded15d61093d11b1040377964091aaee08.tar.gz
10451 smf_method(5) man page needs updates after 7928
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r--usr/src/man/man5/smf_method.57
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/man/man5/smf_method.5 b/usr/src/man/man5/smf_method.5
index 71a595aea0..4815a7196a 100644
--- a/usr/src/man/man5/smf_method.5
+++ b/usr/src/man/man5/smf_method.5
@@ -1,9 +1,10 @@
'\" te
+.\" Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
.\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
.\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
.\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SMF_METHOD 5 "June 6, 2016"
+.TH SMF_METHOD 5 "February 25, 2019"
.SH NAME
smf_method \- service management framework conventions for methods
.SH DESCRIPTION
@@ -269,6 +270,10 @@ l l l .
\fBSMF_EXIT_OK\fR \fB0\fR T{
Method exited, performing its operation successfully.
T}
+\fBSMF_EXIT_NODAEMON\fR \fB94\fR T{
+Method exited successfully but purposefully leaves no processes remaining in
+the contract; it should be treated as if it had a transient service model.
+T}
\fBSMF_EXIT_ERR_FATAL\fR \fB95\fR T{
Method failed fatally and is unrecoverable without administrative intervention.
T}