From 1edc6fbc9aceaa796ffacb5e94d78fdd434008a1 Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Fri, 17 Dec 2010 09:31:34 +0100 Subject: [PATCH] Removed 'libntfs' manpage. (We may want to create a 'libntfs-3g' manpage using this one as a template later.) --- libntfs/libntfs.8.in | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 libntfs/libntfs.8.in diff --git a/libntfs/libntfs.8.in b/libntfs/libntfs.8.in deleted file mode 100644 index f908f7cb..00000000 --- a/libntfs/libntfs.8.in +++ /dev/null @@ -1,34 +0,0 @@ -.\" Copyright (c) 2007 Yura Pakhuchiy -.\" This file may be copied under the terms of the GNU Public License. -.TH LIBNTFS 8 "September 2007" "ntfsprogs @VERSION@" -.SH NAME -libntfs \- library for accessing and managing NTFS volumes -.SH OVERVIEW -\fBlibntfs\fR is GPL licensed library for accessing and managing NTFS volumes. -It is used by\fB ntfsprogs\fR and some other projects. -.SH ACCESSING ENCRYPTED FILES -Programs that uses\fB libntfs\fR can transparently access encrypted files on -NTFS volumes if\fB libntfs\fR was compiled with \fB--enable-crypto\fR option -(it depends on\fB libgcrypt\fR,\fB GNU TLS\fR and \fBlibconfig\fR) and user -wrote configuration file. Configuration file should be placed in -\fB/etc/libntfs/config\fR or \fB$(HOME)/.libntfs/config\fR and contain list -of .PFX key files (see ntfsprogs-/libntfs/config in ntfsprogs source -tarball for sample configuration file). Key files can be created/exported -using\fB cipher\fR tool under windows. -.SH AUTHORS -\fBlibntfs\fR was written by Anton Altaparmakov, Richard Russon, Szabolcs Szakacsits, Yuval Fledel and Yura Pakhuchiy. -.SH AVAILABILITY -The \fBntfsprogs\fR can be downloaded from: -.br -.nh -http://www.linux\-ntfs.org/content/view/19/37 -.hy -.sp -These manual pages can be viewed online at: -.br -.nh -http://man.linux-ntfs.org/ -.hy -.SH SEE ALSO -.BR ntfsprogs (8), -.BR libntfs\-gnomevfs (8)