From owner-freebsd-doc@FreeBSD.ORG Wed May 21 04:40: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 BBA631065685 for ; Wed, 21 May 2008 04:40: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 9B44D8FC20 for ; Wed, 21 May 2008 04:40: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 m4L4e1QS062152 for ; Wed, 21 May 2008 04:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4L4e1wA062151; Wed, 21 May 2008 04:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 21 May 2008 04:40:01 GMT Resent-Message-Id: <200805210440.m4L4e1wA062151@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 9E18A106566B for ; Wed, 21 May 2008 04:34:02 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 331798FC17 for ; Wed, 21 May 2008 04:34:02 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by ug-out-1314.google.com with SMTP id q2so80840uge.37 for ; Tue, 20 May 2008 21:34:01 -0700 (PDT) Received: by 10.125.153.8 with SMTP id f8mr7870805mko.60.1211344440842; Tue, 20 May 2008 21:34:00 -0700 (PDT) Received: from pgj@FreeBSD.org ( [80.99.205.120]) by mx.google.com with ESMTPS id 12sm2622585fks.13.2008.05.20.21.33.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 May 2008 21:33:59 -0700 (PDT) Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Wed, 21 May 2008 06:33:57 +0200 Message-Id: <4833a637.0c135e0a.33ee.0f6a@mx.google.com> Date: Wed, 21 May 2008 06:33:57 +0200 From: "Gabor PALI" Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/123850: [patch] Fix Markup of chsh(1) in Article linux-users X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor PALI List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 04:40:01 -0000 >Number: 123850 >Category: docs >Synopsis: [patch] Fix Markup of chsh(1) in Article linux-users >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: Wed May 21 04:40:01 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 a tiny markup problem in the article titled ``FreeBSD Quickstart Guide for Linux Users'', Section 2. ``Shells: No Bash?''. A ';' is missing after the entity &man.chsh.1; in the SGML sources, however the HTML output is rendered correctly. >How-To-Repeat: >Fix: --- articles.linux-users.patch.3.diff begins here --- Index: article.sgml =================================================================== RCS file: /doc/en_US.ISO8859-1/articles/linux-users/article.sgml,v retrieving revision 1.2 diff -u -r1.2 article.sgml --- article.sgml 14 Apr 2008 13:08:18 -0000 1.2 +++ article.sgml 21 May 2008 04:19:11 -0000 @@ -64,7 +64,7 @@ shells are available in &os;'s Packages and Ports Collection. - If you do install other shells you can use &man.chsh.1 to set + If you do install other shells you can use &man.chsh.1; to set a user's default shell. It is, however, recommended that the root's default shell remain unchanged. The reason for this is that shells not included in the base distribution --- articles.linux-users.patch.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: