From: Theodore Ts'o Date: Sun, 18 Aug 2002 07:38:15 +0000 (-0400) Subject: Update version string for WIP release. X-Git-Tag: E2FSPROGS-1.28-WIP-0817~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d608df10047a4270c82d02937e85665c85f4039;p=thirdparty%2Fe2fsprogs.git Update version string for WIP release. --- diff --git a/misc/findfs.8.in b/misc/findfs.8.in new file mode 100644 index 000000000..d44cbc7a2 --- /dev/null +++ b/misc/findfs.8.in @@ -0,0 +1,33 @@ +.\" -*- nroff -*- +.\" Copyright 1993, 1994, 1995 by Theodore Ts'o. All Rights Reserved. +.\" This file may be copied under the terms of the GNU Public License. +.\" +.TH FINDFS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" +.SH NAME +findfs \- Find a filesystem by label or UUID +.SH SYNOPSIS +.B findfs +.BI LABEL= label +.sp +.B findfs +.BI UUID= uuid +.SH DESCRIPTION +.B findfs +will search the disks in the system looking for a filesystem which has +a label matching +.I label +or a UUID equal to +.IR uuid . +If the filesystem is found, the device name for the filesystem will +be printed on stdout. +.PP +.SH AUTHOR +.B findfs +was written by Theodore Ts'o (tytso@mit.edu). +.SH AVAILABILITY +.B findfs +is part of the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. +.SH SEE ALSO +.BR fsck (8) + diff --git a/version.h b/version.h index 43015d07e..f4e409e2d 100644 --- a/version.h +++ b/version.h @@ -7,4 +7,4 @@ */ #define E2FSPROGS_VERSION "1.28-WIP" -#define E2FSPROGS_DATE "26-Jun-2002" +#define E2FSPROGS_DATE "17-Aug-2002"