tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* support another man.conf(5) format or extending it
@ 2014-11-24 12:50 Baptiste Daroussin
  2014-11-27  0:43 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Baptiste Daroussin @ 2014-11-24 12:50 UTC (permalink / raw)
  To: tech


[-- Attachment #1.1: Type: text/plain, Size: 639 bytes --]

Hi all,

While working on integrating mandoc(1) into FreeBSD I have not yet integrated
apropos and makewhatis because of the difference of format of man.conf(5).

Will you be against that I modifiy the man.conf(5) parser so that is does
support a minimum set of the FreeBSD's man.conf(5) ?
BAsically I'm think about mostly:

MANCONFIG
MANPATH

Here is the manpage of FreeBSD's version of man.conf(5)

Btw I think I'll try to make FreeBSD tracking the CVS version of mdocml rather
than the releases now because the CVS version works way better for me :)

Btw here is a small patch to fix build when HAVE_MANPATH is set.

Best regards,
Bapt

[-- Attachment #1.2: manpath-havemanpath.diff --]
[-- Type: text/x-diff, Size: 480 bytes --]

Index: manpath.c
===================================================================
RCS file: /cvs/mdocml/manpath.c,v
retrieving revision 1.18
diff -u -r1.18 manpath.c
--- manpath.c	18 Nov 2014 19:41:47 -0000	1.18
+++ manpath.c	24 Nov 2014 11:26:19 -0000
@@ -80,7 +80,7 @@
 	if ( ! ferror(stream) && feof(stream) &&
 			bsz && '\n' == buf[bsz - 1]) {
 		buf[bsz - 1] = '\0';
-		manpath_parseline(dirs, buf);
+		manpath_parseline(dirs, buf, 1);
 	}
 
 	free(buf);

[-- Attachment #2: Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-27  0:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-24 12:50 support another man.conf(5) format or extending it Baptiste Daroussin
2014-11-27  0:43 ` Ingo Schwarze

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).