diff options
Diffstat (limited to 'manual/startup.texi')
-rw-r--r-- | manual/startup.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/startup.texi b/manual/startup.texi index 4fa66d5566..d5695bf7d0 100644 --- a/manual/startup.texi +++ b/manual/startup.texi @@ -625,7 +625,7 @@ anyway. @comment unistd.h @comment ??? -@deftypefun {long int} syscall (long int @var{sysno}, ...) +@deftypefun {long int} syscall (long int @var{sysno}, @dots{}) @code{syscall} performs a generic system call. |