From: Theodore Ts'o Date: Mon, 19 Jul 1999 15:40:49 +0000 (+0000) Subject: fsck.8.in: X-Git-Tag: E2FSPROGS-1_15~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b89122fca182036433d37fd76720cb00f5f1d31b;p=tools%2Fe2fsprogs.git fsck.8.in: Make clear the -- is optional. Makefile.in: Add makefile production for the findsuper program. We do not build it by default, however. --- diff --git a/misc/Makefile.in b/misc/Makefile.in index 9f6e612..f7387cb 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -48,6 +48,9 @@ DEPLIBS_E2P= $(LIBEXT2FS) $(LIBE2P) $(LIBCOM_ERR) all:: $(SPROGS) $(UPROGS) $(USPROGS) $(SMANPAGES) $(UMANPAGES) +findsuper: findsuper.o + $(CC) $(ALL_LDFLAGS) -o findsuper findsuper.o + tune2fs: $(TUNE2FS_OBJS) $(DEPLIBS_E2P) $(LIBUUID) $(CC) $(ALL_LDFLAGS) -o tune2fs $(TUNE2FS_OBJS) $(LIBS_E2P) $(LIBUUID) diff --git a/misc/fsck.8.in b/misc/fsck.8.in index 66dda96..c487365 100644 --- a/misc/fsck.8.in +++ b/misc/fsck.8.in @@ -13,7 +13,7 @@ fsck \- check and repair a Linux file system [ .B \-t .I fstype -] -- [ +] [\-\-] [ .B fsck-options ] .I filesys [ ... ]