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

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