Blame SOURCES/bsd-finger-0.17-typo.patch

c7b137
--- bsd-finger-0.17/finger/finger.1.typo	2003-09-01 15:03:24.000000000 +0200
c7b137
+++ bsd-finger-0.17/finger/finger.1	2003-09-01 16:10:57.000000000 +0200
c7b137
@@ -169,13 +169,13 @@
c7b137
 must be able to see the
c7b137
 .Pa .nofinger
c7b137
 file. This generally means that the home directory containing the file
c7b137
-must have the other-users-execute bit set (o+w). See
c7b137
+must have the other-users-execute bit set (o+x). See
c7b137
 .Xr chmod 1 .
c7b137
 If you use this feature for privacy, please test it with ``finger
c7b137
 @localhost'' before relying on it, just in case.
c7b137
 .It ~/.plan
c7b137
 .It ~/.project
c7b137
-.It ~/.pgp
c7b137
+.It ~/.pgpkey
c7b137
 These files are printed as part of a long-format request. The
c7b137
 .Pa .project
c7b137
 file is limited to one line; the
c7b137
--- bsd-finger-0.17/finger/net.c.typo	2003-09-01 15:03:24.000000000 +0200
c7b137
+++ bsd-finger-0.17/finger/net.c	2003-09-01 15:03:24.000000000 +0200
c7b137
@@ -98,7 +98,7 @@
c7b137
 	}
c7b137
 	freeaddrinfo(res0);
c7b137
 	if (s < 0) {
c7b137
-		eprintf("finger: cannot create socket / connet host\n");
c7b137
+		eprintf("finger: cannot create socket / connect host\n");
c7b137
 		return;
c7b137
 	}
c7b137
 #else
c7b137
--- bsd-finger-0.17/fingerd/fingerd.8.typo	2003-09-01 15:03:24.000000000 +0200
c7b137
+++ bsd-finger-0.17/fingerd/fingerd.8	2003-09-01 15:03:24.000000000 +0200
c7b137
@@ -98,11 +98,11 @@
c7b137
 connection.  A value of 0 waits forever.  The default is 60 seconds.
c7b137
 .Pp
c7b137
 Options to fingerd should be specified in 
c7b137
-.Pa /etc/inetd.conf .
c7b137
+.Pa /etc/xinetd.d/finger .
c7b137
 .Pp
c7b137
 The finger protocol consists mostly of specifying command arguments.
c7b137
 The 
c7b137
-.Xr inetd 8
c7b137
+.Xr xinetd 8
c7b137
 .Dq super-server
c7b137
 runs
c7b137
 .Nm fingerd
c7b137
@@ -143,7 +143,7 @@
c7b137
 If a name is ambiguous, all possible derivations are returned.
c7b137
 .Sh SEE ALSO
c7b137
 .Xr finger 1 ,
c7b137
-.Xr inetd 8
c7b137
+.Xr xinetd 8
c7b137
 .Sh RESTRICTIONS
c7b137
 Connecting directly to the server from a
c7b137
 .Tn TIP