diff options
| author | Eugene Grosbein <eugen@FreeBSD.org> | 2025-12-09 14:57:10 +0000 |
|---|---|---|
| committer | Eugene Grosbein <eugen@FreeBSD.org> | 2025-12-09 14:57:10 +0000 |
| commit | b2f8d46d898fb50222aefca47d687a852c647b2f (patch) | |
| tree | 433804806550e9f3e5b98b79afeef03928f18265 | |
| parent | dbc4a1c69191909a7210cad6da46b755557d0d34 (diff) | |
trim.8: fix misprint
Grammar fix after previous commit.
MFC after: 1 week
X-MFC-with: dbc4a1c69191909a7210cad6da46b755557d0d34
| -rw-r--r-- | usr.sbin/trim/trim.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/trim/trim.8 b/usr.sbin/trim/trim.8 index 7c8f3b36d520..caef15d98c13 100644 --- a/usr.sbin/trim/trim.8 +++ b/usr.sbin/trim/trim.8 @@ -58,7 +58,7 @@ utility should not be used upon mounted file system or active devices being a part of imported ZFS pool or other software RAID, and the kernel does not permit such usage generally. If used upon not mounted file system -of inactive device, the +or inactive device, the .Nm utility erases blocks non-selectively, whether a block is occupied or not. Refer to the |
