diff options
Diffstat (limited to 'share/man/man9/vm_map.9')
-rw-r--r-- | share/man/man9/vm_map.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vm_map.9 b/share/man/man9/vm_map.9 index 4491a26d4017..ca081cde42c4 100644 --- a/share/man/man9/vm_map.9 +++ b/share/man/man9/vm_map.9 @@ -101,7 +101,7 @@ Pointer to the underlying physical map with which this virtual map is associated. .It Va min_offset The minimum -.Va vm_offset_t +.Vt vm_offset_t in this map. Programs should never use .Va header.start @@ -114,7 +114,7 @@ and instead. .It Va max_offset The maximum -.Va vm_offset_t +.Vt vm_offset_t in this map. .El .Pp |