mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/fileSystems: fix mount(8) manpage links
This commit is contained in:
parent
f259802ac7
commit
15391ccd3e
1 changed files with 3 additions and 3 deletions
|
@ -300,7 +300,7 @@ in
|
|||
example = "32m";
|
||||
type = types.str;
|
||||
description = ''
|
||||
Size limit for the /dev tmpfs. Look at mount(8), tmpfs size option,
|
||||
Size limit for the /dev tmpfs. Look at {manpage}`mount(8)`, tmpfs size option,
|
||||
for the accepted syntax.
|
||||
'';
|
||||
};
|
||||
|
@ -310,7 +310,7 @@ in
|
|||
example = "256m";
|
||||
type = types.str;
|
||||
description = ''
|
||||
Size limit for the /dev/shm tmpfs. Look at mount(8), tmpfs size option,
|
||||
Size limit for the /dev/shm tmpfs. Look at {manpage}`mount(8)`, tmpfs size option,
|
||||
for the accepted syntax.
|
||||
'';
|
||||
};
|
||||
|
@ -320,7 +320,7 @@ in
|
|||
example = "256m";
|
||||
type = types.str;
|
||||
description = ''
|
||||
Size limit for the /run tmpfs. Look at mount(8), tmpfs size option,
|
||||
Size limit for the /run tmpfs. Look at {manpage}`mount(8)`, tmpfs size option,
|
||||
for the accepted syntax.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue