From owner-freebsd-doc@FreeBSD.ORG Fri May 2 16:20:01 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 4E7E71065676 for ; Fri, 2 May 2008 16:20:01 +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 269528FC17 for ; Fri, 2 May 2008 16:20:01 +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 m42GK1VK086977 for ; Fri, 2 May 2008 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m42GK0RR086976; Fri, 2 May 2008 16:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 2 May 2008 16:20:00 GMT Resent-Message-Id: <200805021620.m42GK0RR086976@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 9C81D1065672 for ; Fri, 2 May 2008 16:11:35 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA698FC19 for ; Fri, 2 May 2008 16:11:34 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by fg-out-1718.google.com with SMTP id 13so2604032fge.35 for ; Fri, 02 May 2008 09:11:34 -0700 (PDT) Received: by 10.86.25.17 with SMTP id 17mr3735363fgy.65.1209744694003; Fri, 02 May 2008 09:11:34 -0700 (PDT) Received: from pgj@FreeBSD.org ( [80.98.116.90]) by mx.google.com with ESMTPS id g28sm5277994fkg.1.2008.05.02.09.11.32 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 May 2008 09:11:33 -0700 (PDT) Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Fri, 2 May 2008 18:11:31 +0200 Message-Id: <481b3d35.1c215e0a.1123.3606@mx.google.com> Date: Fri, 2 May 2008 18:11:31 +0200 From: "Gabor PALI" Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/123333: [patch] Replace Tags with List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2008 16:20:01 -0000 >Number: 123333 >Category: docs >Synopsis: [patch] Replace Tags with 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 02 16:20:00 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 found some misused tags in the FreeBSD Handbook, Section 18.3 (Adding Disks). I created a patch to change them to the more convenient tags. >How-To-Repeat: >Fix: --- disks.patch.1.diff begins here --- Index: chapter.sgml =================================================================== RCS file: /doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v retrieving revision 1.282 diff -u -r1.282 chapter.sgml --- chapter.sgml 25 Mar 2008 08:43:38 -0000 1.282 +++ chapter.sgml 2 May 2008 16:04:56 -0000 @@ -227,12 +227,12 @@ <application>fdisk</application> Partition Editor - Once inside fdisk, typing A will + Once inside fdisk, pressing A will use the entire disk for FreeBSD. When asked if you want to remain cooperative with any future possible operating systems, answer YES. Write the - changes to the disk using W. Now exit the - FDISK editor by typing q. Next you will be + changes to the disk using W. Now exit the + FDISK editor by pressing Q. Next you will be asked about the Master Boot Record. Since you are adding a disk to an already running system, choose None. @@ -262,8 +262,8 @@ sysinstall's Label editor favors the e partition for non-root, non-swap partitions. Within the - Label editor, create a single file system by typing - C. When prompted if this will be a FS + Label editor, create a single file system by pressing + C. When prompted if this will be a FS (file system) or swap, choose FS and type in a mount point (e.g, /mnt). When adding a disk in post-install mode, sysinstall @@ -272,8 +272,8 @@ you specify is not important. You are now ready to write the new label to the disk and - create a file system on it. Do this by typing - W. Ignore any errors from + create a file system on it. Do this by pressing + W. Ignore any errors from sysinstall that it could not mount the new partition. Exit the Label Editor and sysinstall completely. --- disks.patch.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: