diff options
author | John Terpstra <jht@samba.org> | 2003-06-20 06:49:48 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-06-20 06:49:48 +0000 |
commit | f17817318b9675cde32a0315498e4e27b0c7bab7 (patch) | |
tree | 03595a1480d2be9fbcb51180edfd16162ad597d9 /docs/docbook/projdoc/Portability.xml | |
parent | d7dfff92c1f4239807a7c20c4346f9c9cdfe5ec7 (diff) | |
download | samba-f17817318b9675cde32a0315498e4e27b0c7bab7.tar.gz samba-f17817318b9675cde32a0315498e4e27b0c7bab7.tar.bz2 samba-f17817318b9675cde32a0315498e4e27b0c7bab7.zip |
Applied Vance Lankhaar's spelling fixes.
(This used to be commit 7eea35ba9f02f465403c21f5c33461035ad56176)
Diffstat (limited to 'docs/docbook/projdoc/Portability.xml')
-rw-r--r-- | docs/docbook/projdoc/Portability.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/docbook/projdoc/Portability.xml b/docs/docbook/projdoc/Portability.xml index 9f1188e4a2..205d384843 100644 --- a/docs/docbook/projdoc/Portability.xml +++ b/docs/docbook/projdoc/Portability.xml @@ -37,8 +37,8 @@ allowed range. </para> <para> -On HPUX you must use gcc or the HP Ansi compiler. The free compiler -that comes with HP-UX is not Ansi compliant and cannot compile +On HPUX you must use gcc or the HP ANSI compiler. The free compiler +that comes with HP-UX is not ANSI compliant and cannot compile Samba. </para> @@ -186,7 +186,7 @@ Corrective Action: Delete the entry after the word loopback <!-- From an email by William Jojo <jojowil@hvcc.edu> --> <para> Disabling Sequential Read Ahead using <userinput>vmtune -r 0</userinput> improves -samba performance significally. +Samba performance significantly. </para> </sect2> </sect1> @@ -198,9 +198,9 @@ samba performance significally. <title>Locking improvements</title> <para>Some people have been experiencing problems with F_SETLKW64/fcntl -when running samba on solaris. The built in file locking mechanism was +when running Samba on Solaris. The built in file locking mechanism was not scalable. Performance would degrade to the point where processes would -get into loops of trying to lock a file. It woul try a lock, then fail, +get into loops of trying to lock a file. It would try a lock, then fail, then try again. The lock attempt was failing before the grant was occurring. So the visible manifestation of this would be a handful of processes stealing all of the CPU, and when they were trussed they would |