diff options
Diffstat (limited to 'lib/libc/sys/sysarch.2')
-rw-r--r-- | lib/libc/sys/sysarch.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sysarch.2 b/lib/libc/sys/sysarch.2 index 1fa3de7f5b4..b1f56325a06 100644 --- a/lib/libc/sys/sysarch.2 +++ b/lib/libc/sys/sysarch.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysarch.2,v 1.9 2007/05/31 19:19:34 jmc Exp $ +.\" $OpenBSD: sysarch.2,v 1.10 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: sysarch.2,v 1.4 1995/02/27 12:38:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -30,7 +30,7 @@ .\" .\" from: @(#)syscall.2 6.3 (Berkeley) 3/10/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SYSARCH 2 .Os .Sh NAME @@ -51,7 +51,7 @@ pointer. is a pointer to a structure defining the actual arguments of the function. Symbolic constants and argument structures for the architecture-dependent functions can be found in the header file -.Ao Pa machine/sysarch.h Ac . +.In machine/sysarch.h . .Pp The .Fn sysarch |