doc: Fix typo.

* doc/guix.texi (Invoking guix system, Invoking guix home):
Fix ‘are […] two month old’ typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-19 23:36:57 +02:00
parent d9c7a10b3d
commit 96c747cb29
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -33901,7 +33901,7 @@ guix system delete-generations
@end example @end example
You can also select the generations you want to delete. The example below You can also select the generations you want to delete. The example below
deletes all the system generations that are more than two month old: deletes all the system generations that are more than two months old:
@example @example
guix system delete-generations 2m guix system delete-generations 2m
@ -36059,7 +36059,7 @@ guix home delete-generations
@end example @end example
You can also select the generations you want to delete. The example below You can also select the generations you want to delete. The example below
deletes all the home generations that are more than two month old: deletes all the home generations that are more than two months old:
@example @example
guix home delete-generations 2m guix home delete-generations 2m