diff options
author | Martin Castillo <castilma@uni-bremen.de> | 2017-12-18 00:30:32 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-18 11:12:45 +0100 |
commit | 5a5d1a7f471d0f914f7d3448c9ce672f09c1cb70 (patch) | |
tree | a842614aec95013c7aa7e1afeb4a6c9f7ed67ca6 /doc | |
parent | 44233027243700e8a5a973149d51392262bd9833 (diff) | |
download | patches-5a5d1a7f471d0f914f7d3448c9ce672f09c1cb70.tar patches-5a5d1a7f471d0f914f7d3448c9ce672f09c1cb70.tar.gz |
doc: Fix typo.
* doc/guix.texi: remove double occurence of generations.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index cb6e6b1c6b..242e54fd15 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -18372,7 +18372,6 @@ system. A possibly empty list of @code{menu-entry} objects (see below), denoting entries to appear in the bootloader menu, in addition to the current system entry and the entry pointing to previous system generations. -generations. @item @code{default-entry} (default: @code{0}) The index of the default boot menu entry. Index 0 is for the entry of the |