summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-07-19 15:40:49 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-07-19 15:40:49 +0000
commitb89122fca182036433d37fd76720cb00f5f1d31b (patch)
treef6ba624e4d65e3531d2b754bdc13907a0a67f172 /misc
parentb55199eaf749c0d843955091ab6a9f4d0aca3213 (diff)
downloade2fsprogs-b89122fca182036433d37fd76720cb00f5f1d31b.tar.gz
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.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile.in3
-rw-r--r--misc/fsck.8.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in
index 9f6e6121..f7387cbd 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 66dda966..c487365b 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 [ ... ]