cvsdist 8caaf6
--- bsd-finger-0.17/finger/finger.1.typo	Thu Jan 24 14:33:54 2002
cvsdist 8caaf6
+++ bsd-finger-0.17/finger/finger.1	Thu Jan 24 14:36:17 2002
cvsdist 8caaf6
@@ -169,7 +169,7 @@
cvsdist 8caaf6
 must be able to see the
cvsdist 8caaf6
 .Pa .nofinger
cvsdist 8caaf6
 file. This generally means that the home directory containing the file
cvsdist 8caaf6
-must have the other-users-execute bit set (o+w). See
cvsdist 8caaf6
+must have the other-users-execute bit set (o+x). See
cvsdist 8caaf6
 .Xr chmod 1 .
cvsdist 8caaf6
 If you use this feature for privacy, please test it with ``finger
cvsdist 8caaf6
 @localhost'' before relying on it, just in case.
cvsdist 8caaf6
--- bsd-finger-0.17/finger/net.c.typo	Thu Jan 24 14:33:54 2002
cvsdist 8caaf6
+++ bsd-finger-0.17/finger/net.c	Thu Jan 24 14:40:57 2002
cvsdist 8caaf6
@@ -98,7 +98,7 @@
cvsdist 8caaf6
 	}
cvsdist 8caaf6
 	freeaddrinfo(res0);
cvsdist 8caaf6
 	if (s < 0) {
cvsdist 8caaf6
-		eprintf("finger: cannot create socket / connet host\n");
cvsdist 8caaf6
+		eprintf("finger: cannot create socket / connect host\n");
cvsdist 8caaf6
 		return;
cvsdist 8caaf6
 	}
cvsdist 8caaf6
 #else
cvsdist 8caaf6
--- bsd-finger-0.17/fingerd/fingerd.8.typo	Thu Jan 24 14:33:54 2002
cvsdist 8caaf6
+++ bsd-finger-0.17/fingerd/fingerd.8	Thu Jan 24 14:39:13 2002
cvsdist 8caaf6
@@ -98,11 +98,11 @@
cvsdist 8caaf6
 connection.  A value of 0 waits forever.  The default is 60 seconds.
cvsdist 8caaf6
 .Pp
cvsdist 8caaf6
 Options to fingerd should be specified in 
cvsdist 8caaf6
-.Pa /etc/inetd.conf .
cvsdist 8caaf6
+.Pa /etc/xinetd.d/finger .
cvsdist 8caaf6
 .Pp
cvsdist 8caaf6
 The finger protocol consists mostly of specifying command arguments.
cvsdist 8caaf6
 The 
cvsdist 8caaf6
-.Xr inetd 8
cvsdist 8caaf6
+.Xr xinetd 8
cvsdist 8caaf6
 .Dq super-server
cvsdist 8caaf6
 runs
cvsdist 8caaf6
 .Nm fingerd
cvsdist 8caaf6
@@ -143,7 +143,7 @@
cvsdist 8caaf6
 If a name is ambiguous, all possible derivations are returned.
cvsdist 8caaf6
 .Sh SEE ALSO
cvsdist 8caaf6
 .Xr finger 1 ,
cvsdist 8caaf6
-.Xr inetd 8
cvsdist 8caaf6
+.Xr xinetd 8
cvsdist 8caaf6
 .Sh RESTRICTIONS
cvsdist 8caaf6
 Connecting directly to the server from a
cvsdist 8caaf6
 .Tn TIP