Whitespace change only - Fix the indentation to provide a better

example for future contributors.
This commit is contained in:
Murray Stokely 2001-11-23 19:15:28 +00:00
parent 7fe9c7b818
commit b292754c66
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11285

View file

@ -37,13 +37,12 @@
with little or no modification on a wide range of with little or no modification on a wide range of
platforms.</para> platforms.</para>
<para>However, all this power can be rather overwhelming at <para>However, all this power can be rather overwhelming at first
first if you've never written programs on a Unix platform if you've never written programs on a Unix platform before.
before. This document aims to help you get up and running, This document aims to help you get up and running, without
without getting too deeply into more advanced topics. The getting too deeply into more advanced topics. The intention is
intention is that this document should give you enough of the that this document should give you enough of the basics to be
basics to be able to make some sense of the able to make some sense of the documentation.</para>
documentation.</para>
<para>Most of the document requires little or no knowledge of <para>Most of the document requires little or no knowledge of
programming, although it does assume a basic competence with programming, although it does assume a basic competence with
@ -54,9 +53,9 @@
<sect1> <sect1>
<title>Introduction to Programming</title> <title>Introduction to Programming</title>
<para>A program is a set of instructions that tell the computer <para>A program is a set of instructions that tell the computer to
to do various things; sometimes the instruction it has to do various things; sometimes the instruction it has to perform
perform depends on what happened when it performed a previous depends on what happened when it performed a previous
instruction. This section gives an overview of the two main instruction. This section gives an overview of the two main
ways in which you can give these instructions, or ways in which you can give these instructions, or
<quote>commands</quote> as they are usually called. One way <quote>commands</quote> as they are usually called. One way