[6012] in Athena Bugs
edquota man page
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Wed Sep 12 12:15:59 1990
Date: Wed, 12 Sep 90 12:15:40 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: bugs@MIT.EDU
Cc: jnrees@MIT.EDU
These changes in the edquota.8 man page will cause it to document what
the program actually does.
-Mark
*** /usr/man/man8/edquota.8 Sat Jul 21 16:10:42 1990
--- /tmp/edquota.8 Wed Sep 12 12:12:42 1990
***************
*** 11,18 ****
.SH SYNOPSIS
.B edquota
[
! .B \-e
! .I editor
]
[
.B \-p
--- 11,17 ----
.SH SYNOPSIS
.B edquota
[
! .B \-t
]
[
.B \-p
***************
*** 26,32 ****
For each user a temporary file is created
with an ASCII representation of the current
quotas for that user and an editor is
! then invoked on the file. The quotas may then
be modified, new quotas added, etc. Upon
leaving the editor,
.I edquota
--- 25,33 ----
For each user a temporary file is created
with an ASCII representation of the current
quotas for that user and an editor is
! then invoked on the file. The EDITOR environment variable will be
! used to find your editor, otherwise /usr/ucb/vi will be used.
! The quotas may then
be modified, new quotas added, etc. Upon
leaving the editor,
.I edquota
***************
*** 34,49 ****
quota files to reflect the changes made.
.PP
The flags are:
! .IP \fB\-e\fP 5
! The next argument is the name of the editor to invoke to edit
! the temporary file. If this flag is not used,
! .I edquota
! will invoke the editor defined by the EDITOR environment variable.
! If there is no EDITOR environment variable,
! .I edquota
! invokes
! .I emacs
! (1).
.IP \fB\-p\fP 5
The next argument is taken as the name of a user to use as the prototype
for the other users' limits.
--- 35,42 ----
quota files to reflect the changes made.
.PP
The flags are:
! .IP \fB\-t\fP 5
! Edit the default timelimits instead of a user's usage limits.
.IP \fB\-p\fP 5
The next argument is taken as the name of a user to use as the prototype
for the other users' limits.