summaryrefslogtreecommitdiff
path: root/man/btrfsck.8.in
diff options
context:
space:
mode:
authorGoldwyn Rodrigues <rgoldwyn@gmail.com>2009-01-21 13:22:49 -0500
committerChris Mason <chris.mason@oracle.com>2009-01-21 13:22:49 -0500
commite3b0f66bdedf27c00204f7c06739abb93244d826 (patch)
treed1047cd8b5159a5918a01579bfc63ad231803e17 /man/btrfsck.8.in
parentbdfb2fd0fa8b18dc1fb9d6e6b679a60facc6e937 (diff)
Add man/btrfsck.8.in and Makefile for man pages
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@gmail.com>
Diffstat (limited to 'man/btrfsck.8.in')
-rw-r--r--man/btrfsck.8.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/btrfsck.8.in b/man/btrfsck.8.in
new file mode 100644
index 00000000..400a0820
--- /dev/null
+++ b/man/btrfsck.8.in
@@ -0,0 +1,17 @@
+.TH BTRFSCK 8
+.SH NAME
+btrfsck \- check a btrfs filesystem
+.SH SYNOPSIS
+.B btrfsck \fI device\fP
+.SH DESCRIPTION
+\fBbtrfsck\fP is used to check a btrfs filesystem.
+\fIdevice\fP is the device file where the filesystem is stored.
+.SH AVAILABILITY
+.B btrfsck
+is part of btrfs-progs. Btrfs is currently under heavy development,
+and not suitable for 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 mkfs.btrfs (8)
+.BR btrfsctl (8)