diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 158f4ed6cc3d82500547c94b59d226c7ba579f60..23ef668328ef56fa210e001ff8d90337bc692f00 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -823,7 +823,7 @@ ffmpeg -i INPUT -map 0 -map -0:a:1 OUTPUT
 
 To pick the English audio stream:
 @example
-avconv -i INPUT -map 0:m:language:eng OUTPUT
+ffmpeg -i INPUT -map 0:m:language:eng OUTPUT
 @end example
 
 Note that using this option disables the default mappings for this output file.
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 6ee6292c5f3ec1d3b39b189fcfd06b348a703a2a..6e6834cdfe817f7d4672f3aa0ba6b94093b0f68d 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -51,7 +51,7 @@ Matches streams with the metadata tag @var{key} having the specified value. If
 @var{value} is not given, matches streams that contain the given tag with any
 value.
 
-Note that in @command{avconv}, matching by metadata will only work properly for
+Note that in @command{ffmpeg}, matching by metadata will only work properly for
 input files.
 @end table