@@ -187,6 +187,14 @@ Cross platform
187187 ..versionchanged ::3.9
188188:attr: `processor ` is resolved late instead of immediately.
189189
190+ ..function ::invalidate_caches()
191+
192+ Clear out the internal cache of information, such as the:func: `uname `.
193+ This is typically useful when the platform's:func: `node ` is changed
194+ by an external process and one needs to retrieve the updated value.
195+
196+ ..versionadded ::3.14
197+
190198
191199Windows platform
192200----------------
@@ -370,14 +378,3 @@ The following options are accepted:
370378You can also pass one or more positional arguments (``terse ``, ``nonaliased ``)
371379to explicitly control the output format. These behave similarly to their
372380corresponding options.
373-
374- Miscellaneous
375- -------------
376-
377- ..function ::invalidate_caches()
378-
379- Clear out the internal cache of information, such as the:func: `uname `.
380- This is typically useful when the platform's:func: `node ` is changed
381- by an external process and one needs to retrieve the updated value.
382-
383- ..versionadded ::3.14