syscall.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-30 11:09:33 +01:00
parent 9f9a9b76c8
commit ddbe84e64e
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ Every architecture has its own way of invoking and passing arguments to the
kernel.
The details for various architectures are listed in the two tables below.
The first table lists the instruction used to transition to kernel mode,
The first table lists the instruction used to transition to kernel mode
(which might not be the fastest or best way to transition to the kernel,
so you might have to refer to
.BR vdso (7)),