From d154848cd19a29034c0d124cd714d96163363811 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 11 Apr 1997 18:54:05 +0000 Subject: [PATCH] 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 f3573667be82..f59f2d14b223 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