summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-03-27 12:48:56 +0300
committerVlad Glagolev2015-03-27 12:48:56 +0300
commitbe793a53183a4ae897a9df7f4a00080ca3593270 (patch)
tree0311881a04e9f8f9b34132588fb342f8be2db39b
parent98c4bd9e5789917297906e5a0c9c3b7bf927a89d (diff)
removed outdated manual and info pages
-rw-r--r--ChangeLog1
-rw-r--r--doc/castfs.890
-rw-r--r--doc/castfs.info109
3 files changed, 1 insertions, 199 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a449dd..fce02a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2015-03-27 Vlad Glagolev <stealth@sourcemage.org>
* doc/castfs-call-for-testers.html, doc/castfs-from-David-Brown.eml,
doc/castfs.tex: moved outdated files to doc/old
+ * doc/castfs.8, doc/castfs.info: removed outdated manual and info pages
2015-03-26 Vlad Glagolev <stealth@sourcemage.org>
* configure.ac: corrected FUSE_PREFIX substring; use proper flags for
diff --git a/doc/castfs.8 b/doc/castfs.8
deleted file mode 100644
index 9e134cf..0000000
--- a/doc/castfs.8
+++ /dev/null
@@ -1,90 +0,0 @@
-'\" t
-.\" Manual page created with latex2man on Tue Mar 25 17:24:02 PDT 2008
-.\" NOTE: This file is generated, DO NOT EDIT.
-.de Vb
-.ft CW
-.nf
-..
-.de Ve
-.ft R
-
-.fi
-..
-.TH "MAN" "8" "2008/03/23" "Sorcery Tools " "Sorcery Tools "
-.SH NAME
-
-castfs: A FUSE filesystem driver useful for staging
-package installations.
-.PP
-.SH SYNOPSIS
-
-.PP
-castfs
-\fI<mount\-point>\fP
-\fI\-o stage=<dir>\fP
-.PP
-.SH DESCRIPTION
-
-.PP
-castfs
-is a FUSE driver that stages a \fIspell\fP
-for installation. FUSE support must be built into
-the kernel and the fuse module inserted
-(modprobe fuse).
-.PP
-.SH OPTIONS
-
-.PP
-.TP
-\fB\-o stage=\fP\fIdir\fP
- Include the non\-optional staging directory
-.PP
-.TP
-\fB\-\-help, \-h\fP
- display this help
-.PP
-.TP
-\fB\-\-version, \-v\fP
- display version
-.PP
-.SH ENVIRONMENT
-
-.TP
-\fBCASTFS_LOGFILE\fP
- User selected log file
-.PP
-.TP
-\fBCASTFS_DBGLVL\fP
- User specified debug level
-.PP
-.SH EXAMPLES
-
-.PP
-.TP
-\fBcastfs $HOME/mnt \-o stage=$HOME/stage\fP
- Mounts / on $HOME/mnt and duplicates all changes in $HOME/stage.
-.PP
-.TP
-\fBCASTFS_LOGFILE=$HOME/tmp/logfile && CASTFS_DBGLVL=5 &&\fP
- \fBcastfs $HOME/mnt \-o stage=$HOME/stage\fP
-.br
-Mounts / on $HOME/mnt and duplicates all changes in $HOME/stage.
-Logging file set to $HOME/tmp/logfile. Debug level=5.
-.PP
-.SH VERSION
-
-.PP
-Version: 0.6.0 of 2008/03/23\&.
-.PP
-.SH AUTHOR
-
-Author: David Brown
-.br
-Maintainer: Dale E. Edmons
-.br
-.PP
-.SH SEE ALSO
-
-fusermount, fuse
-.PP
-.\" NOTE: This file is generated, DO NOT EDIT.
diff --git a/doc/castfs.info b/doc/castfs.info
deleted file mode 100644
index 7486c9b..0000000
--- a/doc/castfs.info
+++ /dev/null
@@ -1,109 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-@c %**start of header
-@setfilename man.info
-@settitle man
-@c %**end of header
-@c Manual page created with latex2man on Tue Mar 25 17:24:02 PDT 2008>
-@c NOTE: This file is generated, DO NOT EDIT.
-@dircategory Man-pages
-@direntry
-* Man: (man). Its Man-Page
-@end direntry
-@titlepage
-@title man
-@subtitle Sorcery Tools
-@author linuxfan
-@end titlepage
-@node Top, Description, (dir), (dir)
-@top man
-castfs: A FUSE filesystem driver useful for staging
-package installations.
-
-@section Synopsis
-
-
-castfs
-@var{<mount-point>}
-@var{-o stage=<dir>}
-
-@menu
-* Description::
-* Options::
-* Environment::
-* Examples::
-* Version::
-* Author::
-* See Also::
-@end menu
-@node Description, Options, Top, Top
-@section Description
-
-
-castfs
-is a FUSE driver that stages a @var{spell}
-for installation. FUSE support must be built into
-the kernel and the fuse module inserted
-(modprobe fuse).
-
-@node Options, Environment, Description, Top
-@section Options
-
-
-@table @samp
-
-@item -o stage=@var{dir}
-Include the non-optional staging directory
-
-@item --help, -h
-display this help
-
-@item --version, -v
-display version
-
-@end table
-
-@node Environment, Examples, Options, Top
-@section Environment
-
-@item CASTFS_LOGFILE
-User selected log file
-
-@item CASTFS_DBGLVL
-User specified debug level
-
-@node Examples, Version, Environment, Top
-@section Examples
-
-
-@item castfs $HOME/mnt -o stage=$HOME/stage
-Mounts / on $HOME/mnt and duplicates all changes in $HOME/stage.
-
-@item CASTFS_LOGFILE=$HOME/tmp/logfile && CASTFS_DBGLVL=5 &&
-castfs $HOME/mnt -o stage=$HOME/stage
-@*
-Mounts / on $HOME/mnt and duplicates all changes in $HOME/stage.
-Logging file set to $HOME/tmp/logfile. Debug level=5.
-
-@node Version, Author, Examples, Top
-@section Version
-
-
-Version: 0.6.0 of 2008/03/23.
-
-@node Author, See Also, Version, Top
-@section Author
-
-@table @samp
-Author: David Brown@*
-
-Maintainer: Dale E. Edmons@*
-
-@end table
-
-@node See Also, , Author, Top
-@section See Also
-
-fusermount, fuse
-
-@bye
-@c NOTE: This file is generated, DO NOT EDIT.