From owner-freebsd-doc@FreeBSD.ORG Tue Sep 7 23:37:27 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24B8216A4CE; Tue, 7 Sep 2004 23:37:27 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2174643D1F; Tue, 7 Sep 2004 23:37:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i87NarqN038776; Tue, 7 Sep 2004 17:36:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 07 Sep 2004 17:37:21 -0600 (MDT) Message-Id: <20040907.173721.98858100.imp@bsdimp.com> To: drosih@rpi.edu From: "M. Warner Losh" In-Reply-To: References: <1094426835.767.50.camel@localhost> <20040907.132716.71088896.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: bmah@freebsd.org cc: freebsd-doc@freebsd.org Subject: Re: RFC: 5.3 Migration Guide 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: Tue, 07 Sep 2004 23:37:27 -0000 In message: Garance A Drosihn writes: : At 1:27 PM -0600 9/7/04, M. Warner Losh wrote: : > : >I'd also recommend having a 'script' that takes all these items : >and presents them w/o annotation. : : When writing the UPDATING.64BTT file, I wrote it such that: : : grep '#\- ' UPDATING.64BTT : : gave a list of all the interesting commands that were in the : document, with very minimal comments. Also with differing : indent-levels to mark where the reboots occurred. Interesting idea... Warner