Added a security patch for systemd
[linux_from_scratch.git] / editor-manual / chapter03 / introduction.xml
blob652565db2e439822d1369f8160cb75e33c73f3a5
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
7 <sect1 id="ch03-introduction">
8   <title>Introduction</title>
9  <?dbhtml filename="introduction.html"?>
11   <para>Let's get familiar with the basic set of commands which all editors will
12     use on an almost daily basis. There are many more options available than the
13     ones listed here, so you will want to read the Subversion documentation
14     (<ulink url="http://svnbook.red-bean.com/"/>) at some point.
15     <command>svn <option>help</option></command> also provides a useful quick
16     reference for Subversion commands.
17   </para>
19   <para>Some Subversion commands have multiple forms, the canonical command and
20     one or more aliases.  We'll list the canonical form and an alias in the
21     descriptions.  <command>svn <option>help</option></command> provides a list
22     of all Subversion commands with all of their aliases.
23   </para>
24 </sect1>