From marc@blackend.org  Mon Jun 10 03:05:09 2002
Return-Path: <marc@blackend.org>
Received: from abigail.blackend.org (blackend.org [212.11.50.35])
	by hub.freebsd.org (Postfix) with ESMTP id B40A337B406
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Jun 2002 03:05:07 -0700 (PDT)
Received: from abigail.blackend.org (localhost [127.0.0.1])
	by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g5AA1SAr060464
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Jun 2002 12:01:28 +0200 (CEST)
	(envelope-from marc@abigail.blackend.org)
Received: (from marc@localhost)
	by abigail.blackend.org (8.12.3/8.12.3/Submit) id g5AA1Rvo060463;
	Mon, 10 Jun 2002 12:01:27 +0200 (CEST)
	(envelope-from marc)
Message-Id: <200206101001.g5AA1Rvo060463@abigail.blackend.org>
Date: Mon, 10 Jun 2002 12:01:27 +0200 (CEST)
From: Marc Fonvieille <marc@blackend.org>
Reply-To: Marc Fonvieille <marc@blackend.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Missing command tags in section 3.7 of the Handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39092
>Category:       docs
>Synopsis:       Missing command tags in section 3.7 of the Handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 03:10:01 PDT 2002
>Closed-Date:    Tue Jun 11 17:13:04 PDT 2002
>Last-Modified:  Tue Jun 11 17:13:04 PDT 2002
>Originator:     Marc Fonvieille
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD abigail.blackend.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #5: Sun May 12 00:30:43 CEST 2002 marc@abigail.blackend.org:/usr/src/sys/compile/ABIGAIL i386


	
>Description:
Missing command tags in section 3.7 of the Handbook. Read the patch
below for more details.
	
>How-To-Repeat:
	
>Fix:
Apply the patch to handbook/basics/chapter.sgml
	

--- chapter.sgml.diff begins here ---
--- chapter.sgml.org	Mon Jun 10 09:35:06 2002
+++ chapter.sgml	Mon Jun 10 11:58:55 2002
@@ -1173,7 +1173,7 @@
       placing a <literal>$</literal> character in front of it on the
       command line.  For example, <command>echo $TERM</command> would
       print out whatever <envar>$TERM</envar> is set to, because the shell
-      expands <envar>$TERM</envar> and passes it on to echo.</para>
+      expands <envar>$TERM</envar> and passes it on to <command>echo</command>.</para>
 
     <para>Shells treat a lot of special characters, called meta-characters
       as special representations of data.  The most common one is the
@@ -1206,7 +1206,7 @@
 	<option>-s</option> option; this will set your shell for you,
 	without requiring you to enter an editor.  
 	For example, if you wanted to
-	change your shell to bash, the following should do the
+	change your shell to <command>bash</command>, the following should do the
 	trick:</para>
 	
       <screen>&prompt.user; <userinput>chsh -s /usr/local/bin/bash</userinput></screen>
--- chapter.sgml.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Jun 11 17:12:44 PDT 2002 
State-Changed-Why:  
The changes have been committed.  Thank you :) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue Jun 11 17:12:44 PDT 2002 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=39092 
>Unformatted:
