search for: 63a0039

Displaying 1 result from an estimated 1 matches for "63a0039".

Did you mean: 630039
2009 Jan 13
0
[btrfs-progs 3/4] Add man/btrfsck.8.in and Makefile for man pages
...gz: btrfsck.8.in + $(GZIP) -n -c btrfsck.8.in > btrfsck.8.gz + +clean : + rm -f $(MANPAGES) + +install: $(MANPAGES) + $(INSTALL) -m755 -d $(DESTDIR)$(man8dir) + $(INSTALL) -m 644 $(MANPAGES) $(DESTDIR)$(man8dir) diff --git a/man/btrfsck.8.in b/man/btrfsck.8.in new file mode 100644 index 0000000..63a0039 --- /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 AVA...