diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-09-06 08:46:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 08:46:06 -0400 |
commit | 83f99a380b3230092906cd7d2b847b8fcc9723f4 (patch) | |
tree | 7abdf4536370d61c5c95a8086be27e7a6ad5cc32 | |
parent | 964d186e5d7e2ec19b9409df01674ea82e8aa6c7 (diff) | |
parent | 2b3a17820f202ea2108184a399f3c573ca11c1b9 (diff) |
Merge pull request #8928 from cafkafk/patch-2
Fix globals.hh typo
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 7009f6bb8..cf10edebd 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -554,7 +554,7 @@ public: R"( This option determines the maximum size of the `tmpfs` filesystem mounted on `/dev/shm` in Linux sandboxes. For the format, see the - description of the `size` option of `tmpfs` in mount8. The default + description of the `size` option of `tmpfs` in mount(8). The default is `50%`. )"}; |