Details
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/man/man9/vm_map_protect.9 | ||
---|---|---|
55–56 | I think it's fine to leave this as "sets". I assume you changed it because the function does not necessarily set both. Because it's entirely dependent on the function's arguments I think it's still reasonable to say sets. To me "may set" implies that vm_map_protect will itself decide if one/both will be set. | |
84 | Perhaps "are not allowed to"? As is (and before your change) it seems unclear to me whether this is something the caller must take care not to violate, or that the function disallows. | |
97 | Maybe something like | |
115 | "The map does not allow ..." I think is clearer | |
116 | Drop If as above, "Both new protection and..." |