From owner-freebsd-doc@FreeBSD.ORG Sun Aug 1 18:40:04 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 223021065672 for ; Sun, 1 Aug 2010 18:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D90678FC15 for ; Sun, 1 Aug 2010 18:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o71Ie3gm041621 for ; Sun, 1 Aug 2010 18:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o71Ie3Kh041620; Sun, 1 Aug 2010 18:40:03 GMT (envelope-from gnats) Resent-Date: Sun, 1 Aug 2010 18:40:03 GMT Resent-Message-Id: <201008011840.o71Ie3Kh041620@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fernando Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28B82106564A for ; Sun, 1 Aug 2010 18:35:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 177C08FC20 for ; Sun, 1 Aug 2010 18:35:45 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o71IZiYX092330 for ; Sun, 1 Aug 2010 18:35:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o71IZitI092329; Sun, 1 Aug 2010 18:35:44 GMT (envelope-from nobody) Message-Id: <201008011835.o71IZitI092329@www.freebsd.org> Date: Sun, 1 Aug 2010 18:35:44 GMT From: Fernando To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/149182: Small error in linux(4) man page. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2010 18:40:04 -0000 >Number: 149182 >Category: docs >Synopsis: Small error in linux(4) man page. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 01 18:40:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Fernando >Release: 8.1-RELEASE >Organization: Open Sistemas >Environment: FreeBSD beastie 8.1-RELEASE FreeBSD 8.1-RELEASE #8: Tue Jul 27 18:32:02 CEST 2010 root@beastie:/usr/obj/usr/src/sys/APEKERNEL amd64 >Description: In the linux(4) man page is stated that in order to have linux ABI emulation, the following line must be included in the kernel configuration file: options COMPAT_LINUX The one above should be: options COMPAT_LINUX32 since 8.1-RELEASE >How-To-Repeat: man linux >Fix: A very simple patch is attached Patch attached with submission follows: --- /usr/src/share/man/man4/linux.4 2010-07-25 13:40:15.000000000 +0200 +++ linux.4 2010-08-01 20:23:46.000000000 +0200 @@ -35,7 +35,7 @@ place the following line in your kernel configuration file: .Bd -ragged -offset indent -.Cd "options COMPAT_LINUX" +.Cd "options COMPAT_LINUX32" .Ed .Pp Alternatively, to load the ABI as a >Release-Note: >Audit-Trail: >Unformatted: