729N/A###############################################################################
729N/A#
1577N/A# Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
729N/A#
729N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
729N/A#
729N/A
729N/AAdd notes on SMF integration and change to reflect default startup via
729N/Ainetd.
729N/A
1577N/Adiff --git a/man/xfs.man b/man/xfs.man
1577N/Aindex cc4530b..a027d21 100644
1577N/A--- a/man/xfs.man
1577N/A+++ b/man/xfs.man
1577N/A@@ -71,10 +71,14 @@ xfs \- X font server
729N/A .B xfs
729N/A is the X Window System font server.
729N/A It supplies fonts to X Window System display servers.
729N/A-The server is usually run by a system administrator, and started via
729N/A-.BR init (__adminmansuffix__)
729N/A-or
729N/A-.BR inetd (__adminmansuffix__).
729N/A+The server is usually run by
1577N/A+.BR inetd (__adminmansuffix__),
729N/A+as described in the NOTES section below.
729N/A+Automatic starting can be enabled or disabled through the
729N/A+.BR fsadmin (1)
729N/A+or
1577N/A+.BR inetadm (__adminmansuffix__)
729N/A+commands.
729N/A Users may also wish to start private font servers for specific sets of
729N/A fonts.
729N/A .PP
1577N/A@@ -369,6 +373,22 @@ causes
729N/A .B xfs
729N/A to reset, closing all active connections and re-reading the configuration
729N/A file.
729N/A+.\" Solaris/OpenSolaris additions for SMF:
729N/A+.SH "NOTES"
729N/A+.PP
729N/A+The \fBxfs\fR service is managed by the service management facility,
1577N/A+\fBsmf\fR(__miscmansuffix__), under the service identifier:
729N/A+.PP
729N/A+.nf
729N/A+svc:/application/x11/xfs:default
729N/A+.fi
729N/A+.PP
1577N/A+Administrative actions on this service, such as enabling, disabling, or
1577N/A+requesting restart, can be performed using \fBsvcadm\fR(__adminmansuffix__)\&. Responsibility
1577N/A+for initiating and restarting this service is delegated to \fBinetd\fR(__adminmansuffix__)\&.
1577N/A+Use \fBinetadm\fR(__adminmansuffix__) to make configuration changes and to view configuration
729N/A+information for this service\&. The service\&'s status can be queried using
729N/A+the \fBsvcs\fR(1) command\&.
729N/A .SH BUGS
729N/A Multiple catalogues should be supported.
729N/A .SH "FUTURE DIRECTIONS"
1577N/A@@ -390,8 +410,11 @@ Keith Packard, Massachusetts Institute of Technology
729N/A .BR X (__miscmansuffix__),
729N/A .BR xfsinfo (__appmansuffix__),
729N/A .BR fslsfonts (__appmansuffix__),
729N/A-.BR init (__adminmansuffix__),
729N/A .BR inetd (__adminmansuffix__),
729N/A-.BR syslog (__libmansuffix__),
729N/A+.BR fsadmin (1),
1577N/A+.BR inetadm (__adminmansuffix__),
1577N/A+.BR smf (__miscmansuffix__),
1577N/A+.BR syslogd (__adminmansuffix__),
729N/A+.BR syslog (3c),
729N/A .IR "The X Font Service Protocol" ,
729N/A .I Font Server Implementation Overview