Enabled new manual entries for ntfsprogs utilities
There were no manual entries so far for ntfswipe, ntfsdecrypt, ntfstruncate and ntfsfallocate.edge.strict_endians
parent
5d5d9f5b98
commit
9325fa3ca6
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue