docs/123425: [patch] Fix Wrong <keycap> Tag in Handbook Section 24.5.2
Gabor PALI
pgj at FreeBSD.org
Mon May 5 18:20:04 UTC 2008
>Number: 123425
>Category: docs
>Synopsis: [patch] Fix Wrong <keycap> Tag in Handbook Section 24.5.2
>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:20:03 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 a misused <keycap> tag in the FreeBSD Handbook, Chapter
24 (``Serial Communications''), Section 24.5.2 (``How Am I Expected
to Enter These AT Commands?''). I never used tip(1) but the man
page of it tells me those escape signals (prefixed by a tilde
character) are not simply keys but keystrokes or commands.
Therefore I think it should be marked up as a <command> (as in
the other parts of the chapter).
>How-To-Repeat:
>Fix:
--- serialcomms.patch.3.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:37:34 -0000
@@ -1865,7 +1865,7 @@
(e.g.<filename>/dev/cuad0</filename>) and
<replaceable>speed</replaceable> is the speed
(e.g.<literal>57600</literal>). When you are done entering the AT
- commands hit <keycap>~.</keycap> to exit.</para>
+ commands type <command>~.</command> to exit.</para>
</sect2>
<sect2>
--- serialcomms.patch.3.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list