Whamcloud - gitweb
fsck.8.in:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jul 1999 15:40:49 +0000 (15:40 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jul 1999 15:40:49 +0000 (15:40 +0000)
  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
misc/fsck.8.in

index 9f6e612..f7387cb 100644 (file)
@@ -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)
 
index 66dda96..c487365 100644 (file)
@@ -13,7 +13,7 @@ fsck \- check and repair a Linux file system
 [
 .B \-t
 .I fstype
-] -- [
+] [\-\-] [
 .B fsck-options
 ]
 .I filesys [ ... ]