From: Martin Str|mberg Message-Id: <200007122051.WAA24993@father.ludd.luth.se> Subject: Re: Making entries in the function index of libc.tex In-Reply-To: <200007121958.WAA07785@mailgw1.netvision.net.il> from Eli Zaretskii at "Jul 12, 2000 10:58:41 pm" To: djgpp-workers AT delorie DOT com Date: Wed, 12 Jul 2000 22:51:45 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Eli Zaretskii: > > From: Martin Str|mberg > > Date: Wed, 12 Jul 2000 18:48:29 +0200 (MET DST) > > > > My *rand48 functions are documented in a single .txh page, which > > results in one entry in the alphabetical listing. I'd like to have > > each one of the functions appear in the index (which then points to > > the same, one and only page). Is this easily attainable? > > I don't see any way of doing this except if you change mkdoc.cc. > > Why would you want to do that, in this single case, anyway? There are > quite a few other functions that are documented as a family: spawn*, > _far*, to name a few. It's a little worse for *rand48 than for e. g. spawn*: the wildcard is in the front. If you're looking for "spawnl", your are looking at "spawn" and you'll quickly find "spawn*", whereas if you're looking for erand48, you'll be looking at "endpwent" and "errno", not finding "rand48". Right, MartinS