summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-04-07 22:47:32 +0200
committerLudovic Courtès <ludo@gnu.org>2015-04-07 22:47:32 +0200
commit391bdd8f7f6db2873647e566f5a5570b4eb59c62 (patch)
tree06dd91cd907afc5fe3f4847db4748a33e39e02de /doc
parent710b4928c85f0b489608fce30142842db17ce1b0 (diff)
downloadguix-391bdd8f7f6db2873647e566f5a5570b4eb59c62.tar.gz
doc: Mention that the current generation is not deleted.
* doc/guix.texi (Invoking guix package): Mention that the current
  generation is not deleted.  This is a followup to d26eb84.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index f1dea45f1d..85e8243015 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1142,9 +1142,8 @@ When @var{pattern} is specified, delete the matching generations.  When
 specified duration match.  For instance, @code{--delete-generations=1m}
 deletes generations that are more than one month old.
 
-If the current generation matches, it is deleted atomically---i.e., by
-switching to the previous available generation.  Note that the zeroth
-generation is never deleted.
+If the current generation matches, it is @emph{not} deleted.  Also, the
+zeroth generation is never deleted.
 
 Note that deleting generations prevents roll-back to them.
 Consequently, this command must be used with care.