add declaration of <syscall.h>
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 17 Apr 1986 09:41:36 +0000 (01:41 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 17 Apr 1986 09:41:36 +0000 (01:41 -0800)
SCCS-vsn: lib/libc/sys/syscall.2 6.2

usr/src/lib/libc/sys/syscall.2

index 7a5c816..d461336 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)syscall.2   6.1 (Berkeley) %G%
+.\"    @(#)syscall.2   6.2 (Berkeley) %G%
 .\"
 .TH SYSCALL 2 ""
 .UC 4
 .\"
 .TH SYSCALL 2 ""
 .UC 4
@@ -10,6 +10,9 @@
 syscall \- indirect system call
 .SH SYNOPSIS
 .nf
 syscall \- indirect system call
 .SH SYNOPSIS
 .nf
+.ft B
+#include <syscall.h>
+.PP
 .BR "syscall(number, arg, ...)" \  \  (VAX-11)
 .fi
 .SH DESCRIPTION
 .BR "syscall(number, arg, ...)" \  \  (VAX-11)
 .fi
 .SH DESCRIPTION
@@ -23,6 +26,8 @@ and
 .I r1
 and further arguments
 .IR arg .
 .I r1
 and further arguments
 .IR arg .
+Symbolic constants for system calls can be found in the header file
+.I <syscall.h>.
 .PP
 The r0 value of the system call is returned.
 .SH DIAGNOSTICS
 .PP
 The r0 value of the system call is returned.
 .SH DIAGNOSTICS