Fixed return type of __syscall() in synopsis.

Don't quote "..." in synopsis.  Quoting here is unnecessary and unusual.
This commit is contained in:
Bruce Evans 1997-04-11 18:54:05 +00:00
parent 1fd2a774d4
commit d154848cd1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24823

View File

@ -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