diff options
author | WHR <[email protected]> | 2022-05-03 20:07:04 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-05-04 11:44:12 -0700 |
commit | a894ae75b817631e49cf8a23f3f9b432bd31296e (patch) | |
tree | c6b26155c80f0d23743a7563905bc64c8fc8f96c /man/man8/zfs-program.8 | |
parent | c55b2932878c444e1bc627a7071787a0e5023d63 (diff) |
Fix incorrect use of unit prefix names in man pages
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Damian Szuberski <[email protected]>
Signed-off-by: WHR <[email protected]>
Closes #13363
Diffstat (limited to 'man/man8/zfs-program.8')
-rw-r--r-- | man/man8/zfs-program.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zfs-program.8 b/man/man8/zfs-program.8 index 100cba03e..06415b219 100644 --- a/man/man8/zfs-program.8 +++ b/man/man8/zfs-program.8 @@ -73,7 +73,7 @@ The default limit is 10 million instructions, and it can be set to a maximum of Memory limit, in bytes. If a channel program attempts to allocate more memory than the given limit, it will be stopped and an error returned. -The default memory limit is 10 MB, and can be set to a maximum of 100 MB. +The default memory limit is 10 MiB, and can be set to a maximum of 100 MiB. .El .Pp All remaining argument strings will be passed directly to the Lua script as |