summaryrefslogtreecommitdiffstats
path: root/doc/tools/bmenu/bmenu2.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-06 15:12:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-06 15:12:43 +0000
commit7c69a43f50caf5df79c2265bd0fe1bd5fd341cf0 (patch)
treea932fdf3620a4cc2be2bcf9d48b7e81062c3e2be /doc/tools/bmenu/bmenu2.c
parent2011-12-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7c69a43f50caf5df79c2265bd0fe1bd5fd341cf0.tar.bz2
2011-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1793/doc * Makefile.am, configure.ac, bmenu/bmenu2.c: Convert from texi2www to texi2html. * texi2www/ChangeLog, texi2www/Makefile.am, texi2www/dir-arrow.gif, texi2www/missing-arrow.gif, texi2www/next-arrow.gif, texi2www/prev-arrow.gif, texi2www/texi2dvi, texi2www/texi2www, texi2www/texi2www.texi, texi2www/up-arrow.gif: Removed.
Diffstat (limited to 'doc/tools/bmenu/bmenu2.c')
-rw-r--r--doc/tools/bmenu/bmenu2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tools/bmenu/bmenu2.c b/doc/tools/bmenu/bmenu2.c
index edd9311a8e..01ffe893ae 100644
--- a/doc/tools/bmenu/bmenu2.c
+++ b/doc/tools/bmenu/bmenu2.c
@@ -12,7 +12,7 @@
* + previous of the first node
* + next of the last node
*
- * COPYRIGHT (c) 1988-2002.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
@@ -777,7 +777,7 @@ void BuildTexinfoNodes( void )
if ( menu_items == 0 ) {
new_line = AllocateLine();
- strcpy( new_line->Contents, "@ifinfo" );
+ strcpy( new_line->Contents, "" ); /* "@ifinfo" ); */
_Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
new_line = AllocateLine();
@@ -808,7 +808,7 @@ continue_menu_loop:
_Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
new_line = AllocateLine();
- strcpy( new_line->Contents, "@end ifinfo" );
+ strcpy( new_line->Contents, "" ); /* "@end ifinfo" ); */
_Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
}