sys/compat/* is unhooked from the rest of the kernel and will go
away shortly.  This removes the remaining man page mentions I could
find.

Note: syscall.9 also mentions COMPAT_XX.  That appears to be a
generic feature in makesyscalls.sh (one not used by Linux compat),
so I'll leave it alone.


Index: share/man/man5/files.conf.5
===================================================================
RCS file: /cvs/src/share/man/man5/files.conf.5,v
retrieving revision 1.22
diff -u -p -r1.22 files.conf.5
--- share/man/man5/files.conf.5 1 Oct 2015 20:44:49 -0000       1.22
+++ share/man/man5/files.conf.5 1 Mar 2016 18:37:16 -0000
@@ -348,10 +348,6 @@ in the kernel configuration file does no
 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
Index: share/man/man9/syscall.9
===================================================================
RCS file: /cvs/src/share/man/man9/syscall.9,v
retrieving revision 1.11
diff -u -p -r1.11 syscall.9
--- share/man/man9/syscall.9    15 Nov 2014 14:41:03 -0000      1.11
+++ share/man/man9/syscall.9    1 Mar 2016 18:46:29 -0000
@@ -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.
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to