Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2012 12:46:13 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235227 - head/games/fortune/datfiles
Message-ID:  <201205101246.q4ACkDgf036058@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu May 10 12:46:12 2012
New Revision: 235227
URL: http://svn.freebsd.org/changeset/base/235227

Log:
  Partial revert of previous commit as some of the changes were not
  newbie-friendly.
  
  Requested by:	jhb, gcooper
  Approved by:	cperciva (implicit)
  MFC after:	3 days
  X-MFC-With:	r235209

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

Modified: head/games/fortune/datfiles/freebsd-tips
==============================================================================
--- head/games/fortune/datfiles/freebsd-tips	Thu May 10 12:37:32 2012	(r235226)
+++ head/games/fortune/datfiles/freebsd-tips	Thu May 10 12:46:12 2012	(r235227)
@@ -73,6 +73,7 @@ If you need to ask a question on the Fre
 
 contains lots of useful advice to help you get the best results.
 %
+If you write part of a filename in tcsh,
 pressing TAB will show you the available choices when there
 is more than one, or complete the filename if there's only one match.
 %
@@ -311,12 +312,12 @@ been replaced with other messages, look 
 Want colour in your directory listings?  Use "ls -G".  "ls -F" is also useful,
 and they can be combined as "ls -FG".
 %
-Want to find a specific port, just type the following
+Want to find a specific port, just type the following under /usr/ports
 or one its subdirectories:
 
-	"make -C /usr/ports search name=<port-name>"
+	"make search name=<port-name>"
     or
-	"make -C /usr/ports search key=<keyword>"
+	"make search key=<keyword>"
 %
 Want to know how many words, lines, or bytes are contained in a file? Type
 "wc filename".
@@ -472,5 +473,5 @@ Want to run the same command again?
 In tcsh you can type "!!"
 %
 Want to go the directory you were just in?
-In tcsh you can type "cd -"
+Type "cd -"
 %



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205101246.q4ACkDgf036058>