summaryrefslogtreecommitdiff
path: root/docs/textdocs/UNIX_INSTALL.txt
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-08-26 15:36:46 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-08-26 15:36:46 +0000
commit5c2d12119c7d2e8c8563f22ffa23ab7d213242fb (patch)
tree8c22794fc3189625f14d840fb294318a8e345111 /docs/textdocs/UNIX_INSTALL.txt
parentef0b39006ef736bbacd4dc6c5b75a114f5f36d91 (diff)
downloadsamba-5c2d12119c7d2e8c8563f22ffa23ab7d213242fb.tar.gz
samba-5c2d12119c7d2e8c8563f22ffa23ab7d213242fb.tar.bz2
samba-5c2d12119c7d2e8c8563f22ffa23ab7d213242fb.zip
corrected it's (it is) documentation errors, when "its" should be
being used. lkcl (This used to be commit 7cd640e5b1a6bbe13834fe23a23ef03117024f0e)
Diffstat (limited to 'docs/textdocs/UNIX_INSTALL.txt')
-rw-r--r--docs/textdocs/UNIX_INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/textdocs/UNIX_INSTALL.txt b/docs/textdocs/UNIX_INSTALL.txt
index 8b430a9884..c189482ca4 100644
--- a/docs/textdocs/UNIX_INSTALL.txt
+++ b/docs/textdocs/UNIX_INSTALL.txt
@@ -315,7 +315,7 @@ codes of locking calls to tell clients that everything is OK.
The second class of locking is the "deny modes". These are set by an
application when it opens a file to determine what types of access
-should be allowed simultaneously with it's open. A client may ask for
+should be allowed simultaneously with its open. A client may ask for
DENY_NONE, DENY_READ, DENY_WRITE or DENY_ALL. There are also special
compatability modes called DENY_FCB and DENY_DOS.