Re: Pod::Man name duplication

2003-12-09 Thread Russ Allbery
Eric S Raymond <[EMAIL PROTECTED]> writes: > If the POD maintainer is listening, it would be a good thing if POD > checked for and rejected multiple name lines, and name lines that don't > meet the form > name[, name]... \- description It's been on my to-do list for a while, but as a fairly

Re: Pod::Man name duplication

2003-12-09 Thread Eric S. Raymond
Sean M. Burke <[EMAIL PROTECTED]>: > Apparently a complaint about Pod::Man's output, and/or some man-to-docbook > program, and/or a man -k implementation. I don't know that it's pod2man that's the problem, in fact it seems more likely to me that there were multiple name lines in the original POD

Re: Pod::Man name duplication

2003-12-09 Thread Russ Allbery
Sean M Burke <[EMAIL PROTECTED]> writes: > Apparently a complaint about Pod::Man's output, and/or some > man-to-docbook program, and/or a man -k implementation. >> Problems with DynaLoader.3pm: >> 1. There are multiple name lines. This makes it impossible to translate >> the page to DocBook. It

Pod::Man name duplication

2003-12-09 Thread Sean M. Burke
Apparently a complaint about Pod::Man's output, and/or some man-to-docbook program, and/or a man -k implementation. Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm list-help: list-unsubscribe: list-post: Date:

Re: Char escapes

2003-12-09 Thread Sean M. Burke
At 08:12 AM 2003-12-05, Robert L Waldrop wrote: For example, if I put C< *junk* data = $b + $c > in my pod would I be able to tell pod converters to ignore the "*junk*"? Not as such. Or if I put in C< +MYFLAG+ = $b + $c > could I tell pod to replace "+MYFLAG+" with "data" or ? No. I'm curious, wh