diff options
author | Leo Famulari <leo@famulari.name> | 2017-11-01 17:13:03 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-01 17:14:09 -0400 |
commit | fff236aa03e5f1d5d4e186a636c665eb6a905161 (patch) | |
tree | ccd9ddc1266e69da22cf10fd92dc6b69e0083625 /doc/guix.texi | |
parent | 88b35013b77167141fe5ed83edad6ff606f2013e (diff) | |
download | patches-fff236aa03e5f1d5d4e186a636c665eb6a905161.tar patches-fff236aa03e5f1d5d4e186a636c665eb6a905161.tar.gz |
doc: Fix typo in documentation of 'guix graph'.
* doc/guix.texi (Invoking guix graph): Fix typo.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e4ba15cd2e..983d0e52e4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6686,7 +6686,7 @@ dependencies. @item bag-with-origins Similar to @code{bag}, but also showing origins and their dependencies. -@item derivations +@item derivation This is the most detailed representation: It shows the DAG of derivations (@pxref{Derivations}) and plain store items. Compared to the above representation, many additional nodes are visible, including |