docs/123427: [patch] Fix Old-Fashioned Replaceables in Handbook Chapter 24
Gabor PALI
pgj at FreeBSD.org
Mon May 5 18:30:01 UTC 2008
>Number: 123427
>Category: docs
>Synopsis: [patch] Fix Old-Fashioned Replaceables in Handbook Chapter 24
>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 May 05 18:30:00 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 at disznohal:/usr/obj/usr/src/sys/GENERIC_ i386
>Description:
I found some old style replaceables in the FreeBSD Handbook,
Chapter 24 (``Serial Communications''). I think they should be
updated to use <replaceables tags for this. I send a patch to
fix them.
>How-To-Repeat:
>Fix:
--- serialcomms.patch.5.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v
retrieving revision 1.120
diff -u -r1.120 chapter.sgml
--- chapter.sgml 28 Dec 2007 11:11:43 -0000 1.120
+++ chapter.sgml 5 May 2008 04:44:02 -0000
@@ -1922,7 +1922,7 @@
<title>I Access a Number of Hosts Through a Terminal Server</title>
<para>Rather than waiting until you are connected and typing
- <command>CONNECT <host></command> each time, use tip's
+ <command>CONNECT <replaceable>host</replaceable></command> each time, use tip's
<literal>cm</literal> capability. For example, these entries in
<filename>/etc/remote</filename>:</para>
@@ -2010,7 +2010,7 @@
specifying the following in your <filename>$HOME/.tiprc</filename>
file:</para>
- <programlisting>force=<single-char></programlisting>
+ <programlisting>force=<replaceable>single-char</replaceable></programlisting>
</sect2>
<sect2>
--- serialcomms.patch.5.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list