From 028b6eedfbd24f79fc7e56767ba76b7cec4e1d7a Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sun, 23 Feb 1992 02:56:43 +0000
Subject: [PATCH] Documented -s switch.

---
 doc/man/dbck.8      | 12 ++++++++----
 doc/man/man8/dbck.8 | 12 ++++++++----
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/doc/man/dbck.8 b/doc/man/dbck.8
index 50114461b..968e0184c 100644
--- a/doc/man/dbck.8
+++ b/doc/man/dbck.8
@@ -1,4 +1,4 @@
-.\" $Id: dbck.8,v 1.6 1991/09/15 09:54:43 linus Exp $
+.\" $Id: dbck.8,v 1.7 1992/02/23 02:56:43 ceder Exp $
 .\" Copyright (C) 1991  Lysator Academic Computer Association.
 .\"
 .\" This file is part of the LysKOM server.
@@ -21,8 +21,8 @@
 .\"
 .\" Please mail bug reports to bug-lyskom@lysator.liu.se. 
 .\"
-.\" $Id: dbck.8,v 1.6 1991/09/15 09:54:43 linus Exp $
-.\" $Date: 1991/09/15 09:54:43 $
+.\" $Id: dbck.8,v 1.7 1992/02/23 02:56:43 ceder Exp $
+.\" $Date: 1992/02/23 02:56:43 $
 .TH dbck 8 "August 22, 1991"
 .SH NAME
 dbck - reports and corrects errors in the LysKOM database. This
@@ -33,7 +33,7 @@ program is also used remove unreferenced texts from the texts file.
 .B -D
 .I database-directory
 ] [
-.B -irvg
+.B -irvgs
 ]
 .SH DESCRIPTION
 This program should be run after something has happened that has made the
@@ -83,6 +83,10 @@ database.
 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.
+.TP
+.B \-s
+Gather statistics about the lengths of texts. A table containing
+the frequency of all lenghts that is currently used is printed.
 .SH NOTES
 The messages
 .I Conference <confno> has a bad Text-list. Starts with 0
diff --git a/doc/man/man8/dbck.8 b/doc/man/man8/dbck.8
index 50114461b..968e0184c 100644
--- a/doc/man/man8/dbck.8
+++ b/doc/man/man8/dbck.8
@@ -1,4 +1,4 @@
-.\" $Id: dbck.8,v 1.6 1991/09/15 09:54:43 linus Exp $
+.\" $Id: dbck.8,v 1.7 1992/02/23 02:56:43 ceder Exp $
 .\" Copyright (C) 1991  Lysator Academic Computer Association.
 .\"
 .\" This file is part of the LysKOM server.
@@ -21,8 +21,8 @@
 .\"
 .\" Please mail bug reports to bug-lyskom@lysator.liu.se. 
 .\"
-.\" $Id: dbck.8,v 1.6 1991/09/15 09:54:43 linus Exp $
-.\" $Date: 1991/09/15 09:54:43 $
+.\" $Id: dbck.8,v 1.7 1992/02/23 02:56:43 ceder Exp $
+.\" $Date: 1992/02/23 02:56:43 $
 .TH dbck 8 "August 22, 1991"
 .SH NAME
 dbck - reports and corrects errors in the LysKOM database. This
@@ -33,7 +33,7 @@ program is also used remove unreferenced texts from the texts file.
 .B -D
 .I database-directory
 ] [
-.B -irvg
+.B -irvgs
 ]
 .SH DESCRIPTION
 This program should be run after something has happened that has made the
@@ -83,6 +83,10 @@ database.
 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.
+.TP
+.B \-s
+Gather statistics about the lengths of texts. A table containing
+the frequency of all lenghts that is currently used is printed.
 .SH NOTES
 The messages
 .I Conference <confno> has a bad Text-list. Starts with 0
-- 
GitLab