diff options
author | Christina Sørensen <christina@cafkafk.com> | 2023-09-06 04:19:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 04:19:40 +0000 |
commit | 2b3a17820f202ea2108184a399f3c573ca11c1b9 (patch) | |
tree | ebdf44b949645acee5a9c70ef26839ef7d820b5e /src/libstore/globals.hh | |
parent | acc50e184578b7a5d4f9404e84241373baffc9fc (diff) |
Fix globals.hh typo
Diffstat (limited to 'src/libstore/globals.hh')
-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%`. )"}; |