tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Kristaps Dzonsons <kristaps@bsd.lv>
To: tech@mdocml.bsd.lv
Subject: Re: mandocdb(8) fixes
Date: Wed, 30 Nov 2011 22:09:50 +0100	[thread overview]
Message-ID: <4ED69B9E.30209@bsd.lv> (raw)
In-Reply-To: <4ED698E9.6090002@bsd.lv>

> P.S., I noticed that mandoc.db grows a little each time `-d' is run over
> it with the same keys (mandoc.index does not). I'll look carefully to
> see if we're letting anything stay in there.

Being more specific (I meant mandoc.index, not .db):

% ./mandocdb -d . *.[1-9] && ls -l mandoc.index mandoc.db
-rw-r--r--  1 kristaps  staff  16384 30 Nov 22:08 mandoc.db
-rw-r--r--  1 kristaps  staff    887 30 Nov 22:08 mandoc.index
% ./mandocdb -d . *.[1-9] && ls -l mandoc.index mandoc.db
-rw-r--r--  1 kristaps  staff  16384 30 Nov 22:08 mandoc.db
-rw-r--r--  1 kristaps  staff    903 30 Nov 22:08 mandoc.index
% ./mandocdb -d . *.[1-9] && ls -l mandoc.index mandoc.db
-rw-r--r--  1 kristaps  staff  16384 30 Nov 22:08 mandoc.db
-rw-r--r--  1 kristaps  staff    919 30 Nov 22:08 mandoc.index
--
 To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv

  reply	other threads:[~2011-11-30 21:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-30 20:58 Kristaps Dzonsons
2011-11-30 21:09 ` Kristaps Dzonsons [this message]
2011-12-01 23:24 ` Ingo Schwarze

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ED69B9E.30209@bsd.lv \
    --to=kristaps@bsd.lv \
    --cc=tech@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).