|
 |
502773 |
Two patches on upstream list:
|
|
 |
502773 |
|
|
 |
502773 |
[PATCH] xfs_quota: fix typo in manpage
|
|
 |
502773 |
|
|
 |
502773 |
and
|
|
 |
502773 |
|
|
 |
502773 |
[PATCH] xfs_quota: man page fix - project command requires arguments
|
|
 |
502773 |
|
|
 |
502773 |
The xfs_quota man page states that the "project" command without
|
|
 |
502773 |
arguments will list all project names and identifiers, but it has
|
|
 |
502773 |
never done this; the project_f command has always been defined as
|
|
 |
502773 |
requiring at least one argument.
|
|
 |
502773 |
|
|
 |
502773 |
Fix the man page to reflect reality.
|
|
 |
502773 |
|
|
 |
502773 |
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
|
|
 |
502773 |
---
|
|
 |
502773 |
|
|
 |
502773 |
diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8
|
|
 |
502773 |
index 8cc8ab7..3ca2fa5 100644
|
|
 |
502773 |
--- a/man/man8/xfs_quota.8
|
|
 |
502773 |
+++ b/man/man8/xfs_quota.8
|
|
 |
502773 |
@@ -324,7 +324,7 @@ path to the
|
|
 |
502773 |
list entry (the current path is used by many
|
|
 |
502773 |
of the commands described here, it identifies the filesystem toward
|
|
 |
502773 |
which a command is directed).
|
|
 |
502773 |
-The patch list can come from several places \- the command line,
|
|
 |
502773 |
+The path list can come from several places \- the command line,
|
|
 |
502773 |
the mount table, and the
|
|
 |
502773 |
.I /etc/projects
|
|
 |
502773 |
file.
|
|
 |
502773 |
@@ -565,12 +565,7 @@ instead of stdout.
|
|
 |
502773 |
.I name
|
|
 |
502773 |
]
|
|
 |
502773 |
.br
|
|
 |
502773 |
-Without arguments, this command lists known project names and identifiers
|
|
 |
502773 |
-(based on entries in the
|
|
 |
502773 |
-.I /etc/projects
|
|
 |
502773 |
-and
|
|
 |
502773 |
-.I /etc/projid
|
|
 |
502773 |
-files). The
|
|
 |
502773 |
+The
|
|
 |
502773 |
.BR \-c ,
|
|
 |
502773 |
.BR \-C ,
|
|
 |
502773 |
and
|