From owner-freebsd-doc@FreeBSD.ORG Sun Dec 1 03:10:18 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A3B9203 for ; Sun, 1 Dec 2013 03:10:18 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C1DC1B2D for ; Sun, 1 Dec 2013 03:10:18 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rB13AGVh001647; Sat, 30 Nov 2013 20:10:16 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rB13AGeR001644; Sat, 30 Nov 2013 20:10:16 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 30 Nov 2013 20:10:16 -0700 (MST) From: Warren Block To: Taras Korenko Subject: Re: en/handbook/basics: proposed corrections In-Reply-To: <20131130155441.GA75853@gamma.ukrhub.net> Message-ID: References: <20131126190644.GC25578@gamma.ukrhub.net> <20131128151032.GE52681@gamma.ukrhub.net> <20131128234636.GA50372@gamma.ukrhub.net> <20131130155441.GA75853@gamma.ukrhub.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 30 Nov 2013 20:10:16 -0700 (MST) Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 03:10:18 -0000 On Sat, 30 Nov 2013, Taras Korenko wrote: > On Thu, Nov 28, 2013 at 04:59:30PM -0700, Warren Block wrote: >> ... >>> ... >>> So, next, I am to adapt current two patches to the new location: >>> basics chapter :-/ >> >> I thought some of that looked familiar. My apologies, I just did a big >> whitespace cleanup to the basics chapter. > > /* Well, a $subject was changed a bit... */ > I'd like to introduce some corrections to "Users and Basic Account > Management" subchapter of "UNIX Basics" chapter of our Handbook. > Patches, that follow, summarize all the previous discussion and add > lost chunk of text ("Becoming Superuser") to handbook/basics chapter. It looks good to me, although I did not build-test it. There is also a doc slush right now, where we are encouraged to avoid major changes. If you want me to commit it when possible, please enter it as a PR. Thanks!