8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man1m / projdel.1m
blobe680658b0a0908eb0900951e47c247150ef29ce0
1 '\" te
2 .\" Copyright (c) 2001, Sun Microsystems, Inc.
3 .\" All Rights Reserved.
4 .\" 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 .\" 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 .\" 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 PROJDEL 1M "May 4, 2004"
8 .SH NAME
9 projdel \- delete a project from the system
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fBprojdel\fR [\fB-f\fR \fIfilename\fR] \fIproject\fR
14 .fi
16 .SH DESCRIPTION
17 .LP
18 The \fBprojdel\fR utility deletes a project from the system and makes the
19 appropriate changes to the system file.
20 .SH OPTIONS
21 .LP
22 The following options are supported:
23 .sp
24 .ne 2
25 .na
26 \fB\fB-f\fR \fIfilename\fR\fR
27 .ad
28 .RS 15n
29 Specify the project file to modify. If no \fIfilename\fR is specified, the
30 system project file, \fB/etc/project\fR, is modified.
31 .RE
33 .SH OPERANDS
34 .LP
35 The following operands are supported:
36 .sp
37 .ne 2
38 .na
39 \fB\fIproject\fR\fR
40 .ad
41 .RS 11n
42 The name of the project to be deleted.
43 .RE
45 .SH EXIT STATUS
46 .LP
47 The following exit values are returned:
48 .sp
49 .ne 2
50 .na
51 \fB\fB0\fR\fR
52 .ad
53 .RS 6n
54 Successful completion.
55 .RE
57 .sp
58 .ne 2
59 .na
60 \fB\fB2\fR\fR
61 .ad
62 .RS 6n
63 The command syntax was invalid. A usage message for \fBprojdel\fR is displayed.
64 .RE
66 .sp
67 .ne 2
68 .na
69 \fB\fB3\fR\fR
70 .ad
71 .RS 6n
72 An invalid argument was provided to an option.
73 .RE
75 .sp
76 .ne 2
77 .na
78 \fB\fB4\fR\fR
79 .ad
80 .RS 6n
81 The \fIprojid\fR given with the \fB-p\fR option is already in use.
82 .RE
84 .sp
85 .ne 2
86 .na
87 \fB\fB5\fR\fR
88 .ad
89 .RS 6n
90 The project files contain an error. See \fBproject\fR(4).
91 .RE
93 .sp
94 .ne 2
95 .na
96 \fB\fB6\fR\fR
97 .ad
98 .RS 6n
99 The project to be modified, group, user, or resource does not exist.
103 .ne 2
105 \fB\fB9\fR\fR
107 .RS 6n
108 The project is already in use.
112 .ne 2
114 \fB\fB10\fR\fR
116 .RS 6n
117 Cannot update the \fB/etc/project\fR file.
120 .SH FILES
121 .ne 2
123 \fB\fB/etc/project\fR\fR
125 .RS 16n
126 System project file
130 .ne 2
132 \fB\fB\fR\fR
134 .RS 16n
138 .SH ATTRIBUTES
140 See \fBattributes\fR(5) for descriptions of the following attributes:
145 box;
146 c | c
147 l | l .
148 ATTRIBUTE TYPE  ATTRIBUTE VALUE
150 Interface Stability     See below.
155 Invocation is evolving. Human readable output is unstable.
156 .SH SEE ALSO
158 \fBprojects\fR(1), \fBgroupadd\fR(1M), \fBgroupdel\fR(1M), \fBgroupmod\fR(1M),
159 \fBgrpck\fR(1M), \fBlogins\fR(1M), \fBprojadd\fR(1M), \fBprojmod\fR(1M),
160 \fBuseradd\fR(1M), \fBuserdel\fR(1M), \fBusermod\fR(1M), \fBproject\fR(4),
161 \fBattributes\fR(5)
162 .SH DIAGNOSTICS
164 In case of an error, \fBprojdel\fR prints an error message and exits with a
165 non-zero status.
166 .SH NOTES
168 \fBprojdel\fR deletes a project definition only on the local system. If a
169 network name service such as \fBNIS\fR or \fBLDAP\fR is being used to
170 supplement the local \fB/etc/project\fR file with additional entries,
171 \fBprojdel\fR cannot change information supplied by the network name service.