To: jerry AT jvdsys DOT textlitho DOT nl (Jerry van Dijk) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: iostream documentation Date: Tue, 22 Nov 94 09:54:14 +0200 From: "Eli Zaretskii" > Why can't info read the iostream.inf documentation ? It says "Cannot > find node Top" although I can find no difference with the other files on Did you save this file with any DOS-based program, like editor? The version of Info which comes with DJGPP insists on having the lines of the info files to end with anly a Line-Feed (LF), it barfs if you have the usual DOS CR/LF pair. If you have the same problem with the original iostream.inf which came with DJGPP, then something is wrong with the way you invoked Info. If you invoke Info in the same directory the file iostream.inf resides, you should say something like ``info -d. -f iostream.inf''. Or, maybe your installation isn't right: the INFOPATH variable and the file DIR in the directory that variable points to.