From owner-freebsd-doc@FreeBSD.ORG Sat Dec 24 06:59:36 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 F0D1316A41F for ; Sat, 24 Dec 2005 06:59:36 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1E043D5E for ; Sat, 24 Dec 2005 06:59:35 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: (qmail 28554 invoked by uid 207); 24 Dec 2005 06:59:34 -0000 Received: from keramida@FreeBSD.org by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.206):. Processed in 0.092782 secs); 24 Dec 2005 06:59:34 -0000 Received: from dialup206.ach.sch.gr (HELO flame.pc) ([81.186.70.206]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 24 Dec 2005 06:59:33 -0000 Received: by flame.pc (Postfix, from userid 1001) id 4188B1190F; Sat, 24 Dec 2005 08:58:24 +0200 (EET) Date: Sat, 24 Dec 2005 08:58:24 +0200 From: Giorgos Keramidas To: Niclas Zeising Message-ID: <20051224065824.GA96697@flame.pc> References: <438B4178.2090709@n00b.apagnu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <438B4178.2090709@n00b.apagnu.se> Cc: freebsd-doc@freebsd.org Subject: Re: [PATCH] Suggested change to doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 06:59:37 -0000 On 2005-11-28 18:42, Niclas Zeising wrote: > Here is a patch which removes a sentence I think is redundant. > > The first paragraph of section 3.9.1 talks about changing shell with > chsh and an aditor, the second about using the -s flag with chsh. The > next sentence suggests that running chsh with no parameters would work > also, but that is in my eyes the same information as in the first > paragraph mentioned above... > Don't know if this change is good or not (I think it's good) but here is > the patch anyway... > --- basics.chapter.sgml.orig 2005-11-28 18:18:23.000000000 +0100 > +++ basics.chapter.sgml 2005-11-28 18:21:00.000000000 +0100 > @@ -2170,9 +2170,6 @@ > > &prompt.user; chsh -s /usr/local/bin/bash > > - Running chsh with no parameters and editing > - the shell from there would work also. > - > > The shell that you wish to use must be > present in the /etc/shells file. If you The change is fine. I just committed it to the Handbook. It should appear online after the next scheduled build. Thanks :)