diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-10-31 00:19:45 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-31 00:51:06 +0200 |
commit | 971a69d8e33bf3fe37755798b142b18515ad6e06 (patch) | |
tree | ef1dcbeb6fc579a200d36d34268b6d037f740558 /doc | |
parent | 7711a6c3f41b0791f9fac60d31954f5ce478b7b8 (diff) | |
download | guix-971a69d8e33bf3fe37755798b142b18515ad6e06.tar.gz |
doc: Avoid misuse of @ref.
* doc/guix.texi (Declaring the Home Environment): Avoid @ref in the middle of a sentence.
Diffstat (limited to 'doc')
-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 c78dbdc451..9206c0d907 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35896,7 +35896,7 @@ There is no daemon (at least not necessarily) related to a home service, a home service is just an element that is used to declare part of home environment and extend other parts of it. The extension mechanism discussed in the previous chapter (@pxref{Defining Services}) should not -be confused with @ref{Shepherd Services}. Using this extension +be confused with Shepherd services (@pxref{Shepherd Services}). Using this extension mechanism and some Scheme code that glues things together gives the user the freedom to declare their own, very custom, home environments. |