diff --git a/doc/codecs.texi b/doc/codecs.texi
index 2bb60595c9332f23fc188a09a1279b2bcb9834c0..35068c701c12b2eb01490f0ca68060520259ca02 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -71,7 +71,9 @@ Force low delay.
 @item global_header
 Place global headers in extradata instead of every keyframe.
 @item bitexact
-Use only bitexact stuff (except (I)DCT).
+Only write platform-, build- and time-independent data. (except (I)DCT).
+This ensures that file and data checksums are reproducable and match between
+platforms. Its primary use is for regression testing.
 @item aic
 Apply H263 advanced intra coding / mpeg4 ac prediction.
 @item cbp
diff --git a/doc/formats.texi b/doc/formats.texi
index bdae84232e3a7303a84d4bf92126eef3ac69bf30..bca8924ebe3ae58b3d9c528e97bc8b95e618ac3c 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -56,7 +56,9 @@ Enable RTP MP4A-LATM payload.
 @item nobuffer
 Reduce the latency introduced by optional buffering
 @item bitexact
-Only write binary portable, build and time independant data.
+Only write platform-, build- and time-independent data.
+This ensures that file and data checksums are reproducable and match between
+platforms. Its primary use is for regression testing.
 @end table
 
 @item seek2any @var{integer} (@emph{input})