home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.gnus
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!twinsun.COM!eggert
- From: eggert@twinsun.COM (Paul Eggert)
- Subject: gnus 3.14.1 problem: bad info pointers in gnus.texinfo
- Message-ID: <9301042213.AA09255@farside.twinsun.com>
- Sender: daemon@cis.ohio-state.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 4 Jan 1993 22:13:20 GMT
- Lines: 49
-
- The command `makeinfo gnus.texinfo -o gnus' reports the following errors:
-
- Making info file `gnus' from `gnus.texinfo'.
- ./gnus.texinfo:341: Node `Acknowledgments''s Next field not pointed back to.
- ./gnus.texinfo:364: This node (`Introduction') is the one with the bad `Prev'.
-
- Here is a patch.
-
- ===================================================================
- RCS file: gnus.texinfo,v
- retrieving revision 3.14
- retrieving revision 3.14.1.1
- diff -c -r3.14 -r3.14.1.1
- *** gnus.texinfo 1991/07/24 13:01:21 3.14
- --- gnus.texinfo 1993/01/04 22:10:16 3.14.1.1
- ***************
- *** 80,86 ****
- @page
-
- @ifinfo
- ! @node Top, Introduction,, (DIR)
-
- The GNUS Newsreader
- *******************
- --- 80,86 ----
- @page
-
- @ifinfo
- ! @node Top,,, (DIR)
-
- The GNUS Newsreader
- *******************
- ***************
- *** 361,367 ****
- sent comments, suggestions, and bug fixes. Thanks also go to Richard
- Stallman and the Free Software Foundation for their good work.
-
- ! @node Introduction, Installation, Top, Top
- @unnumbered Introduction
-
- GNUS is a program for reading and writing USENET news using GNU Emacs.
- --- 361,367 ----
- sent comments, suggestions, and bug fixes. Thanks also go to Richard
- Stallman and the Free Software Foundation for their good work.
-
- ! @node Introduction, Installation, Acknowledgments, Top
- @unnumbered Introduction
-
- GNUS is a program for reading and writing USENET news using GNU Emacs.
-