diff options
| author | Alexander Ziaee <concussious@runbox.com> | 2024-06-08 08:30:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-06-28 00:32:05 +0000 |
| commit | 088cc7d221bb0743fc5ec12de983559b812366bd (patch) | |
| tree | 5a3895a2f0f7bed9beec697b1be4b95d24034833 /libexec | |
| parent | cfe55a8af81df098995143cf3a17f67f591f5dae (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.initdiskless | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.initdiskless b/libexec/rc/rc.initdiskless index a6820a546e55..a4c6c613b85a 100644 --- a/libexec/rc/rc.initdiskless +++ b/libexec/rc/rc.initdiskless @@ -204,7 +204,7 @@ handle_remount() { # $1 = mount point } # Create a generic memory disk. -# The 'auto' parameter will attempt to use tmpfs(5), falls back to md(4). +# The 'auto' parameter will attempt to use tmpfs(4), falls back to md(4). # $1 is size in 512-byte sectors, $2 is the mount point. mount_md() { if [ ${o_verbose} -gt 0 ] ; then |
