Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2001 01:53:29 +0300 (EEST)
From:      Giorgos Keramidas <charon@labs.gr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/30659: change <keycap>+<keycap> in <keycombo> tags in the faq, instead of using literal '+' characters
Message-ID:  <200109182253.f8IMrTB04505@hades.hell.gr>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 18 16:00:06 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109182253.f8IMrTB04505>