1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.TH VCFLIB 1 "April 16, 2001"
.SH NAME
vcflib \- runs various programs using libvcflib
.SH SYNOPSIS
.B vcflib
\fIprogram\fR [arguments]
.SH DESCRIPTION
This manual page documents briefly the
.B vcflib
wrapper to the libvcflib programs.
This manual page was written for the Debian GNU/Linux distribution
because the original program did not have a manual page.
.PP
\fBvcflib\fP is just a wrapper that invokes the various programs
that are part of the libvcflib source. If you call these without
any argument each tool will print its help page.
.PP
If you call \fBvcflib\fR without any tool argument it prints a list
of tools.
.P
If you set your your PATH to
.IP
export PATH=$PATH:/usr/lib/vcflib/bin
.P
you can call all tools directly without the \fBvcflib\fR wrapper.
.SH AUTHOR
This manual page was written by Andreas Tille <tille@debian.org>
for the Debian GNU/Linux system (but may be used by others).
|