From 8da5ad6e3eba8a175a3d1630d1e41e1572cfb82c Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 11 Apr 1997 18:54:05 +0000 Subject: Fixed return type of __syscall() in synopsis. Don't quote "..." in synopsis. Quoting here is unnecessary and unusual. --- lib/libc/sys/syscall.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2 index f357366..f59f2d1 100644 --- a/lib/libc/sys/syscall.2 +++ b/lib/libc/sys/syscall.2 @@ -42,9 +42,9 @@ .Fd #include .Fd #include .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 -- cgit v1.1