diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-23 16:52:02 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-23 20:20:06 +0100 |
commit | 0a45d4bad485b6f27833a1a57cffbaae63407f98 (patch) | |
tree | 1c0c6c9d4e938fcf5ff95cb46042f6a7085f6d18 | |
parent | 672c48f15d86f7acd2e6e96c91256245b25e4bd5 (diff) | |
download | guix-0a45d4bad485b6f27833a1a57cffbaae63407f98.tar.gz |
doc: Wrap $localstatedir in Texinfo syntax.
* doc/guix.texi (Limitations): Use @file syntax.
-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 a515f13bf2..e25692fd27 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1558,7 +1558,7 @@ but it would be preferable to define socket rules for only this label. @code{guix gc} cannot access arbitrary links to profiles. By design, the file label of the destination of a symlink is independent of the file label of the link itself. Although all profiles under -$localstatedir are labelled, the links to these profiles inherit the +@file{$localstatedir} are labelled, the links to these profiles inherit the label of the directory they are in. For links in the user’s home directory this will be @code{user_home_t}. But for links from the root user’s home directory, or @file{/tmp}, or the HTTP server’s working |