A while back, while translating the User Reference Manual, the glossary entry for 'timecode', I noticed some technical error in the explanation, as seen here a screen capture of my local copy
where it said
Timecode: "A coded signal on videotape or film giving information about the frame number, time of recording, or exposure."
After searched online for the "exposure" part and confirmed my suspicion that a structure to store timecode could not be used for storing exposure values, I then went online, IRC at #blenderwiki, and consulted Bastien, we both came to the conclusion that there is an error in the definition, in Bastien's words "there is a typo" (typographical error). I then noticed that all other translations had been suspended, disallowed accesses (even today). I then took a look again at the definition of the 'timecode' and it has changed to:
Timecode
A coded signal on videotape or film giving information about the frame number and time the frame was recorded. Timecodes are used to sync media between different recording devices, including both audio and video.
(a much clearcut definition in my opinion). I suspected changes had been done to the SVN master repository but after checking my local, using
svn status -u
I only see two changes:
- 4431 manual/getting_started/installing/linux.rst
- 4431 manual/editors/graph_editor/introduction.rst
which was done recently
r4433 | brecht | 2018-09-12 08:46:00 +0100 (Wed, 12 Sep 2018) | 3 lines
Changed paths:
M /trunk/blender_docs/manual/getting_started/installing/linux.rst
and
r4432 | fanthomas | 2018-09-07 19:13:38 +0100 (Fri, 07 Sep 2018) | 1 line
Changed paths:
M /trunk/blender_docs/manual/editors/graph_editor/introduction.rst
There appears to be something fishy happening on the management of changes on the SVN.

