From b95155c0666c5f9893916c364ee8fc81c51b53d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 12 Nov 2024 11:22:28 +0100 Subject: [PATCH] docs: random: Use past tense as this backend is long gone For an event that happend at a definite time in the past, past simple is the right tense. Suggested-by: Josh Soref (josref) --- docs/backends/random.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/backends/random.rst b/docs/backends/random.rst index 016c0a2c49c8..045a71c11655 100644 --- a/docs/backends/random.rst +++ b/docs/backends/random.rst @@ -2,7 +2,7 @@ Random Backend ============== .. deprecated:: 4.6.0 - This backend has been removed in 4.6.0 + This backend was removed in 4.6.0 * Native: Yes * Primary: No @@ -20,14 +20,14 @@ Random Backend * Module name: random * Launch: ``random`` -This is a very silly backend which is discussed in the :doc:`Backends -writer's guide <../appendices/backend-writers-guide>`. -as a demonstration on how to write a PowerDNS backend. +This used to be a very silly backend which is still discussed in the +:doc:`Backends writer's guide <../appendices/backend-writers-guide>`. as a +demonstration on how to write a PowerDNS backend. -This backend knows about only one hostname, and only about its IP -address at that. With every query, a new random IP address is generated. +This backend knew about only one hostname, and only about its IP +address at that. With every query, a new random IP address was generated. -It only makes sense to load the random backend in combination with a +It only made sense to load the random backend in combination with a regular backend. This can be done by prepending it to the :ref:`setting-launch` instruction, such as ``launch=random,gmysql``.