Fixed return type of __syscall() in synopsis.
Don't quote "..." in synopsis. Quoting here is unnecessary and unusual.
This commit is contained in:
parent
1fd2a774d4
commit
d154848cd1
@ -42,9 +42,9 @@
|
||||
.Fd #include <sys/syscall.h>
|
||||
.Fd #include <unistd.h>
|
||||
.Ft int
|
||||
.Fn syscall "int number" "..."
|
||||
.Ft int
|
||||
.Fn __syscall "quad_t number" "..."
|
||||
.Fn syscall "int number" ...
|
||||
.Ft off_t
|
||||
.Fn __syscall "quad_t number" ...
|
||||
.Sh DESCRIPTION
|
||||
.Fn Syscall
|
||||
performs the system call whose assembly language
|
||||
|
Loading…
Reference in New Issue
Block a user