summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2009-01-12 19:17:43 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2009-01-12 19:17:43 +0000
commit8efe053612cfb46ebf2027a7ed457414dc2be2ab (patch)
tree36eb602cf3ded31f1205fd7aa358e46d8524f13a /games
parent92df0bda99adc2fcec6c8a8c15b49127117bb64b (diff)
Notes
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/freebsd-tips4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index 3029df7c3f91..c9a2ed6bbac9 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -215,8 +215,8 @@ Over quota? "du -s * | sort -n " will give you a sorted list of your
directory sizes.
-- David Scheidt <dscheidt@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.