open-src/app/xfs/fsadmin.1
changeset 729 d654a217cd7e
child 851 d428083dbbdd
equal deleted inserted replaced
728:d3d512162a50 729:d654a217cd7e
       
     1 '\" te
       
     2 .\" ident       "@(#)fsadmin.1 1.6     09/06/18 SMI"
       
     3 .\"
       
     4 .\" "Copyright 2009 Sun Microsystems, Inc.  All rights reserved."
       
     5 .\" "Use is subject to license terms."
       
     6 .\" 
       
     7 .\" Permission is hereby granted, free of charge, to any person obtaining a
       
     8 .\" copy of this software and associated documentation files (the
       
     9 .\" "Software"), to deal in the Software without restriction, including
       
    10 .\" without limitation the rights to use, copy, modify, merge, publish,
       
    11 .\" distribute, and/or sell copies of the Software, and to permit persons
       
    12 .\" to whom the Software is furnished to do so, provided that the above
       
    13 .\" copyright notice(s) and this permission notice appear in all copies of
       
    14 .\" the Software and that both the above copyright notice(s) and this
       
    15 .\" permission notice appear in supporting documentation.
       
    16 .\" 
       
    17 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
       
    18 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
       
    20 .\" OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
       
    21 .\" HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
       
    22 .\" INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
       
    23 .\" FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
       
    24 .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
       
    25 .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
       
    26 .\" 
       
    27 .\" Except as contained in this notice, the name of a copyright holder
       
    28 .\" shall not be used in advertising or otherwise to promote the sale, use
       
    29 .\" or other dealings in this Software without prior written authorization
       
    30 .\" of the copyright holder.
       
    31 .\"
       
    32 .TH fsadmin 1 "4 Jun 2009"
       
    33 .IX "fsadmin" "" "\f3fsadmin\f1(1) \(em administration utility for font server" ""
       
    34 .IX "font server" "admin" "font server" " administration utility \(em \f3fsadmin\f1(1)"
       
    35 .SH NAME
       
    36 fsadmin \- font server administration utility
       
    37 .SH SYNOPSIS
       
    38 .PP
       
    39 .B /usr/X11/bin/fsadmin
       
    40 [
       
    41 .B \-e 
       
    42 |
       
    43 .B \-d
       
    44 |
       
    45 .B \-usage
       
    46 ]
       
    47 .SH DESCRIPTION
       
    48 .PP
       
    49 .B fsadmin
       
    50 is a font server administration utility.
       
    51 .B fsadmin
       
    52 allows users to control whether or not the X11 font server, \fBxfs\fR(1), is 
       
    53 started automatically by
       
    54 .BR inetd (1M).
       
    55 If no options are present
       
    56 .B fsadmin
       
    57 will display the current status of the font server.
       
    58 .SH OPTIONS
       
    59 .TP 8
       
    60 .B \-e
       
    61 enable: configure 
       
    62 .B inetd
       
    63 to start the font server automatically
       
    64 .TP 8
       
    65 .B \-d
       
    66 disable: configure
       
    67 .B inetd
       
    68 to not start the font server automatically
       
    69 .TP 8
       
    70 .B \-usage
       
    71 display list of options for 
       
    72 .B fsadmin
       
    73 .SH "NOTES"
       
    74 .PP
       
    75 The \fBxfs\fR service is managed by the service management facility, 
       
    76 \fBsmf\fR(5), under the service identifier:
       
    77 .PP
       
    78 .nf
       
    79 svc:/application/x11/xfs
       
    80 .fi
       
    81 .PP
       
    82 Administrative actions on this service, such as enabling, disabling, or 
       
    83 requesting restart, can be performed using \fBsvcadm\fR(1M)\&. Responsibility 
       
    84 for initiating and restarting this service is delegated to \fBinetd\fR(1M)\&.
       
    85 Use \fBinetadm\fR(1M) to make configuration changes and to view configuration 
       
    86 information for this service\&. The service\&'s status can be queried using 
       
    87 the \fBsvcs\fR(1) command\&.
       
    88 .SH "ATTRIBUTES"
       
    89 .PP
       
    90 See \fBattributes\fR(5) for descriptions of the following attributes:
       
    91 .sp
       
    92 .TS
       
    93 tab(^) allbox;
       
    94 cw(2.750000i)| cw(2.750000i)
       
    95 lw(2.750000i)| lw(2.750000i).
       
    96 ATTRIBUTE TYPE^ATTRIBUTE VALUE
       
    97 Availability^SUNWxwfs
       
    98 .TE
       
    99 .sp
       
   100 .SH SEE ALSO
       
   101 .PP
       
   102 .BR xfs (1),
       
   103 .BR inetadm (1M),
       
   104 .BR inetd (1M),
       
   105 .BR smf (5),
       
   106 .BR X11 (5)