Date: Tue, 10 Dec 2024 02:39:10 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8cee8527d09f - main - vm_map(9): grammar corrections Message-ID: <202412100239.4BA2dAHp073339@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=8cee8527d09f47e503264dbe2a02506aa24de8b9 commit 8cee8527d09f47e503264dbe2a02506aa24de8b9 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-12-10 02:38:23 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-12-10 02:38:23 +0000 vm_map(9): grammar corrections Noted by: alc Sponsored by: The FreeBSD Foundation --- share/man/man9/vm_map.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/vm_map.9 b/share/man/man9/vm_map.9 index 39242dd6b2b8..9f41a24541b1 100644 --- a/share/man/man9/vm_map.9 +++ b/share/man/man9/vm_map.9 @@ -104,7 +104,7 @@ There are waiters for the map busy status. Indicates if a thread is waiting for an allocation within the map. Used only by system maps. .It Va MAP_SYSTEM_MAP -If set, ndicates that map is a system map; otherwise, it belongs +If set, indicates that the map is the system map; otherwise, it belongs to a user process. .El .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412100239.4BA2dAHp073339>