From d69d8e4c7355cfd86b632f8ea7d76929eb835880 Mon Sep 17 00:00:00 2001 From: Michael Paik Date: Fri, 16 Jan 2015 00:51:04 -0500 Subject: [PATCH 1/2] DOCS-4676 - work already done, minor tweaks --- source/reference/command/touch.txt | 2 +- source/release-notes/2.8-compatibility.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/reference/command/touch.txt b/source/reference/command/touch.txt index a741baf8280..dbdc91db6dc 100644 --- a/source/reference/command/touch.txt +++ b/source/reference/command/touch.txt @@ -62,7 +62,7 @@ Storage Engines .. versionchanged:: 2.8.0 -If the current storage engine does *not* support :dbcommand:`touch`, +If the current storage engine does not support :dbcommand:`touch`, the :dbcommand:`touch` command will return an error. The ``mmapv1`` storage engine supports :dbcommand:`touch`. diff --git a/source/release-notes/2.8-compatibility.txt b/source/release-notes/2.8-compatibility.txt index 335d112ae2c..b287bf227b3 100644 --- a/source/release-notes/2.8-compatibility.txt +++ b/source/release-notes/2.8-compatibility.txt @@ -67,13 +67,13 @@ Support for ``touch`` Command ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If a storage engine does not support the :dbcommand:`touch`, then the -:dbcommand:`touch` command will return an error: - -- The WiredTiger storage engine *does not* support the - :dbcommand:`touch`. +:dbcommand:`touch` command will return an error. - The MMAPv1 storage engine supports :dbcommand:`touch`. +- The WiredTiger storage engine *does not* support + :dbcommand:`touch`. + Dynamic Record Allocation ~~~~~~~~~~~~~~~~~~~~~~~~~ From f9c7f198daf1f2f62235638bec963fc9097a4c0a Mon Sep 17 00:00:00 2001 From: Michael Paik Date: Fri, 16 Jan 2015 00:53:35 -0500 Subject: [PATCH 2/2] DOCS-4676 - making touch reference consistent with compatibility notes --- source/reference/command/touch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/command/touch.txt b/source/reference/command/touch.txt index dbdc91db6dc..685b4b70176 100644 --- a/source/reference/command/touch.txt +++ b/source/reference/command/touch.txt @@ -65,6 +65,6 @@ Storage Engines If the current storage engine does not support :dbcommand:`touch`, the :dbcommand:`touch` command will return an error. -The ``mmapv1`` storage engine supports :dbcommand:`touch`. +The MMAPv1 storage engine supports :dbcommand:`touch`. -The ``wiredTiger`` storage engine does *not* support :dbcommand:`touch`. +The WiredTiger storage engine does *not* support :dbcommand:`touch`.