linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove "device show" from btrfs man page
@ 2013-01-09  6:46 Simon Xu
  2013-01-09  7:14 ` Jeff Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Xu @ 2013-01-09  6:46 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Simon Xu

Remove "device show" from btrfs man page as it's not supported by the
btrfs utility.
---
 man/btrfs.8.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/man/btrfs.8.in b/man/btrfs.8.in
index 9222580..e663da2 100644
--- a/man/btrfs.8.in
+++ b/man/btrfs.8.in
@@ -33,8 +33,6 @@ btrfs \- control a btrfs filesystem
 .PP
 \fBbtrfs\fP \fBdevice scan\fP\fI [--all-devices|<device> [<device>...]]\fP
 .PP
-\fBbtrfs\fP \fBdevice show\fP\fI [--all-devices|<uuid>|<label>]\fP
-.PP
 \fBbtrfs\fP \fBdevice add\fP\fI <device> [<device>...] <path> \fP
 .PP
 \fBbtrfs\fP \fBdevice delete\fP\fI <device> [<device>...] <path> \fP
-- 
1.8.1

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] remove "device show" from btrfs man page
  2013-01-09  6:46 [PATCH] remove "device show" from btrfs man page Simon Xu
@ 2013-01-09  7:14 ` Jeff Liu
  2013-01-09  7:23   ` Simon Xu
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jeff Liu @ 2013-01-09  7:14 UTC (permalink / raw)
  To: Simon Xu; +Cc: linux-btrfs

Hi Simon,

For the next time when you post btrfs-progs related patches, please
indicate it with a suffix "Btrfs-progs: " on the subject.

Thanks,
-Jeff
On 01/09/2013 02:46 PM, Simon Xu wrote:
> Remove "device show" from btrfs man page as it's not supported by the
> btrfs utility.
> ---
>  man/btrfs.8.in | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/man/btrfs.8.in b/man/btrfs.8.in
> index 9222580..e663da2 100644
> --- a/man/btrfs.8.in
> +++ b/man/btrfs.8.in
> @@ -33,8 +33,6 @@ btrfs \- control a btrfs filesystem
>  .PP
>  \fBbtrfs\fP \fBdevice scan\fP\fI [--all-devices|<device> [<device>...]]\fP
>  .PP
> -\fBbtrfs\fP \fBdevice show\fP\fI [--all-devices|<uuid>|<label>]\fP
> -.PP
>  \fBbtrfs\fP \fBdevice add\fP\fI <device> [<device>...] <path> \fP
>  .PP
>  \fBbtrfs\fP \fBdevice delete\fP\fI <device> [<device>...] <path> \fP
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] remove "device show" from btrfs man page
  2013-01-09  7:14 ` Jeff Liu
@ 2013-01-09  7:23   ` Simon Xu
  2013-01-09  7:31   ` [PATCH V2] btrfs-progs: " Simon Xu
  2013-01-17 17:08   ` [PATCH] " David Sterba
  2 siblings, 0 replies; 6+ messages in thread
From: Simon Xu @ 2013-01-09  7:23 UTC (permalink / raw)
  To: Jeff Liu; +Cc: linux-btrfs

Sure, I'll make another patch.

Thanks
Simon

On 2013/1/9 15:14, Jeff Liu wrote:
> Hi Simon,
>
> For the next time when you post btrfs-progs related patches, please
> indicate it with a suffix "Btrfs-progs: " on the subject.
>
> Thanks,
> -Jeff
> On 01/09/2013 02:46 PM, Simon Xu wrote:
>> Remove "device show" from btrfs man page as it's not supported by the
>> btrfs utility.
>> ---
>>   man/btrfs.8.in | 2 --
>>   1 file changed, 2 deletions(-)
>>
>> diff --git a/man/btrfs.8.in b/man/btrfs.8.in
>> index 9222580..e663da2 100644
>> --- a/man/btrfs.8.in
>> +++ b/man/btrfs.8.in
>> @@ -33,8 +33,6 @@ btrfs \- control a btrfs filesystem
>>   .PP
>>   \fBbtrfs\fP \fBdevice scan\fP\fI [--all-devices|<device> [<device>...]]\fP
>>   .PP
>> -\fBbtrfs\fP \fBdevice show\fP\fI [--all-devices|<uuid>|<label>]\fP
>> -.PP
>>   \fBbtrfs\fP \fBdevice add\fP\fI <device> [<device>...] <path> \fP
>>   .PP
>>   \fBbtrfs\fP \fBdevice delete\fP\fI <device> [<device>...] <path> \fP

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH V2] btrfs-progs: remove "device show" from btrfs man page
  2013-01-09  7:14 ` Jeff Liu
  2013-01-09  7:23   ` Simon Xu
@ 2013-01-09  7:31   ` Simon Xu
  2013-01-22  5:41     ` XU Simon
  2013-01-17 17:08   ` [PATCH] " David Sterba
  2 siblings, 1 reply; 6+ messages in thread
