summaryrefslogtreecommitdiffstats
path: root/games/fortune
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2004-02-18 05:18:27 +0000
committercperciva <cperciva@FreeBSD.org>2004-02-18 05:18:27 +0000
commitdba5418199fbfddd296d7632492e72e8b043458a (patch)
tree3893120958296852fb0fd2ca48397de8a1047c81 /games/fortune
parenta3c3975cc335ee1ea2be8b9858a9919ad6992621 (diff)
downloadFreeBSD-src-dba5418199fbfddd296d7632492e72e8b043458a.zip
FreeBSD-src-dba5418199fbfddd296d7632492e72e8b043458a.tar.gz
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 <sean@chittenden.org> Approved by: rwatson (mentor)
Diffstat (limited to 'games/fortune')
-rw-r--r--games/fortune/datfiles/freebsd-tips8
1 files changed, 4 insertions, 4 deletions
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
OpenPOWER on IntegriCloud