Author: simon
Date: Mon Jan 12 19:17:43 2009
New Revision: 187110
URL: http://svn.freebsd.org/changeset/base/187110

Log:
  netcat is "now" in base, so point people at nc(1) instead of the port.
  
  MFC after:    1 week

Modified:
  head/games/fortune/datfiles/freebsd-tips

Modified: head/games/fortune/datfiles/freebsd-tips
==============================================================================
--- head/games/fortune/datfiles/freebsd-tips    Mon Jan 12 19:17:35 2009        
(r187109)
+++ head/games/fortune/datfiles/freebsd-tips    Mon Jan 12 19:17:43 2009        
(r187110)
@@ -215,8 +215,8 @@ Over quota?  "du -s * | sort -n " will g
 directory sizes.
                -- David Scheidt <dsche...@tumbolia.com>
 %
-ports/net/netcat port is useful not only for redirecting input/output
-to TCP or UDP connections, but also for proxying them with inetd(8).
+nc(1) (or netcat) is useful not only for redirecting input/output to
+TCP or UDP connections, but also for proxying them with inetd(8).
 %
 sh (the default Bourne shell in FreeBSD) supports command-line editing.  Just
 ``set -o emacs'' or ``set -o vi'' to enable 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