From be1c3b1fda3a7d184475582a52c9353feb1b0c18 Mon Sep 17 00:00:00 2001 From: Andreas Philipp Date: Sun, 3 Jul 2011 00:26:40 +0200 Subject: update manpage entries for btrfs subvolume list Update the manpage entries for the btrfs subvolume list command to reflect the newly created additional option '-p'. Signed-off-by: Andreas Philipp Signed-off-by: Hugo Mills --- man/btrfs.8.in | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'man') diff --git a/man/btrfs.8.in b/man/btrfs.8.in index cb32679e..b31473b9 100644 --- a/man/btrfs.8.in +++ b/man/btrfs.8.in @@ -11,7 +11,7 @@ btrfs \- control a btrfs filesystem .PP \fBbtrfs\fP \fBsubvolume create\fP\fI [/]\fP .PP -\fBbtrfs\fP \fBsubvolume list\fP\fI \fP +\fBbtrfs\fP \fBsubvolume list\fP\fI [-p] \fP .PP \fBbtrfs\fP \fBsubvolume set-default\fP\fI \fP .PP @@ -93,14 +93,17 @@ Create a subvolume in \fI\fR (or in the current directory if \fI\fR is omitted). .TP -\fBsubvolume list\fR\fI \fR +\fBsubvolume list\fR\fI [-p] \fR List the subvolumes present in the filesystem \fI\fR. For every -subvolume is showed the subvolume ID (second column), -the ID of the \fItop level\fR -subvolume (fifth column), and the path (seventh column) relative to the -\fItop level\fR subvolume. -These may be used by the \fBsubvolume set-default\fR command, or at -mount time via the \fIsubvol=\fR option. +subvolume the following information is shown by default. +ID top level path +where path is the relative path of the subvolume to the \fItop level\fR +subvolume. +The subvolume's ID may be used by the \fBsubvolume set-default\fR command, or +at mount time via the \fIsubvol=\fR option. +If \fI-p\fR is given, then \fIparent \fR is added to the output between ID +and top level. The parent's ID may be used at mount time via the +\fIsubvolrootid=\fR option. .TP \fBsubvolume set-default\fR\fI \fR -- cgit v1.2.3