diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-03-02 15:04:21 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-03-02 15:04:21 +0000 |
commit | 825c9ecb5ab08b22c1a752104a3120bec7c1a272 (patch) | |
tree | 33dfd290dbe4cff10108253aad4495e75a98abd3 /share | |
parent | 469d2e4496ca3cad51fb8f797527f026cec85c75 (diff) |
remove the remaining mentions of sys/compat/*; ok deraadt@ millert@ jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/files.conf.5 | 8 | ||||
-rw-r--r-- | share/man/man9/syscall.9 | 16 |
2 files changed, 10 insertions, 14 deletions
diff --git a/share/man/man5/files.conf.5 b/share/man/man5/files.conf.5 index 272ee07d381..648508c0972 100644 --- a/share/man/man5/files.conf.5 +++ b/share/man/man5/files.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: files.conf.5,v 1.22 2015/10/01 20:44:49 jmc Exp $ +.\" $OpenBSD: files.conf.5,v 1.23 2016/03/02 15:04:20 naddy Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: October 1 2015 $ +.Dd $Mdocdate: March 2 2016 $ .Dt FILES.CONF 5 .Os .Sh NAME @@ -348,10 +348,6 @@ in the kernel configuration file does not fit in the specified range. Rules for architecture-dependent files, for the .Dq machine architecture. -.It Pa sys/compat/emul/files.emul -Rules for the -.Dq emul -operating system or subsystem emulation. .It Pa sys/dev/class/files.class Rules for the .Dq class diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9 index 4a75e17380d..0cd21950d55 100644 --- a/share/man/man9/syscall.9 +++ b/share/man/man9/syscall.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syscall.9,v 1.11 2014/11/15 14:41:03 bentley Exp $ +.\" $OpenBSD: syscall.9,v 1.12 2016/03/02 15:04:20 naddy Exp $ .\" .\" Copyright (c) 2003 Michael Shalayeff .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 15 2014 $ +.Dd $Mdocdate: March 2 2016 $ .Dt SYSCALL 9 .Os .Sh NAME @@ -229,17 +229,17 @@ to a value desired. a .Xr sh 1 script for generating C files out of the syscall master file; -.It Pa sys/{kern,compat/*}/syscalls.conf +.It Pa sys/kern/syscalls.conf a configuration file for the shell script above; -.It Pa sys/{kern,compat/*}/syscalls.master +.It Pa sys/kern/syscalls.master master files describing names and numbers for the system calls; -.It Pa sys/{kern/,compat/*/*_}syscalls.c +.It Pa sys/kern/syscalls.c system call names lists; -.It Pa sys/{kern/init,compat/*/*}_sysent.c +.It Pa sys/kern/init_sysent.c system call switch tables; -.It Pa sys/{sys/,compat/*/*_}syscallargs.h +.It Pa sys/sys/syscallargs.h system call argument lists; -.It Pa sys/{sys/,compat/*/*_}syscall.h +.It Pa sys/sys/syscall.h system call numbers; .It Pa sys/sys/syscall_mi.h Machine-independent syscall entry end return handling. |