From 9325fa3ca6a4e66edc612680d654cbfcb177ea19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Wed, 25 Jun 2014 12:50:45 +0200 Subject: [PATCH] Enabled new manual entries for ntfsprogs utilities There were no manual entries so far for ntfswipe, ntfsdecrypt, ntfstruncate and ntfsfallocate. --- configure.ac | 4 ++++ ntfsprogs/Makefile.am | 3 ++- ntfsprogs/ntfsprogs.8.in | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9b953179..d1f7e10a 100644 --- a/configure.ac +++ b/configure.ac @@ -652,6 +652,10 @@ AC_CONFIG_FILES([ ntfsprogs/ntfsprogs.8 ntfsprogs/ntfsresize.8 ntfsprogs/ntfsundelete.8 + ntfsprogs/ntfsdecrypt.8 + ntfsprogs/ntfswipe.8 + ntfsprogs/ntfstruncate.8 + ntfsprogs/ntfsfallocate.8 src/Makefile src/ntfs-3g.8 src/ntfs-3g.probe.8 diff --git a/ntfsprogs/Makefile.am b/ntfsprogs/Makefile.am index 9abb67b4..cbc7ce50 100644 --- a/ntfsprogs/Makefile.am +++ b/ntfsprogs/Makefile.am @@ -25,7 +25,8 @@ QUARANTINED_PROGRAM_NAMES = ntfsdump_logfile ntfsmftalloc ntfsmove ntfsck \ man_MANS = mkntfs.8 ntfsfix.8 ntfslabel.8 ntfsinfo.8 \ ntfsundelete.8 ntfsresize.8 ntfsprogs.8 ntfsls.8 \ ntfsclone.8 ntfscluster.8 ntfscat.8 ntfscp.8 \ - ntfscmp.8 + ntfscmp.8 ntfswipe.8 ntfstruncate.8 \ + ntfsdecrypt.8 ntfsfallocate.8 EXTRA_MANS = CLEANFILES = $(EXTRA_PROGRAMS) diff --git a/ntfsprogs/ntfsprogs.8.in b/ntfsprogs/ntfsprogs.8.in index 7210a366..f00f5f49 100644 --- a/ntfsprogs/ntfsprogs.8.in +++ b/ntfsprogs/ntfsprogs.8.in @@ -47,8 +47,14 @@ perform a thorough check next time it boots. .BR ntfsresize (8) \- Resize NTFS without losing data. .PP +.BR ntfstruncate (8) +\- Truncate a file on an NTFS volume. +.PP .BR ntfsundelete (8) \- Recover deleted files from NTFS. +.PP +.BR ntfswipe (8) +\- Overwrite unused space on an NTFS volume. .SH AUTHORS .PP The tools were written by Anton Altaparmakov, Carmelo Kintana, Cristian Klein,