diff options
author | 2015-09-10 17:55:21 +0000 | |
---|---|---|
committer | 2015-09-10 17:55:21 +0000 | |
commit | ec5cd23ef093063387ec1273d0c19047daa9c801 (patch) | |
tree | 18d91519647aaa980b9b1386ef2157b421bd1409 /lib/libc/sys/syscall.2 | |
parent | It is time to put inet6 on a diet. Use the flensing knife and cut out (diff) | |
download | wireguard-openbsd-ec5cd23ef093063387ec1273d0c19047daa9c801.tar.xz wireguard-openbsd-ec5cd23ef093063387ec1273d0c19047daa9c801.zip |
use .In rather than .Fd #include
Diffstat (limited to 'lib/libc/sys/syscall.2')
-rw-r--r-- | lib/libc/sys/syscall.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2 index 4dff0623f25..5fd7b99cf1e 100644 --- a/lib/libc/sys/syscall.2 +++ b/lib/libc/sys/syscall.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syscall.2,v 1.11 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: syscall.2,v 1.12 2015/09/10 17:55:21 schwarze Exp $ .\" $NetBSD: syscall.2,v 1.4 1995/02/27 12:38:53 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)syscall.2 8.1 (Berkeley) 6/16/93 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt SYSCALL 2 .Os .Sh NAME @@ -38,8 +38,8 @@ .Nm __syscall .Nd indirect system call .Sh SYNOPSIS -.Fd #include <sys/syscall.h> -.Fd #include <unistd.h> +.In sys/syscall.h +.In unistd.h .Ft int .Fn syscall "int number" "..." .Fn __syscall "quad_t number" "..." |