Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2010 07:02:09 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r211169 - stable/8/share/man/man4
Message-ID:  <201008110702.o7B729WN072306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bschmidt
Date: Wed Aug 11 07:02:08 2010
New Revision: 211169
URL: http://svn.freebsd.org/changeset/base/211169

Log:
  MFC r210959:
  Obviously the option is known as COMPAT_LINUX32 on amd64.
  
  PR:		docs/149182
  Pointed out by:	Fernando <fernando.apesteguia at gmail.com>

Modified:
  stable/8/share/man/man4/linux.4
Directory Properties:
  stable/8/share/man/man4/   (props changed)

Modified: stable/8/share/man/man4/linux.4
==============================================================================
--- stable/8/share/man/man4/linux.4	Wed Aug 11 06:49:29 2010	(r211168)
+++ stable/8/share/man/man4/linux.4	Wed Aug 11 07:02:08 2010	(r211169)
@@ -31,13 +31,18 @@
 .Nm linux
 .Nd Linux ABI support
 .Sh SYNOPSIS
-To compile support for this ABI into the kernel,
+To compile support for this ABI into an i386 kernel
 place the following line in your
 kernel configuration file:
 .Bd -ragged -offset indent
 .Cd "options COMPAT_LINUX"
 .Ed
 .Pp
+for an amd64 kernel use:
+.Bd -ragged -offset indent
+.Cd "options COMPAT_LINUX32"
+.Ed
+.Pp
 Alternatively, to load the ABI as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008110702.o7B729WN072306>