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