From martin@sumuk.de  Sun Apr 14 10:40:58 2002
Return-Path: <martin@sumuk.de>
Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114])
	by hub.freebsd.org (Postfix) with ESMTP id E9A9437B416
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Apr 2002 10:40:46 -0700 (PDT)
Received: from Moses.earth.sol (Moses.earth.sol [192.168.1.1])
	by Kain.sumuk.de (8.11.6/8.11.6) with ESMTP id g3EHef002088
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Apr 2002 19:40:41 +0200 (CEST)
	(envelope-from martin@sumuk.de)
Received: (from vincent@localhost)
	by Moses.earth.sol (8.11.6/8.11.6) id g3EHeUL31340;
	Sun, 14 Apr 2002 19:40:30 +0200 (CEST)
	(envelope-from vincent)
Message-Id: <200204141740.g3EHeUL31340@Moses.earth.sol>
Date: Sun, 14 Apr 2002 19:40:30 +0200 (CEST)
From: Martin Heinen <martin@sumuk.de>
Reply-To: Martin Heinen <martin@sumuk.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Handbook: mark up fix for section on Shells
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37067
>Category:       docs
>Synopsis:       [PATCH] Handbook: mark up fix for section on Shells
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 14 10:50:01 PDT 2002
>Closed-Date:    Mon Apr 15 08:20:10 PDT 2002
>Last-Modified:  Mon Apr 15 08:20:10 PDT 2002
>Originator:     Martin Heinen
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD Moses.earth.sol 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 22 07:35:30 CET 2001 toor@Moses.earth.sol:/usr/obj/usr/src/sys/MOSES i386


	
>Description:
	* isn't a command as implied by <command>*</command>,
	changed to <literal>.
>How-To-Repeat:
	Read the section on Shells in the handbook.
>Fix:

Index: basics/chapter.sgml
===================================================================
RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v
retrieving revision 1.60
diff -u -r1.60 chapter.sgml
--- basics/chapter.sgml	7 Apr 2002 23:52:35 -0000	1.60
+++ basics/chapter.sgml	13 Apr 2002 10:29:45 -0000
@@ -1182,8 +1182,8 @@
       to do file name globing.  For example, typing in
       <command>echo *</command> is almost the same as typing in
       <command>ls</command> because the shell takes all the files that
-      match <command>*</command> and puts them on the command line for
-      echo to see.</para>
+      match <literal>*</literal> and puts them on the command line for
+      <command>echo</command> to see.</para>
 
     <para>To prevent the shell from interpreting these special characters,
       they can be escaped from the shell by putting a backslash
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Mon Apr 15 08:18:29 PDT 2002 
State-Changed-Why:  
Done in revision 1.61 of basics/chapter.sgml the changes should appear 
at the results of the next automated web build :) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Mon Apr 15 08:18:29 PDT 2002 
Responsible-Changed-Why:  

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