From 13456474a5efbe7aec79215fcd890676d4ea6b56 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 20 Jan 2005 14:10:26 +0000 Subject: fix a few typos (This used to be commit b5e8a1475c3d8c2a5c9a477ba478e67f784f0e79) --- docs/Samba-Developers-Guide/unix-smb.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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. Port numbers -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. -- cgit