From: Simon Xu @ 2013-01-09  7:31 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Simon Xu

Remove "device show" from btrfs man page as it's not supported by the
btrfs utility.
---
 man/btrfs.8.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/man/btrfs.8.in b/man/btrfs.8.in
index 9222580..e663da2 100644
--- a/man/btrfs.8.in
+++ b/man/btrfs.8.in
@@ -33,8 +33,6 @@ btrfs \- control a btrfs filesystem
 .PP
 \fBbtrfs\fP \fBdevice scan\fP\fI [--all-devices|<device> [<device>...]]\fP
 .PP
-\fBbtrfs\fP \fBdevice show\fP\fI [--all-devices|<uuid>|<label>]\fP
-.PP
 \fBbtrfs\fP \fBdevice add\fP\fI <device> [<device>...] <path> \fP
 .PP
 \fBbtrfs\fP \fBdevice delete\fP\fI <device> [<device>...] <path> \fP
-- 
1.8.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] remove "device show" from btrfs man page
  2013-01-09  7:14 ` Jeff Liu
  2013-01-09  7:23   ` Simon Xu
  2013-01-09  7:31   ` [PATCH V2] btrfs-progs: " Simon Xu
@ 2013-01-17 17:08   ` David Sterba
  2 siblings, 0 replies; 6+ messages in thread
From: David Sterba @ 2013-01-17 17:08 UTC (permalink / raw)
  To: Jeff Liu; +Cc: Simon Xu, linux-btrfs

On Wed, Jan 09, 2013 at 03:14:13PM +0800, Jeff Liu wrote:
> Hi Simon,
> 
> For the next time when you post btrfs-progs related patches, please
> indicate it with a suffix "Btrfs-progs: " on the subject.

And please add a Signed-off-by: line (no need to resend the patch).

david

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH V2] btrfs-progs: remove "device show" from btrfs man page
  2013-01-09  7:31   ` [PATCH V2] btrfs-progs: " Simon Xu
@ 2013-01-22  5:41     ` XU Simon
  0 siblings, 0 replies; 6+ messages in thread
From: XU Simon @ 2013-01-22  5:41 UTC (permalink / raw)
  To: Simon Xu; +Cc: linux-btrfs

Add SOB line:

Signed-off-by: Simon Xu <xu.simon@oracle.com>

Thanks David for pointing this out.

Simon

On 2013/1/9 15:31, Simon Xu wrote:
> Remove "device show" from btrfs man page as it's not supported by the
> btrfs utility.
> ---
>   man/btrfs.8.in | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/man/btrfs.8.in b/man/btrfs.8.in
> index 9222580..e663da2 100644
> --- a/man/btrfs.8.in
> +++ b/man/btrfs.8.in
> @@ -33,8 +33,6 @@ btrfs \- control a btrfs filesystem
>   .PP
>   \fBbtrfs\fP \fBdevice scan\fP\fI [--all-devices|<device> [<device>...]]\fP
>   .PP
> -\fBbtrfs\fP \fBdevice show\fP\fI [--all-devices|<uuid>|<label>]\fP
> -.PP
>   \fBbtrfs\fP \fBdevice add\fP\fI <device> [<device>...] <path> \fP
>   .PP
>   \fBbtrfs\fP \fBdevice delete\fP\fI <device> [<device>...] <path> \fP

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-22  5:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09  6:46 [PATCH] remove "device show" from btrfs man page Simon Xu
2013-01-09  7:14 ` Jeff Liu
2013-01-09  7:23   ` Simon Xu
2013-01-09  7:31   ` [PATCH V2] btrfs-progs: " Simon Xu
2013-01-22  5:41     ` XU Simon
2013-01-17 17:08   ` [PATCH] " David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).