GayBSD documentation tree
Find a file
Giorgos Keramidas 1a5bf5d3ff - Add a couple of <keycap> tags.
- Reword the part about editors of the base system and the ports.

PR:		docs/38851
Submitted by:	Marc Fonvieille <marc@blackend.org>

--- chapter.sgml.diff begins here ---
--- chapter.sgml.org	Mon Jun  3 12:38:09 2002
+++ chapter.sgml	Mon Jun  3 12:46:40 2002
@@ -1256,9 +1256,9 @@
       <command>ee</command>, all of the
       commands for manipulating the editor's functions are listed at the
       top of the display. The caret <literal>^</literal> character means
-      the control key on the keyboard, so ^e expands to pressing the
-      control key plus the letter <literal>e</literal>.  To leave
-      <application>ee</application>, hit the escape key, then choose leave
+      the <keycap>Ctrl</keycap> key on the keyboard, so <literal>^e</literal> expands to the key combination
+      <keycombo action="simul"><keycap>Ctrl</keycap><keycap>e</keycap></keycombo>.  To leave
+      <application>ee</application>, hit the <keycap>Esc</keycap> key, then choose leave
       editor.  The editor will prompt you to save any changes if the file
       has been modified.</para>

@@ -1277,9 +1277,9 @@
       <secondary><command>emacs</command></secondary>
     </indexterm>
     <para>FreeBSD also comes with more powerful text editors such as
-      <command>vi</command> as part of the base system, and
-      <command>emacs</command> and <command>vim</command>
-      as part of the FreeBSD Ports Collection.  These editors offer much
+      <command>vi</command> as part of the base system, while other editors, like
+      <command>emacs</command> and <command>vim</command>,
+      are part of the FreeBSD Ports Collection.  These editors offer much
       more functionality and power at the expense of being a little more
       complicated to learn.  However if you plan on doing a lot of text
       editing, learning a more powerful editor such as
2002-06-05 00:47:40 +00:00
de_DE.ISO8859-1 MFbed: two last-minute translation fixes (replace 8-bit Umlauts with 2002-05-26 19:55:15 +00:00
el_GR.ISO8859-7 Add new Greek article translation. 2002-04-06 18:24:16 +00:00
en/handbook/contrib Add Frank Mayhar for p5-libapreq. 2000-03-19 06:20:31 +00:00
en_US.ISO8859-1 - Add a couple of <keycap> tags. 2002-06-05 00:47:40 +00:00
es_ES.ISO8859-1 Update content. 2001-08-08 14:45:13 +00:00
fr_FR.ISO8859-1 Adding ipsec-must to the build 2002-05-29 20:00:04 +00:00
it_IT.ISO8859-15 Fix accents. 2002-05-14 20:54:35 +00:00
ja_JP.eucJP Catch up with 4.6-RC-20020531-JPSNAP 2002-06-01 21:55:35 +00:00
nl_NL.ISO8859-1 Force tidy(1) to use '-raw' and newly added '-preserve' options 2001-12-12 11:49:38 +00:00
pt_BR.ISO8859-1 <port>fish</port> -> <filename role="package">fish</filename> 2002-02-27 05:08:13 +00:00
release Use some better defaults for building documents. 2002-04-29 04:47:20 +00:00
ru_RU.KOI8-R <port>fish</port> -> <filename role="package">fish</filename> 2002-02-27 05:08:13 +00:00
share Add support for generating {book,article}.xml from {book,article}.sgml. 2002-06-04 11:40:17 +00:00
sr_YU.ISO8859-2 Activate dialup-firewall article build 2002-02-06 17:02:23 +00:00
zh/FAQ Correct the "ID" tag. 1999-11-12 08:34:11 +00:00
zh_TW.Big5 Force tidy(1) to use '-raw' and newly added '-preserve' options 2001-12-12 11:49:38 +00:00
Makefile Connect el_GR.ISO8859-7 to the build. It's been a while in the tree. 2002-04-06 18:30:34 +00:00
README Correct link to the Doc Project Primer. 2001-10-13 19:18:55 +00:00

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read

    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/

for information about the tools and formatting languages we use.  Chapter
2 covers the software and related items you will need to install.