Whamcloud - gitweb
ChangeLog, Makefile.in, configure.in:
[tools/e2fsprogs.git] / resize / resize2fs.8.in
1 .\" -*- nroff -*-
2 .\" Copyright 1997 by Theodore Ts'o.  All Rights Reserved.
3 .\" 
4 .TH RESIZE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
5 .SH NAME
6 resize2fs \- ext2 file system resizer
7 .SH SYNOPSIS
8 .B resize2fs
9 [
10 device
11 ]
12 .SH DESCRIPTION
13 The 
14 .B resize2fs
15 program will resize ext2 file systems.  It can be used to enlarge or
16 shrink an ext2 file system.
17 .br
18 .I device
19 is the special file corresponding to the device containing the ext2
20 file system (e.g /dev/hdXX).
21 .SH OPTIONS
22 .TP
23 .I -h
24 Displays a help message.
25 .SH AUTHOR
26 .B debugfs
27 was written by Theodore Ts'o <tytso@mit.edu>.
28 .SH SEE ALSO
29 .BR dumpe2fs (8),
30 .BR tune2fs (8), 
31 .BR e2fsck (8),
32 .BR mke2fs (8)