Author: eadler
Date: Sat Feb  9 17:13:54 2013
New Revision: 246594
URL: http://svnweb.freebsd.org/changeset/base/246594

Log:
  Reference something which exists instead of the non-existent runsocks
  program.
  
  PR:           docs/173664
  Submitted by: wkoszek
  Approved by:  bcr (mentor)

Modified:
  head/usr.bin/csup/csup.1

Modified: head/usr.bin/csup/csup.1
==============================================================================
--- head/usr.bin/csup/csup.1    Sat Feb  9 17:13:51 2013        (r246593)
+++ head/usr.bin/csup/csup.1    Sat Feb  9 17:13:54 2013        (r246594)
@@ -24,7 +24,7 @@
 .\" $Id: cvsup.1,v 1.70 2003/03/04 18:23:46 jdp Exp $
 .\" $FreeBSD$
 .\"
-.Dd February 1, 2006
+.Dd Feburary 8, 2013
 .Dt CSUP 1
 .Os FreeBSD
 .Sh NAME
@@ -902,14 +902,14 @@ will work through any firewall which per
 port 5999 of the server host.
 .Sh USING csup WITH SOCKS
 .Nm
-can be used through a SOCKS proxy server with the standard
-.Nm runsocks
+can be used through a SOCKS proxy server with the
+.Nm tsocks
 command.
-Your
+The
 .Nm
 executable needs to be dynamically-linked with the system
 libraries for
-.Nm runsocks
+.Nm tsocks
 to work properly.
 .Sh USING ssh PORT FORWARDING
 As an alternative to SOCKS, a user behind a firewall can penetrate it
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to