Print this page
Code review comments from jeffpc

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/smf_method.5
          +++ new/usr/src/man/man5/smf_method.5
   1    1  '\" te
   2    2  .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
   3    3  .\" 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.
   4    4  .\"  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
   5    5  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH SMF_METHOD 5 "May 20, 2009"
        6 +.TH SMF_METHOD 5 "June 6, 2016"
   7    7  .SH NAME
   8    8  smf_method \- service management framework conventions for methods
   9    9  .SH DESCRIPTION
  10   10  .LP
  11   11  The class of services managed by \fBsvc.startd\fR(1M) in the service management
  12   12  framework, \fBsmf\fR(5), consists of applications that fit a simple
  13   13  \fBfork\fR(2)-\fBexec\fR(2) model. The \fBsvc.startd\fR(1M) master daemon and
  14   14  other restarters support the \fBfork\fR(2)-\fBexec\fR(2) model, potentially
  15   15  with additional capabilities. The \fBsvc.startd\fR(1M) daemon and other
  16   16  restarters require that the methods which activate, manipulate, or examine a
↓ open down ↓ 567 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX