DocBook - kernel-doc error messages

Sam Ravnborg (sam@ravnborg.org)
Tue, 23 Jul 2002 21:14:24 +0200


While cleaning up the DocBook makefile I have seen the following errormessage
as produced by scripts/kernel-doc:

Use of uninitialized value in string ne at scripts/kernel-doc line 641, <IN> line 247.
Use of uninitialized value in string ne at scripts/kernel-doc line 661, <IN> line 247.
Use of uninitialized value in join or string at scripts/kernel-doc line 363, <IN> line 247.

Any brave perl guru that is able to hack kernel-doc to at least provide
a filename, to give a hint where to search?
Obviously a better approach would be to fix this error in kernel-doc.

The above output can be reproduced by the following command:

src/linux$ scripts/kernel-doc -docbook include/linux/skbuff.h > x

Sam

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/