From 6415b73086dd814559836c7192c0a30d43df0cab Mon Sep 17 00:00:00 2001
From: Linus Tolke Y <linus@lysator.liu.se>
Date: Thu, 22 Aug 1991 19:55:33 +0000
Subject: [PATCH] Initial revision

---
 doc/man/dbck.8      | 42 ++++++++++++++++++++++++++++++++++++++++++
 doc/man/man8/dbck.8 | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)
 create mode 100644 doc/man/dbck.8
 create mode 100644 doc/man/man8/dbck.8

diff --git a/doc/man/dbck.8 b/doc/man/dbck.8
new file mode 100644
index 000000000..8b7d42573
--- /dev/null
+++ b/doc/man/dbck.8
@@ -0,0 +1,42 @@
+.\" $Id: dbck.8,v 1.1 1991/08/22 19:55:33 linus Exp $
+.\" $Date: 1991/08/22 19:55:33 $
+.TH dbck 8 "August 22, 1991"
+.SH NAME
+dbck - checks and fixes the database up, removes unreferenced texts
+from the texts file.
+.SH SYNOPSIS
+.B /usr/lyskom/bin/dbck 
+[
+.B -Dirvg
+]
+.SH DESCRIPTION
+This program is run after something has happened that has made the
+database corrupted.
+.PP
+It fixes the database, checking all references, rewriting the file
+with all the text.
+.SH OPTIONS
+.TP
+.BI \-D " database directory"
+Use the database in the
+.I database directory
+as the target of the checkup.
+.TP
+.B \-i
+Run interactively asking the user questions.
+.TP
+.B \-r
+Repair simple errors without asking.
+.TP
+.B \-v
+Verbose mode. Report not only errors but other statuses of the
+database.
+.TP
+.B \-g
+Do the garbage collect of the texts part of the database. This is
+sometimes called a compression of the text but it only removes
+non-referenced texts.
+.SH BUGS
+.SH AUTHOR
+Per Cederqvist <ceder@lysator.liu.se>
+
diff --git a/doc/man/man8/dbck.8 b/doc/man/man8/dbck.8
new file mode 100644
index 000000000..8b7d42573
--- /dev/null
+++ b/doc/man/man8/dbck.8
@@ -0,0 +1,42 @@
+.\" $Id: dbck.8,v 1.1 1991/08/22 19:55:33 linus Exp $
+.\" $Date: 1991/08/22 19:55:33 $
+.TH dbck 8 "August 22, 1991"
+.SH NAME
+dbck - checks and fixes the database up, removes unreferenced texts
+from the texts file.
+.SH SYNOPSIS
+.B /usr/lyskom/bin/dbck 
+[
+.B -Dirvg
+]
+.SH DESCRIPTION
+This program is run after something has happened that has made the
+database corrupted.
+.PP
+It fixes the database, checking all references, rewriting the file
+with all the text.
+.SH OPTIONS
+.TP
+.BI \-D " database directory"
+Use the database in the
+.I database directory
+as the target of the checkup.
+.TP
+.B \-i
+Run interactively asking the user questions.
+.TP
+.B \-r
+Repair simple errors without asking.
+.TP
+.B \-v
+Verbose mode. Report not only errors but other statuses of the
+database.
+.TP
+.B \-g
+Do the garbage collect of the texts part of the database. This is
+sometimes called a compression of the text but it only removes
+non-referenced texts.
+.SH BUGS
+.SH AUTHOR
+Per Cederqvist <ceder@lysator.liu.se>
+
-- 
GitLab