summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/Compiling.sgml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-04-26 01:38:46 +0000
committerJohn Terpstra <jht@samba.org>2003-04-26 01:38:46 +0000
commitd820b547bd5c555c566bb49cefb7004597cfe114 (patch)
tree8f12a0a5b73acecaa99d4fe1656fdfff64b1ef3e /docs/docbook/projdoc/Compiling.sgml
parent05a7f65f8a107302ff29aac9e49b9e29a792b6fd (diff)
downloadsamba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.gz
samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.bz2
samba-d820b547bd5c555c566bb49cefb7004597cfe114.zip
Many typos, syntax fixes, more. Multiple sources including mega patch from
- Jesse Jacobs <jesse@eazy.homeip.net> (This used to be commit 5da18339e19bf2bcc23a19339c8a6a3052246d44)
Diffstat (limited to 'docs/docbook/projdoc/Compiling.sgml')
-rw-r--r--docs/docbook/projdoc/Compiling.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/Compiling.sgml b/docs/docbook/projdoc/Compiling.sgml
index 15b5acc594..664975779c 100644
--- a/docs/docbook/projdoc/Compiling.sgml
+++ b/docs/docbook/projdoc/Compiling.sgml
@@ -71,7 +71,7 @@ url="http://samba.org/cgi-bin/cvsweb">http://samba.org/cgi-bin/cvsweb</ulink>
<para>
You can also access the source code via a
-normal cvs client. This gives you much more control over you can
+normal cvs client. This gives you much more control over what you can
do with the repository and allows you to checkout whole source trees
and keep them up to date via normal cvs commands. This is the
preferred method of access if you are a developer and not
@@ -134,7 +134,7 @@ on this system just substitute the correct package name
</para>
<para>
- CVS branches other HEAD can be obtained by using the <parameter>-r</parameter>
+ CVS branches other then HEAD can be obtained by using the <parameter>-r</parameter>
and defining a tag name. A list of branch tag names can be found on the
"Development" page of the samba web site. A common request is to obtain the
latest 2.2 release code. This could be done by using the following userinput.