diff options
Diffstat (limited to 'fsck')
-rw-r--r-- | fsck/Makefile.am | 4 | ||||
-rw-r--r-- | fsck/fsck.8 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fsck/Makefile.am b/fsck/Makefile.am index 203d36b0..b0949e25 100644 --- a/fsck/Makefile.am +++ b/fsck/Makefile.am @@ -3,8 +3,8 @@ include $(top_srcdir)/config/include-Makefile.am sbin_PROGRAMS = fsck dist_man_MANS = fsck.8 -fsck_SOURCES = base_device.c fsck.c fsck.h ../lib/ismounted.c \ - ../lib/fsprobe.c ../lib/canonicalize.c +fsck_SOURCES = base_device.c fsck.c fsck.h $(top_srcdir)/lib/ismounted.c \ + $(top_srcdir)/lib/fsprobe.c $(top_srcdir)/lib/canonicalize.c fsck_LDADD = fsck_CFLAGS = $(AM_CFLAGS) diff --git a/fsck/fsck.8 b/fsck/fsck.8 index fd1e7e23..027fb3fe 100644 --- a/fsck/fsck.8 +++ b/fsck/fsck.8 @@ -354,7 +354,7 @@ option as of this writing. .SH AUTHOR Theodore Ts'o (tytso@mit.edu) .SH AVAILABILITY -The blkid command is part of the util-linux-ng package and is available from +The fsck command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. .SH FILES .IR /etc/fstab . |