All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bill O'Donnell" <billodo@redhat.com>
To: Zorro Lang <zlang@redhat.com>
Cc: eguan@redhat.com, xfs@oss.sgi.com
Subject: Re: [PATCH] xfs_quota: add missed options -D and -P into man page
Date: Fri, 1 Apr 2016 09:30:30 -0500	[thread overview]
Message-ID: <20160401143030.GA12492@redhat.com> (raw)
In-Reply-To: <1459491320-9340-1-git-send-email-zlang@redhat.com>

On Fri, Apr 01, 2016 at 02:15:20PM +0800, Zorro Lang wrote:
> There're two options in xfsprogs/quota/init.c:init() function, the -D
> option is used to set a file to instead of /etc/projects, and the -P
> option is used to set a file to instead of /etc/projid. I don't know
> these two options when I write xfstests case xfs/133, because
> there's no any information about them in xfs_quota and other related
> man pages. I learn about these two options by read others test cases.
> 
> So I add these options into xfs_quota man page.
> 
> Reported-by: Eryu Guan <eguan@redhat.com>
> Signed-off-by: Zorro Lang <zlang@redhat.com>
> ---
> 
> Hi,
> 
> I found this problem when I wrote xfstests/xfs/133. Thanks for Eryu
> just reminded me again about this problem. I don't know why the
> man page no information about them, if that's a miss, hope to fix
> them.
> 
> Thanks,
> Zorro
> 
>  man/man8/xfs_quota.8 | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8
> index 951252b..b829f67 100644
> --- a/man/man8/xfs_quota.8
> +++ b/man/man8/xfs_quota.8
> @@ -15,6 +15,12 @@ xfs_quota \- manage use of quota on XFS filesystems
>  .B \-d
>  .I project
>  ] ... [
> +.B \-D
> +.I projects_file
> +] [
> +.B \-P
> +.I projid_file
> +] [
>  .IR path " ... ]"
>  .br
>  .B xfs_quota \-V
> @@ -53,6 +59,18 @@ commands to the set of projects specified. Multiple
>  .B \-d
>  arguments may be given.
>  .TP
> +.BI \-D " projects_file"
> +Point a file contain the mapping of numeric project identifiers to

s/Point/Specify/
s/contain/containing/

> +directories trees.

s/directories/directory/

> +.I /etc/projects
> +as default, if this option is none.
> +.TP
> +.BI \-P " projid_file"
> +Point a file contain the mapping of numeric project identifiers to

s/Point/Specify/
s/contain/containing/

> +project names.
> +.I /etc/projid
> +as default, if this option is none.
> +.TP
>  .B \-V
>  Prints the version number and exits.
>  .PP
> -- 
> 2.5.0
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

      reply	other threads:[~2016-04-01 14:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01  6:15 [PATCH] xfs_quota: add missed options -D and -P into man page Zorro Lang
2016-04-01 14:30 ` Bill O'Donnell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160401143030.GA12492@redhat.com \
    --to=billodo@redhat.com \
    --cc=eguan@redhat.com \
    --cc=xfs@oss.sgi.com \
    --cc=zlang@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.