mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
docs: ioctl-number: fix a typo in ioctl-number.rst
"userspace" was misspelled as "userpace". Signed-off-by: Gabriel Whigham <gabewhigham@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260130042131.51975-1-gabewhigham@gmail.com>
This commit is contained in:
parent
c0f612f8bc
commit
1482f61ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ macros defined in <linux/ioctl.h>:
|
|||
====== ===========================
|
||||
_IO none
|
||||
_IOW write (read from userspace)
|
||||
_IOR read (write to userpace)
|
||||
_IOR read (write to userspace)
|
||||
_IOWR write and read
|
||||
====== ===========================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue