]> git.pld-linux.org Git - packages/bsd-finger.git/blame - bsd-finger-typo.patch
- fixes some rfc 742 feactures (patch from rawhide).
[packages/bsd-finger.git] / bsd-finger-typo.patch
CommitLineData
d4b5f432 1--- bsd-finger-0.17/finger/finger.1.typo Thu Jan 24 14:33:54 2002
2+++ bsd-finger-0.17/finger/finger.1 Thu Jan 24 14:36:17 2002
3@@ -169,7 +169,7 @@
4 must be able to see the
5 .Pa .nofinger
6 file. This generally means that the home directory containing the file
7-must have the other-users-execute bit set (o+w). See
8+must have the other-users-execute bit set (o+x). See
9 .Xr chmod 1 .
10 If you use this feature for privacy, please test it with ``finger
11 @localhost'' before relying on it, just in case.
12--- bsd-finger-0.17/finger/net.c.typo Thu Jan 24 14:33:54 2002
13+++ bsd-finger-0.17/finger/net.c Thu Jan 24 14:40:57 2002
14@@ -98,7 +98,7 @@
15 }
16 freeaddrinfo(res0);
17 if (s < 0) {
18- eprintf("finger: cannot create socket / connet host\n");
19+ eprintf("finger: cannot create socket / connect host\n");
20 return;
21 }
22 #else
This page took 0.036949 seconds and 4 git commands to generate.