diff options
author | Gerald Carter <jerry@samba.org> | 2005-01-20 14:10:26 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:11 -0500 |
commit | 13456474a5efbe7aec79215fcd890676d4ea6b56 (patch) | |
tree | 9e535455673e0a9695f43ba15054f16cbfcdafd7 /docs | |
parent | 67a599d1e8a4d1f48f8accab1de8b9d102928b7b (diff) | |
download | samba-13456474a5efbe7aec79215fcd890676d4ea6b56.tar.gz samba-13456474a5efbe7aec79215fcd890676d4ea6b56.tar.bz2 samba-13456474a5efbe7aec79215fcd890676d4ea6b56.zip |
fix a few typos
(This used to be commit b5e8a1475c3d8c2a5c9a477ba478e67f784f0e79)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba-Developers-Guide/unix-smb.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba-Developers-Guide/unix-smb.xml b/docs/Samba-Developers-Guide/unix-smb.xml index 80a6b67649..9521404feb 100644 --- a/docs/Samba-Developers-Guide/unix-smb.xml +++ b/docs/Samba-Developers-Guide/unix-smb.xml @@ -238,8 +238,8 @@ reasons. Please see the FAQ for details. <sect1> <title>Port numbers</title> <para> -There is a convention that clients on sockets use high "unprivilaged" -port numbers (>1000) and connect to servers on low "privilaged" port +There is a convention that clients on sockets use high "unprivileged" +port numbers (>1000) and connect to servers on low "privilegedg" port numbers. This is enforced in Unix as non-root users can't open a socket for listening on port numbers less than 1000. </para> |