From b89122fca182036433d37fd76720cb00f5f1d31b Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 19 Jul 1999 15:40:49 +0000 Subject: [PATCH] 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. --- misc/Makefile.in | 3 +++ misc/fsck.8.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 [ ... ] -- 1.8.3.1