summaryrefslogtreecommitdiff
path: root/debian/man/checkndx.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/man/checkndx.1')
-rw-r--r--debian/man/checkndx.174
1 files changed, 74 insertions, 0 deletions
diff --git a/debian/man/checkndx.1 b/debian/man/checkndx.1
new file mode 100644
index 0000000..06de473
--- /dev/null
+++ b/debian/man/checkndx.1
@@ -0,0 +1,74 @@
+.\"Created with GNOME Manpages Editor Wizard
+.\"http://sourceforge.net/projects/gmanedit2
+.TH XBASE64-TOOLS 1 "August 2, 2014" "" "xbase tools"
+
+.SH NAME
+checkidx, copydbf, dbfutil, dbfxtrct, deletall, dumphdr, packdbf, reindex, undelall, zap \- a collection of tools for xbase database files
+
+.SH SYNOPSIS
+.B checkndx
+.RI \fIdbf_file\fR
+.RI \fIindex_file\fR
+.br
+.B copydbf
+.RI \fIfilaname1\fR
+.RI \fIfilename2\fR
+.br
+.B dbfutil
+.br
+.B dbfxtrct
+.RI \-i\fIdbf_file\fR
+.RI \-s\fIindex_file\fR
+.RI [\fI\-f\fR]
+.RI [\fI\-F\fR]
+.RI [\fI\-dMM/DD/YY\fR]
+.br
+.B deletall
+.RI \fIdbf_file\fR
+.br
+.B dumphdr
+.RI \fIdbf_file\fR
+.br
+.B dumprecs
+.RI \fIdbf_file\fR
+.br
+.B packdbf
+.RI \fIdbf_file\fR
+.br
+.B reindex
+.RI \fIdbf_file\fR
+.RI \fIindex_file\fR
+.br
+.B undelall
+.RI \fIdbf_file\fR
+.br
+.B zap
+.RI \fIdbf_name\fR
+.br
+
+.SH DESCRIPTION
+This manual page explains the
+.B xbase64 tools
+programs. This programs are a set of tools for testing and manipulating xbase database files.
+
+.SH OPTIONS
+.B
+.IP -dbf_file
+The filename of the xbase database.
+.B
+.IP -index_file
+The filename of the index file.
+.B
+.IP -filename{1,2}
+Source and destination of the xbase database.
+.B
+.IP -f
+optional field name list in first record
+.B
+.IP -F
+optional field name and attributes in first record
+.B
+.IP -dMM/DD/YY
+MM/DD/YY is an optional output date format for any date fields
+
+