From abe61ffc1d7aa65507ee4517eda7b1af9dafd295 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 22 May 2020 10:52:21 +0200 Subject: [PATCH] syscall.9: Adjust for the makesyscalls.sh changes. --- share/man/man9/syscall.9 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9 index eae9f4e185..bf791d29e2 100644 --- a/share/man/man9/syscall.9 +++ b/share/man/man9/syscall.9 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd February 7, 2018 +.Dd May 22, 2020 .Dt SYSCALL 9 .Os .Sh NAME @@ -77,14 +77,10 @@ included, but don't define the syscall number; included, but don't define the syscall args structure; .It NOPROTO implemented elsewhere; -.It COMPAT -a compatibility system call, only included if the corresponding -option is configured for the kernel. .El .El .Pp -The rest of the line for the STD, NODEF, NOARGS, and COMPAT -types is: +The rest of the line for the STD, NODEF, and NOARGS types is: .Pp .D1 Cd { pseudo-proto } [alias] .Pp -- 2.11.4.GIT