Print this page
6198 Let's EOL cachefs
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man1m/Intro.1m
+++ new/usr/src/man/man1m/Intro.1m
1 1 '\" te
2 2 .\" Copyright 2008, Sun Microsystems, Inc. All Rights Reserved.
3 +.\" Copyright 2015 Nexenta Systems, Inc. All rights reserved.
3 4 .\" Copyright 1989 AT&T
4 5 .\" 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.
5 6 .\" 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.
6 7 .\" 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]
7 -.TH INTRO 1M "Nov 17, 2008"
8 +.TH INTRO 1M "Sep 8, 2015"
8 9 .SH NAME
9 10 Intro, intro \- introduction to maintenance commands and application programs
10 11 .SH DESCRIPTION
11 12 .sp
12 13 .LP
13 14 This section describes, in alphabetical order, commands that are used chiefly
14 15 for system maintenance and administration purposes.
15 16 .sp
16 17 .LP
17 18 Because of command restructuring for the Virtual File System architecture,
18 19 there are several instances of multiple manual pages that begin with the same
19 20 name. For example, the \fBmount\fR, pages \(mi \fBmount\fR(1M),
20 -\fBmount_cachefs\fR(1M), \fBmount_hsfs\fR(1M), \fBmount_nfs\fR(1M), \fB
21 -mount_tmpfs\fR(1M), and \fBmount_ufs\fR(1M). In each such case the first of the
21 +\fBmount_hsfs\fR(1M), \fBmount_nfs\fR(1M), \fBmount_tmpfs\fR(1M),
22 +and \fBmount_ufs\fR(1M). In each such case the first of the
22 23 multiple pages describes the syntax and options of the generic command, that
23 24 is, those options applicable to all FSTypes (file system types). The succeeding
24 25 pages describe the functionality of the FSType-specific modules of the command.
25 26 These pages list the command followed by an underscore ( _ ) and the FSType to
26 27 which they pertain. Note that the administrator should not attempt to call
27 28 these modules directly. The generic command provides a common interface to all
28 29 of them. Thus the FSType-specific manual pages should not be viewed as
29 30 describing distinct commands, but rather as detailing those aspects of a
30 31 command that are specific to a particular FSType.
31 32 .SH COMMAND SYNTAX
32 33 .sp
33 34 .LP
34 35 Unless otherwise noted, commands described in this section accept options and
35 36 other arguments according to the following syntax:
36 37 .sp
37 38 .in +2
38 39 .nf
39 40 \fIname\fR [\fIoption\fR(\fIs\fR)] [\fIcmdarg\fR(\fIs\fR)]
40 41 .fi
41 42 .in -2
42 43
43 44 .sp
44 45 .LP
45 46 where:
46 47 .sp
47 48 .ne 2
48 49 .na
49 50 \fB\fIname\fR\fR
50 51 .ad
51 52 .RS 15n
52 53 The name of an executable file.
53 54 .RE
54 55
55 56 .sp
56 57 .ne 2
57 58 .na
58 59 \fB\fIoption\fR\fR
59 60 .ad
60 61 .RS 15n
61 62 \fB\(mi\fR \fInoargletter\fR(\fIs\fR) or,
62 63 .sp
63 64 \fB\(mi\fR \fIargletter\fR<\|>\fIoptarg\fR
64 65 .sp
65 66 where <\|> is optional white space.
66 67 .RE
67 68
68 69 .sp
69 70 .ne 2
70 71 .na
71 72 \fB\fInoargletter\fR\fR
72 73 .ad
73 74 .RS 15n
74 75 A single letter representing an option without an argument.
75 76 .RE
76 77
77 78 .sp
78 79 .ne 2
79 80 .na
80 81 \fB\fIargletter\fR\fR
81 82 .ad
82 83 .RS 15n
83 84 A single letter representing an option requiring an argument.
84 85 .RE
85 86
86 87 .sp
87 88 .ne 2
88 89 .na
89 90 \fB\fIoptarg\fR\fR
90 91 .ad
91 92 .RS 15n
92 93 Argument (character string) satisfying preceding \fIargletter\fR.
93 94 .RE
94 95
95 96 .sp
96 97 .ne 2
97 98 .na
98 99 \fB\fIcmdarg\fR\fR
99 100 .ad
100 101 .RS 15n
101 102 Pathname (or other command argument) \fInot\fR beginning with \fB\(mi\fR or,
102 103 \fB\(mi\fR by itself indicating the standard input.
103 104 .RE
104 105
105 106 .SH ATTRIBUTES
106 107 .sp
107 108 .LP
108 109 See \fBattributes\fR(5) for a discussion of the attributes listed in this
109 110 section.
110 111 .SH ACKNOWLEDGMENTS
111 112 .sp
112 113 .LP
113 114 Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to
114 115 reproduce portions of its copyrighted documentation. Original documentation
115 116 from The Open Group can be obtained online at
116 117 http://www.opengroup.org/bookstore/\&.
117 118 .sp
118 119 .LP
119 120 The Institute of Electrical and Electronics Engineers and The Open Group, have
120 121 given us permission to reprint portions of their documentation.
121 122 .sp
122 123 .LP
123 124 In the following statement, the phrase ``this text'' refers to portions of the
124 125 system documentation.
125 126 .sp
126 127 .LP
127 128 Portions of this text are reprinted and reproduced in electronic form in the
128 129 SunOS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for
129 130 Information Technology -- Portable Operating System Interface (POSIX), The Open
130 131 Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of
131 132 Electrical and Electronics Engineers, Inc and The Open Group. In the event of
132 133 any discrepancy between these versions and the original IEEE and The Open Group
133 134 Standard, the original IEEE and The Open Group Standard is the referee
134 135 document. The original Standard can be obtained online at
135 136 http://www.opengroup.org/unix/online.html\&.
136 137 .sp
137 138 .LP
138 139 This notice shall appear on any product containing this material.
139 140 .SH SEE ALSO
140 141 .sp
141 142 .LP
142 143 \fBgetopt\fR(1), \fBgetopt\fR(3C), \fBattributes\fR(5)
143 144 .SH DIAGNOSTICS
144 145 .sp
145 146 .LP
146 147 Upon termination, each command returns 0 for normal termination and non-zero to
147 148 indicate troubles such as erroneous parameters, bad or inaccessible data, or
148 149 other inability to cope with the task at hand. It is called variously ``exit
149 150 code,'' ``exit status,'' or ``return code,'' and is described only where
150 151 special conventions are involved.
151 152 .SH NOTES
152 153 .sp
153 154 .LP
154 155 Unfortunately, not all commands adhere to the standard syntax.
↓ open down ↓ |
123 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX