[or-cvs] Rename Python tor-resolve to tor-resolve.py; stop installin...

Nick Mathewson nickm at seul.org
Thu Oct 28 20:30:12 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv31548/doc

Modified Files:
	Makefile.am 
Added Files:
	tor-resolve.1 
Log Message:
Rename Python tor-resolve to tor-resolve.py; stop installing it; move tor-resolve manpage to doc directory

Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/doc/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	6 Aug 2004 19:54:28 -0000	1.6
+++ Makefile.am	28 Oct 2004 20:30:10 -0000	1.7
@@ -1,6 +1,6 @@
 EXTRA_DIST = tor-spec.txt CLIENTS FAQ HACKING rend-spec.txt tor-doc.html tor-doc.css
 
-man_MANS = tor.1
+man_MANS = tor.1 tor-resolve.1
 
 SUBDIRS = design-paper
 

--- NEW FILE: tor-resolve.1 ---
.TH tor-resolve 1 "" Aug-2004 ""
.\" manual page by Peter Palfrader
.SH NAME
.LP
tor-resolve \- resolve a hostname to an IP address via tor

.SH SYNOPSIS
\fBtor-resolve\fP\ [-4|-5] \fIhostname\fP\ [\fIsockshost\fP[:\fIsocksport]\fP]

.SH DESCRIPTION
\fBtor-resolve\fR is a simple script to connect to a socks proxy that
knows about the socks RESOLVE command, hand it a hostname, and return
an IP address.

.SH SEE ALSO
.BR tor (1),
.BR torify (1).



More information about the tor-commits mailing list