manual: Various tweaks.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 8 Feb 2006 20:04:32 +0000 (20:04 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 8 Feb 2006 20:04:32 +0000 (20:04 +0000)
  * Fix author email addresses.

  * Fix terrible wording mistake in noip manual, and correct the DNS
    port number (presumably typoed).

Also sneak COPYING into the .gitignore file.

.gitignore
noip.1
uopen.1

index 1f6670c..7ae0ae4 100644 (file)
@@ -5,4 +5,4 @@ deb-build
 build
 noip
 uopen
 build
 noip
 uopen
-
+COPYING
diff --git a/noip.1 b/noip.1
index c34131b..c18110d 100644 (file)
--- a/noip.1
+++ b/noip.1
@@ -249,7 +249,7 @@ is empty, the default is to deny all addresses.
 For example, it may be useful to allow access at least to a DNS server.
 This can be accomplished by adding a line
 .VS
 For example, it may be useful to allow access at least to a DNS server.
 This can be accomplished by adding a line
 .VS
-realconnect +1.2.3.4:52
+realconnect +1.2.3.4:53
 .VE
 to the configuration file, where 1.2.3.4 is the IP address of one of
 your DNS server. 
 .VE
 to the configuration file, where 1.2.3.4 is the IP address of one of
 your DNS server. 
@@ -280,9 +280,9 @@ port to himself or a small group.
 is implemented as an
 .B LD_PRELOAD
 hack.  It won't work on setuid programs.  Also, perhaps more
 is implemented as an
 .B LD_PRELOAD
 hack.  It won't work on setuid programs.  Also, perhaps more
-importantly, it can't do anything a
+importantly, it can't do anything to prevent a
 .I malicious
 .I malicious
-program use of networking: a program could theoretically issue sockets
+program's use of networking: a program could theoretically issue sockets
 system calls directly instead of using the C library calls that
 .B noip
 intercepts.  It is intended only as a tool for enhancing the security of
 system calls directly instead of using the C library calls that
 .B noip
 intercepts.  It is intended only as a tool for enhancing the security of
@@ -317,4 +317,4 @@ child processes will be unaffected.
 .PP
 This manual is surprisingly long and complicated for such a simple hack.
 .SH AUTHOR
 .PP
 This manual is surprisingly long and complicated for such a simple hack.
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>
diff --git a/uopen.1 b/uopen.1
index d5a5ac8..5945081 100644 (file)
--- a/uopen.1
+++ b/uopen.1
@@ -65,4 +65,4 @@ to stop you messing with
 .BR ld.so (8),
 .BR open (2).
 .SH AUTHOR
 .BR ld.so (8),
 .BR open (2).
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>