From charon@labs.gr  Tue Sep 18 15:53:33 2001
Return-Path: <charon@labs.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id 796D237B405
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Sep 2001 15:53:32 -0700 (PDT)
Received: from hades.hell.gr (patr530-b036.otenet.gr [195.167.121.164])
	by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f8IMrTH11641
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Sep 2001 01:53:29 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.6/8.11.6) id f8IMrTB04505;
	Wed, 19 Sep 2001 01:53:29 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200109182253.f8IMrTB04505@hades.hell.gr>
Date: Wed, 19 Sep 2001 01:53:29 +0300 (EEST)
From: Giorgos Keramidas <charon@labs.gr>
Reply-To: Giorgos Keramidas <charon@labs.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: change <keycap>+<keycap> in <keycombo> tags in the faq, instead of using literal '+' characters
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30659
>Category:       docs
>Synopsis:       change <keycap>+<keycap> in <keycombo> tags in the faq, instead of using literal '+' characters
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 18 16:00:06 PDT 2001
>Closed-Date:    Tue Sep 18 20:24:33 PDT 2001
>Last-Modified:  Tue Sep 18 20:25:10 PDT 2001
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4
  19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	There are places in the faq where a key combination is tagged with
	<keycombo>, and other places where two <keycap> tags are joined with a
	literal `+' character.  The attached patch remoces literal `+' chars
	and wraps the pair of <keycap> tags in <keycombo> tags.

>How-To-Repeat:
>Fix:

--- patch-faq-keycombo begins here ---
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.262
diff -u -r1.262 book.sgml
--- book.sgml	17 Sep 2001 04:28:29 -0000	1.262
+++ book.sgml	18 Sep 2001 21:57:51 -0000
@@ -698,8 +698,8 @@
                       <entry>Microsoft's Rich Text Format<footnote>
                           <para>Page numbers are not automatically updated
                             when loading this format in to Word.  Press
-                            <keycap>CTRL</keycap>+<keycap>A</keycap>,
-                            <keycap>CTRL</keycap>+<keycap>END</keycap>,
+                            <keycombo><keycap>CTRL</keycap><keycap>A</keycap></keycombo>,
+                            <keycombo><keycap>CTRL</keycap><keycap>END</keycap></keycombo>,
                             <keycap>F9</keycap> after loading the document, to
                             update the page numbers.</para>
                         </footnote>
--- patch-faq-keycombo ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Tue Sep 18 20:24:33 PDT 2001 
State-Changed-Why:  
Fixed, thanks.  I added "action='simul'" to the keycode tags. 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30659 
>Unformatted:
