diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index c777b9371a635c7f820f4107a04a9bc2ddd1b1f6..c4fc49ed7254d9939cfa76b887b55b1cb6c87bab 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -1109,7 +1109,7 @@ valid results, then crashes.
 @chapter Developers Guide
 
 @section API
-@itemize
+@itemize @bullet
 @item libavcodec is the library containing the codecs (both encoding and
 decoding). Look at @file{libavcodec/apiexample.c} to see how to use it.
 
@@ -1214,7 +1214,6 @@ int myfunc(int my_parameter)
 fprintf and printf are forbidden in libavformat and libavcodec,
 please use av_log() instead.
 
-@node Development Policy
 @section Development Policy
 
 @enumerate