summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/Compiling.xml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-08-13 00:35:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-08-13 00:35:58 +0000
commit4e1bdbb757d2b23af46ebc92484e74db95fe3236 (patch)
tree767494331bcb86a913d456042a273ffc4febc358 /docs/docbook/projdoc/Compiling.xml
parenta9975acc9255f1e047f680e424607479fcca6516 (diff)
downloadsamba-4e1bdbb757d2b23af46ebc92484e74db95fe3236.tar.gz
samba-4e1bdbb757d2b23af46ebc92484e74db95fe3236.tar.bz2
samba-4e1bdbb757d2b23af46ebc92484e74db95fe3236.zip
Last set of syntax fixes
(This used to be commit 1ab824e77edd955e90515b40e0d0c2d4f826b603)
Diffstat (limited to 'docs/docbook/projdoc/Compiling.xml')
-rw-r--r--docs/docbook/projdoc/Compiling.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/Compiling.xml b/docs/docbook/projdoc/Compiling.xml
index 8a5c5e89a6..ccb2f46f3f 100644
--- a/docs/docbook/projdoc/Compiling.xml
+++ b/docs/docbook/projdoc/Compiling.xml
@@ -208,9 +208,9 @@ With that said, go ahead and download the following files:
&prompt;<userinput>wget http://us1.samba.org/samba/ftp/samba-pubkey.asc</userinput>
</screen></para>
-<indexterm><primary>GPG</primary></indexterm>
<para>
+<indexterm><primary>GPG</primary></indexterm>
The first file is the PGP signature for the Samba source file; the other is the Samba public
PGP key itself. Import the public PGP key with:
</para>
@@ -235,9 +235,11 @@ then all is well. The warnings about trust relationships can be ignored. An
example of what you would not want to see would be:
</para>
+<para>
<computeroutput>
gpg: BAD signature from "Samba Distribution Verification Key"
-</computeroutput>
+ </computeroutput>
+ </para>
</sect1>
@@ -246,7 +248,8 @@ example of what you would not want to see would be:
<indexterm><primary>configure</primary></indexterm>
- <para>To do this, first run the program <userinput>./configure
+ <para>
+ To do this, first run the program <userinput>./configure
</userinput> in the source directory. This should automatically
configure Samba for your operating system. If you have unusual
needs then you may wish to run</para>