diff options
author | ru <ru@FreeBSD.org> | 2002-03-26 16:05:14 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-03-26 16:05:14 +0000 |
commit | f6da61bcc93f7a3dfe3b92947914827a66b64a24 (patch) | |
tree | 85683be1d530a7aea0bbd16f73a2bf218c21b316 /share/man/man4/joy.4 | |
parent | 124c6d3a2681db60183934e41d92ed78ad107c78 (diff) | |
download | FreeBSD-src-f6da61bcc93f7a3dfe3b92947914827a66b64a24.zip FreeBSD-src-f6da61bcc93f7a3dfe3b92947914827a66b64a24.tar.gz |
Install sys/security/lomac/*.h to /usr/include/security/lomac/.
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/.
PR: docs/29534
Install sys/netatm/*/*.h to /usr/include/netatm/*/.
Don't install compatibility symlinks for <machine/soundcard.h>
and <machine/joystick.h>. Three years is enough to be aware of
the change, and these weren't visible in the SHARED=symlinks
case.
Back out include/Makefile,v 1.160 that was a null change anyway
due to the bug in the path, and we now don't want to install
these headers because they would otherwise be invisible in the
SHARED=symlinks case.
Don't install IPFILTER headers. Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.
Resurrect SHARED=symlinks in Makefile.inc1.
PR: bin/28002
Prodded by: bde
MFC after: 2 weeks
Diffstat (limited to 'share/man/man4/joy.4')
-rw-r--r-- | share/man/man4/joy.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/joy.4 b/share/man/man4/joy.4 index 9f90628..78ce852 100644 --- a/share/man/man4/joy.4 +++ b/share/man/man4/joy.4 @@ -19,7 +19,7 @@ In .Cd hint.joy.0.at="isa" .Cd hint.joy.0.port="0x201" .Pp -.In machine/joystick.h +.In sys/joystick.h .Sh DESCRIPTION The joystick device driver allows applications to read the status of the PC joystick. |