From owner-freebsd-doc@FreeBSD.ORG Sat Apr 10 05:50:09 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B86E316A4CE for ; Sat, 10 Apr 2004 05:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BBB343D46 for ; Sat, 10 Apr 2004 05:50:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3ACo9bv056173 for ; Sat, 10 Apr 2004 05:50:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3ACo9RV056172; Sat, 10 Apr 2004 05:50:09 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 10 Apr 2004 05:50:09 -0700 (PDT) Resent-Message-Id: <200404101250.i3ACo9RV056172@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, Russell Francis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D2316A4CE for ; Sat, 10 Apr 2004 05:49:04 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 175F843D41 for ; Sat, 10 Apr 2004 05:49:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ACn372093921 for ; Sat, 10 Apr 2004 05:49:03 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i3ACn33l093920; Sat, 10 Apr 2004 05:49:03 -0700 (PDT) (envelope-from nobody) Message-Id: <200404101249.i3ACn33l093920@www.freebsd.org> Date: Sat, 10 Apr 2004 05:49:03 -0700 (PDT) From: Russell Francis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/65397: /usr/src/UPDATING incorrectly states the path in a cd command X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 12:50:09 -0000 >Number: 65397 >Category: docs >Synopsis: /usr/src/UPDATING incorrectly states the path in a cd command >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: Sat Apr 10 05:50:09 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Russell Francis >Release: 5.2.1 >Organization: >Environment: FreeBSD zoidberg 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #0 >Description: In the /usr/src/UPDATING file, the instructions for rebuilding the kernel when you know it won't mess anything up list a step cd ../../compile/KERNEL which should really be cd ../compile/KERNEL >How-To-Repeat: >Fix: --- /usr/src/UPDATING Sun Apr 4 21:51:58 2004 +++ UPDATING Sat Apr 10 07:46:41 2004 @@ -1346,7 +1346,7 @@ -------------------------------------------------------------- cd src/sys/{i386,alpha}/conf config KERNEL_NAME_HERE - cd ../../compile/KERNEL_NAME_HERE + cd ../compile/KERNEL_NAME_HERE make depend make make install >Release-Note: >Audit-Trail: >Unformatted: