From owner-svn-src-all@freebsd.org Sun Oct 29 04:53:34 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AADBCE590CF; Sun, 29 Oct 2017 04:53:34 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E0C16B260; Sun, 29 Oct 2017 04:53:34 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9T4rXRf060011; Sun, 29 Oct 2017 04:53:33 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9T4rX3E060010; Sun, 29 Oct 2017 04:53:33 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201710290453.v9T4rX3E060010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 29 Oct 2017 04:53:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325092 - head/usr.bin/fortune/datfiles X-SVN-Group: head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/usr.bin/fortune/datfiles X-SVN-Commit-Revision: 325092 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 04:53:34 -0000 Author: eadler Date: Sun Oct 29 04:53:33 2017 New Revision: 325092 URL: https://svnweb.freebsd.org/changeset/base/325092 Log: Modernize freebsd-tips a bit - Prefer UTF-8 over ISO-8859-1 - Remove some references to printing man pages - Combine duplicate '!!' tips - 'rehash' is no longer needed Modified: head/usr.bin/fortune/datfiles/freebsd-tips Modified: head/usr.bin/fortune/datfiles/freebsd-tips ============================================================================== --- head/usr.bin/fortune/datfiles/freebsd-tips Sun Oct 29 04:41:01 2017 (r325091) +++ head/usr.bin/fortune/datfiles/freebsd-tips Sun Oct 29 04:53:33 2017 (r325092) @@ -47,10 +47,6 @@ reinstall it with gpart(8). See If you accidentally end up inside vi, you can quit it by pressing Escape, colon (:), q (q), bang (!) and pressing return. % -If you are in the C shell and have just installed a new program, you won't -be able to run it unless you first type "rehash". - -- Dru -% If you do not want to get beeps in X11 (X Windows), you can turn them off with xset b off @@ -115,7 +111,7 @@ also do a lot more advanced searches - type 'man grep' % In order to support national characters for European languages in tools like less without creating other nationalisation aspects, set the environment -variable LC_ALL to 'en_US.ISO8859-1'. +variable LC_ALL to 'en_US.UTF-8'. % "man firewall" will give advice for building a FreeBSD firewall using ipfw(8). -- David Scheidt @@ -154,11 +150,6 @@ Use "lock -p". When you return, use your password as t terminal. -- Dru % -Need to print a manpage? Use - - man name_of_manpage | col -bx | lpr - -- Dru -% Need to quickly empty a file? Use ": > filename". -- Dru % @@ -256,9 +247,6 @@ To read a compressed file without having to first unco and "xzless". -- Dru % -To repeat the last command in the C shell, type "!!". - -- Dru -% To save disk space in your home directory, compress files you rarely use with "gzip filename". -- Dru @@ -467,7 +455,7 @@ Try "whereis firefox" and "whereis whereis". -- Konstantinos Konstantinidis % Want to run the same command again? -In tcsh you can type "!!". +Type "!!". % Want to go the directory you were just in? Type "cd -"