The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=663a704a58455087f83b4ab51ad7a572e6f03d5f
commit 663a704a58455087f83b4ab51ad7a572e6f03d5f Author: Mark Johnston <[email protected]> AuthorDate: 2024-04-05 15:14:28 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2024-04-05 15:14:28 +0000 VOP_BMAP.9: Typo MFC after: 1 week Sponsored by: Klara, Inc. --- share/man/man9/VOP_BMAP.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/VOP_BMAP.9 b/share/man/man9/VOP_BMAP.9 index 8db1d724e810..82dda716fd70 100644 --- a/share/man/man9/VOP_BMAP.9 +++ b/share/man/man9/VOP_BMAP.9 @@ -58,7 +58,7 @@ Return storage for the number of succeeding logical blocks that may be efficiently read at the same time as the requested block. This will usually be the number of logical blocks whose physical blocks are contiguously allocated. -However a file system is free to define "efficient" as it see fit. +However a file system is free to define "efficient" as it sees fit. .It Fa runb Like .Fa runp
