BSD 4_3_Reno release
[unix-history] / usr / src / lib / libc / sys / syscall.2
index 7a5c816..ad9456c 100644 (file)
@@ -2,14 +2,17 @@
 .\" 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) 4/16/86
 .\"
 .\"
-.TH SYSCALL 2 ""
+.TH SYSCALL 2 "April 16, 1986"
 .UC 4
 .SH NAME
 syscall \- indirect system call
 .SH SYNOPSIS
 .nf
 .UC 4
 .SH NAME
 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