doc: Fix a typo.
* doc/guix.texi (operating-system Reference): Fix a typo & sigh. Reported by Jakub Kądziołka <kuba@kadziolka.net>.
This commit is contained in:
parent
d98e0a27a7
commit
6376cb34b1
1 changed files with 3 additions and 3 deletions
|
@ -11967,9 +11967,9 @@ at @file{/run/current-system/profile}. Each element is either a package
|
||||||
variable or a package/output tuple. Here's a simple example of both:
|
variable or a package/output tuple. Here's a simple example of both:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(cons* git ; the default "out" output
|
(cons* git ; the default "out" output
|
||||||
(git "send-email") ; another output of git
|
(list git "send-email") ; another output of git
|
||||||
%base-packages) ; the default set
|
%base-packages) ; the default set
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
The default set includes core utilities and it is good practice to
|
The default set includes core utilities and it is good practice to
|
||||||
|
|
Reference in a new issue