From f9e5924cbeb394b0cce411718af9fe5ada8727c1 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Fri, 8 Dec 2000 02:49:01 +0000 Subject: [PATCH] The osfulator can be compiled-in now: o add kernel option to the synopsis. o remove "only as module" from bugs. Reviewed by: sheldonh --- share/man/man4/man4.alpha/osf1.4 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/share/man/man4/man4.alpha/osf1.4 b/share/man/man4/man4.alpha/osf1.4 index 99c2802ae91d..7aa88bdd87ef 100644 --- a/share/man/man4/man4.alpha/osf1.4 +++ b/share/man/man4/man4.alpha/osf1.4 @@ -31,6 +31,9 @@ .Nm osf1 .Nd OSF/1 ABI support .Sh SYNOPSIS +To link OSF/1 ABI support into the kernel: +.Cd options COMPAT_OSF1 +.Pp To load the OSF/1 ABI support kernel module: .Dl kldload osf1 .Sh DESCRIPTION @@ -87,10 +90,6 @@ API, such as the JDK. OSF/1's pthreads library uses Mach system calls. Mach system calls would be very difficult to support in .Fx . -.Pp -Linking the -.Nm -module into the kernel statically is not supported. .Sh HISTORY OSF/1 ABI support first appeared in .Fx 4.0 .