From 139c9a2d6d3ee95a8ad81d20e1f72dcde2d2bbcf Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 26 May 2020 20:39:31 +0100 Subject: [PATCH] Fix incorrect examples in graphic protocol Examples in `Deleting images` section were incorrect. --- docs/graphics-protocol.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index b3a574baf..536d79e9d 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -389,10 +389,10 @@ Value of ``d`` Meaning Some examples:: - _Ga=d\ # delete all visible images - _Ga=d,i=10\ # delete the image with id=10 - _Ga=Z,z=-1\ # delete the images with z-index -1, also freeing up image data - _Ga=P,x=3,y=4\ # delete all images that intersect the cell at (3, 4) + _Ga=d\ # delete all visible images + _Ga=d,d=i,i=10\ # delete the image with id=10, without freeing data + _Ga=d,d=Z,z=-1\ # delete the images with z-index -1, also freeing up image data + _Ga=d,d=p,x=3,y=4\ # delete all images that intersect the cell at (3, 4), without freeing data Image persistence and storage quotas ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~