From owner-freebsd-doc@FreeBSD.ORG Fri May 30 16:10:04 2008 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 7E5681065684 for ; Fri, 30 May 2008 16:10: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 6D4A08FC28 for ; Fri, 30 May 2008 16:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4UGA4xi068432 for ; Fri, 30 May 2008 16:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4UGA4IB068431; Fri, 30 May 2008 16:10:04 GMT (envelope-from gnats) Resent-Date: Fri, 30 May 2008 16:10:04 GMT Resent-Message-Id: <200805301610.m4UGA4IB068431@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, Gabor PALI Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98B711065672 for ; Fri, 30 May 2008 16:08:49 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 3742F8FC18 for ; Fri, 30 May 2008 16:08:48 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by nf-out-0910.google.com with SMTP id h3so48584nfh.33 for ; Fri, 30 May 2008 09:08:47 -0700 (PDT) Received: by 10.210.105.20 with SMTP id d20mr1389542ebc.146.1212163727572; Fri, 30 May 2008 09:08:47 -0700 (PDT) Received: from pgj@FreeBSD.org ( [80.99.205.120]) by mx.google.com with ESMTPS id 6sm2473776nfv.36.2008.05.30.09.08.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 May 2008 09:08:46 -0700 (PDT) Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Fri, 30 May 2008 18:08:44 +0200 Message-Id: <4840268e.0616300a.3e6d.ffffb3de@mx.google.com> Date: Fri, 30 May 2008 18:08:44 +0200 From: "Gabor PALI" Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/124136: [patch] Fix Markup in FAQ, Question 5.7 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor PALI List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 16:10:04 -0000 >Number: 124136 >Category: docs >Synopsis: [patch] Fix Markup in FAQ, Question 5.7 >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: Fri May 30 16:10:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gabor PALI >Release: FreeBSD 6.3-STABLE i386 >Organization: >Environment: System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386 >Description: I think markups enclosing make(1) commands should be tags rather than tags in the FreeBSD FAQ, Question 5.7. ``Why do my programs occasionally die with "Signal 11" errors?''. I attached a patch to fix this problem. >How-To-Repeat: >Fix: --- books.faq.patch.19.diff begins here --- Index: book.sgml =================================================================== RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.827 diff -u -r1.827 book.sgml --- book.sgml 27 May 2008 23:51:07 -0000 1.827 +++ book.sgml 29 May 2008 03:12:51 -0000 @@ -3029,11 +3029,11 @@ that the compiler is carrying out changes each time. - For example, suppose you are running make - buildworld, and the compile fails while trying to + For example, suppose you are running make + buildworld, and the compile fails while trying to compile ls.c into - ls.o. If you then run make - buildworld again, and the compile fails in the same + ls.o. If you then run make + buildworld again, and the compile fails in the same place then this is a broken build -- try updating your sources and try again. If the compile fails elsewhere then this is almost certainly hardware. --- books.faq.patch.19.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: