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