Date: Mon, 10 Jun 2002 12:01:27 +0200 (CEST) From: Marc Fonvieille <marc@blackend.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/39092: Missing command tags in section 3.7 of the Handbook Message-ID: <200206101001.g5AA1Rvo060463@abigail.blackend.org>
index | next in thread | raw e-mail
>Number: 39092
>Category: docs
>Synopsis: Missing command tags in section 3.7 of the Handbook
>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: Mon Jun 10 03:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206101001.g5AA1Rvo060463>
