diff options
Diffstat (limited to 'usr/src/man/man1m/projadd.1m')
-rw-r--r-- | usr/src/man/man1m/projadd.1m | 53 |
1 files changed, 8 insertions, 45 deletions
diff --git a/usr/src/man/man1m/projadd.1m b/usr/src/man/man1m/projadd.1m index ca83f456fe..7a92c237d4 100644 --- a/usr/src/man/man1m/projadd.1m +++ b/usr/src/man/man1m/projadd.1m @@ -3,14 +3,14 @@ .\" 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. 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 the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH projadd 1M "30 Sep 2004" "SunOS 5.11" "System Administration Commands" +.TH PROJADD 1M "Sep 30, 2004" .SH NAME projadd \- administer a new project on the system .SH SYNOPSIS .LP .nf -\fBprojadd\fR [\fB-n\fR] [\fB-f\fR \fIfilename\fR] [\fB-p\fR \fIprojid\fR [\fB-o\fR]] [\fB-c\fR \fIcomment\fR] - [\fB-U\fR \fIuser\fR [,\fIuser\fR]... ] [\fB-G\fR \fIgroup\fR [,\fIgroup\fR]... ] +\fBprojadd\fR [\fB-n\fR] [\fB-f\fR \fIfilename\fR] [\fB-p\fR \fIprojid\fR [\fB-o\fR]] [\fB-c\fR \fIcomment\fR] + [\fB-U\fR \fIuser\fR [,\fIuser\fR]... ] [\fB-G\fR \fIgroup\fR [,\fIgroup\fR]... ] [ [\fB-K\fR \fIname\fR [=\fIvalue\fR [,\fIvalue\fR]...]...]] \fIproject\fR .fi @@ -26,12 +26,10 @@ available for use immediately upon the completion of the \fBprojadd\fR command. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-c\fR \fIcomment\fR\fR .ad .RS 29n -.rt Add a project comment. Comments are stored in the project's entry in the \fB/etc/project\fR file. Generally, comments contain a short description of the project and are used as the field for the project's full name. @@ -42,35 +40,29 @@ Specify \fIcomment\fR as a text string. \fIcomment\fR cannot contain a colon .sp .ne 2 -.mk .na \fB\fB-f\fR \fIfilename\fR\fR .ad .RS 29n -.rt Specify the project file to modify. If no \fIfilename\fR is specified, the system project file, \fB/etc/project\fR, is modified. .RE .sp .ne 2 -.mk .na \fB\fB-G\fR \fIgroup\fR[,group...]\fR .ad .RS 29n -.rt Specify a group list for the project. .RE .sp .ne 2 -.mk .na \fB\fB-K\fR \fIname\fR[=\fIvalue\fR[,\fIvalue\fR...]\fR .ad .RS 29n -.rt Specify an attribute list for the project. Multiple \fB-K\fR options can be specified to set values on multiple keys, such as: .sp @@ -89,12 +81,10 @@ for a description of the resource controls you can specify for a project. .sp .ne 2 -.mk .na \fB\fB-n\fR\fR .ad .RS 29n -.rt Syntax check. Check the format of the existing system project file and modifications only. The contents of the existing project file, such as user names, group names, and resources that are specified in the project attributes @@ -103,24 +93,20 @@ are not checked. .sp .ne 2 -.mk .na \fB\fB-o\fR\fR .ad .RS 29n -.rt This option allows the project ID specified by the \fB-p\fR option to be non-unique within the project file. .RE .sp .ne 2 -.mk .na \fB\fB-p\fR \fIprojid\fR\fR .ad .RS 29n -.rt Set the project \fBID\fR of the new project. .sp Specify \fIprojid\fR as a non-negative decimal integer below \fBUID_MAX\fR as @@ -133,12 +119,10 @@ reserved by SunOS. .sp .ne 2 -.mk .na \fB\fB-U\fR \fIuser\fR[,user...]\fR .ad .RS 29n -.rt Specify a user list for the project. .RE @@ -148,12 +132,10 @@ Specify a user list for the project. The following operands are supported: .sp .ne 2 -.mk .na \fB\fIproject\fR\fR .ad .RS 11n -.rt The name of the project to create. The \fIproject\fR operand is a string consisting of characters from the set of alphabetic characters, numeric characters, underline (_), and hyphen (-). The period ('.') is reserved for @@ -211,101 +193,83 @@ MB, and scaling factors are specified in \fBresource_controls\fR(5). The following exit values are returned: .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 6n -.rt Successful completion. .RE .sp .ne 2 -.mk .na \fB\fB2\fR\fR .ad .RS 6n -.rt The command syntax was invalid. A usage message for \fBprojadd\fR is displayed. .RE .sp .ne 2 -.mk .na \fB\fB3\fR\fR .ad .RS 6n -.rt An invalid argument was provided to an option. .RE .sp .ne 2 -.mk .na \fB\fB4\fR\fR .ad .RS 6n -.rt The \fIprojid\fR given with the \fB-p\fR option is already in use. .RE .sp .ne 2 -.mk .na \fB\fB5\fR\fR .ad .RS 6n -.rt The project files contain an error. See \fBproject\fR(4). .RE .sp .ne 2 -.mk .na \fB\fB6\fR\fR .ad .RS 6n -.rt The project to be added, group, user, or resource does not exist. .RE .sp .ne 2 -.mk .na \fB\fB9\fR\fR .ad .RS 6n -.rt The project is already in use. .RE .sp .ne 2 -.mk .na \fB\fB10\fR\fR .ad .RS 6n -.rt Cannot update the \fB/etc/project\fR file. .RE .SH FILES .sp .ne 2 -.mk .na \fB\fB/etc/project\fR\fR .ad .RS 16n -.rt System project file .RE @@ -317,13 +281,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(5.5i) |cw(0i) -lw(5.5i) |lw(0i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilitySee below. +Interface Stability See below. .TE .sp |