From dba5418199fbfddd296d7632492e72e8b043458a Mon Sep 17 00:00:00 2001 From: cperciva Date: Wed, 18 Feb 2004 05:18:27 +0000 Subject: Fix misspellings in the freebsd-tips fortunes. The same PR has a patch to mention portupgrade in freebsd-tips as well; I'm not sure if that belongs here, so I'll leave it for someone else. PR: misc/37073 Submitted by: Sean Chittenden Approved by: rwatson (mentor) --- games/fortune/datfiles/freebsd-tips | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/fortune') diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 5d60cda..ed1db5d 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -131,12 +131,12 @@ The default editor in FreeBSD is vi, which is efficient to use when you have learned it, but somewhat user-unfriendly. To use ee (an easier but less powerful editor) instead, set the environment variable EDITOR to /usr/bin/ee % -If you accidently end up inside vi, you can quit it by pressing Escape, colon +If you accidentally end up inside vi, you can quit it by pressing Escape, colon (:), q (q), bang (!) and pressing return. % You can use aliases to decrease the amount of typing you need to do to get commands you commonly use. Examples of fairly popular aliases include (in -bourne shell style, as in /bin/sh, bash, ksh, and zsh): +Bourne shell style, as in /bin/sh, bash, ksh, and zsh): alias lf="ls -FA" alias ll="ls -lA" @@ -151,7 +151,7 @@ In csh or tcsh, these would be To remove an alias, you can usually use 'unalias aliasname'. To list all aliases, you can usually type just 'alias'. % -In order to support national characters for european languages in tools like +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'. % @@ -469,7 +469,7 @@ To see the MAC addresses of the NICs on your system, type You can open up a new split-screen window in (n)vi with :N or :E and then use ^w to switch between the two. % -sh (the default bourne shell in FreeBSD) supports command-line editing. Just +sh (the default Bourne shell in FreeBSD) supports command-line editing. Just ``set -o emacs'' or ``set -o vi'' to enable it. % When you've made modifications to a file in vi(1) and then find that -- cgit v1.1