summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPeng Tao <bergwolf@gmail.com>2009-06-03 12:00:20 -0400
committerChris Mason <chris.mason@oracle.com>2009-06-03 12:15:40 -0400
commit0869c0ca7cbd996ccf337695cc0c8e3aa1447111 (patch)
treecbee4d2412e1fa3366f32484ffff9fff15d55e86 /man
parent3fb5c031fe582bcf6d4a0f91b9b8a3aeb1e2a8e1 (diff)
Add btrfs-show man page
Signed-off-by: Peng Tao <bergwolf@gmail.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile6
-rw-r--r--man/btrfs-show.8.in19
2 files changed, 24 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index b7a7340f..4e8893b2 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -6,7 +6,8 @@ bindir = $(prefix)/bin
mandir = $(prefix)/man
man8dir = $(mandir)/man8
-MANPAGES = mkfs.btrfs.8.gz btrfsctl.8.gz btrfsck.8.gz btrfs-image.8.gz
+MANPAGES = mkfs.btrfs.8.gz btrfsctl.8.gz btrfsck.8.gz btrfs-image.8.gz \
+ btrfs-show.8.gz
all: $(MANPAGES)
@@ -22,6 +23,9 @@ btrfsck.8.gz: btrfsck.8.in
btrfs-image.8.gz: btrfs-image.8.in
$(GZIP) -n -c btrfs-image.8.in > btrfs-image.8.gz
+btrfs-show.8.gz: btrfs-show.8.in
+ $(GZIP) -n -c btrfs-show.8.in > btrfs-show.8.gz
+
clean :
rm -f $(MANPAGES)
diff --git a/man/btrfs-show.8.in b/man/btrfs-show.8.in
new file mode 100644
index 00000000..cd341fc5
--- /dev/null
+++ b/man/btrfs-show.8.in
@@ -0,0 +1,19 @@
+.TH MKFS.BTRFS 8
+.SH NAME
+btrfs-show \- scan the /dev directory for btrfs partitions and print results.
+.SH SYNOPSIS
+.B btrfs-show
+.SH DESCRIPTION
+.B btrfs-show
+is used to scan the /dev directory for btrfs partitions and display brief
+information such as lable, uuid, etc of each btrfs partition.
+.SH OPTIONS
+none
+.SH AVAILABILITY
+.B btrfs-show
+is part of btrfs-progs. Btrfs is currently under heavy development,
+and not suitable for any uses other than benchmarking and review.
+Please refer to the btrfs wiki
+http://btrfs.wiki.kernel.org for further details.
+.SH SEE ALSO
+.BR btrfsck (8), btrfsctl (8), mkfs.btrfs (8), btrfs-image (8)