diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vfio-user.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/vfio-user.rst b/docs/vfio-user.rst index e0c331c..46b2081 100644 --- a/docs/vfio-user.rst +++ b/docs/vfio-user.rst @@ -868,9 +868,9 @@ VFIO region info format The data structure it points is a VFIO cap header defined in ``<linux/vfio.h>``. * *size* is the size of the region. -* *offset* is the offset given to the mmap() system call for regions with the - MMAP attribute. It is also used as the base offset when mapping a VFIO - sparse mmap area, described below. +* *offset* is the offset that should be given to the mmap() system call for + regions with the MMAP attribute. It is also used as the base offset when + mapping a VFIO sparse mmap area, described below. The client sets the ``argsz`` field to indicate the maximum size of the response that the server can send, which must be at least the size of the |