diff mbox

remove "device show" from btrfs man page

Message ID 1357713972-1581-1-git-send-email-xu.simon@oracle.com (mailing list archive)
State New, archived
Headers show

Commit Message

Simon Xu Jan. 9, 2013, 6:46 a.m. UTC
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(-)

Comments

jeff.liu Jan. 9, 2013, 7:14 a.m. UTC | #1
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
> 

--
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-info.html
Simon Xu Jan. 9, 2013, 7:23 a.m. UTC | #2
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
--
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-info.html
David Sterba Jan. 17, 2013, 5:08 p.m. UTC | #3
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
--
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-info.html
diff mbox

Patch

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