File: aerd.1

package info (click to toggle)
aegis3 3.29-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 14,672 kB
  • ctags: 6,449
  • sloc: ansic: 107,353; sh: 34,849; makefile: 13,639; yacc: 3,960; awk: 344
file content (80 lines) | stat: -rw-r--r-- 1,948 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
'\" t
.\"	aegis - project change supervisor
.\"	Copyright (C) 1991, 1992, 1993, 1998 Peter Miller;
.\"	All rights reserved.
.\"
.\"	This program is free software; you can redistribute it and/or modify
.\"	it under the terms of the GNU General Public License as published by
.\"	the Free Software Foundation; either version 2 of the License, or
.\"	(at your option) any later version.
.\"
.\"	This program is distributed in the hope that it will be useful,
.\"	but WITHOUT ANY WARRANTY; without even the implied warranty of
.\"	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\"	GNU General Public License for more details.
.\"
.\"	You should have received a copy of the GNU General Public License
.\"	along with this program; if not, write to the Free Software
.\"	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
.\"
.\" MANIFEST: manual entry for 'aegis -Remove_Developer' command
.\"
.so z_name.so
.TH "\*(n) -Remove_Developer" 1 \*(N) "Reference Manual"
.SH NAME
\*(n) -Remove_Developer \- remove developers from a project
.XX "aerd(1)" "remove developers from a project"
.SH SYNOPSIS
.B \*(n)
.B -Remove_Developer
.IR user-name ...
[
.IR option ...
]
.br
.B \*(n)
.B -Remove_Developer
.B -List
[
.IR option ...
]
.br
.B \*(n)
.B -Remove_Developer
.B -Help
.SH DESCRIPTION
The
.I \*(n)
.I -Remove_Developer
command is used to
remove developers from a project.
.SH OPTIONS
The following options are understood:
.so o_help.so
.so o_list.so
.so o_project.so
.so o_terse.so
.so o_verbose.so
.so o_wait.so
.so o__rules.so
.SH RECOMMENDED ALIAS
The recommended alias for this command is
.nf
.ta 8n 16n
csh%	alias aerd '\*(n) -rd \e!* -v'
sh$	aerd(){\*(n) -rd "$@" -v}
.fi
.SH ERRORS
It is an error if
the current user is not an administrator of the project.
.so z_exit.so
.br
.ne 1i
.SH SEE ALSO
.TP 8n
.IR aend (1)
add a new developer to a project
.TP 8n
.IR aeuconf (5)
user configuration file format
.so z_cr.so