diff options
author | dd <dd@FreeBSD.org> | 2001-06-19 05:46:30 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-19 05:46:30 +0000 |
commit | 55d0338e2257702b65692daf5d46786f31e49493 (patch) | |
tree | a21e271c759876e03c9fccca5a2975c8abd0bbbc /games | |
parent | 01ef3095a5f143229ee04a07ba31c18b5f516436 (diff) | |
download | FreeBSD-src-55d0338e2257702b65692daf5d46786f31e49493.zip FreeBSD-src-55d0338e2257702b65692daf5d46786f31e49493.tar.gz |
Correct some typos.
PR: 28251
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/datfiles/freebsd-tips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 74f9440..4ec87a2e 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -115,7 +115,7 @@ the environment variable HTTP_AUTH to 'basic:*'. You can permanently set environment variables for your shell by putting them in a startup file for the shell. The name of the startup file varies depending on the shell - csh and tcsh uses .cshrc, bash uses .bashrc, zsh uses -.zshrc, ksh uses .kshrc, and the Bourne shell (/bin/sh) uses .profile (and +.zshenv, ksh uses .kshrc, and the Bourne shell (/bin/sh) uses .profile (and through a little bit of trickery in .profile also .shrc) Other shells will often also read .profile % @@ -385,7 +385,7 @@ Want to know how many words, lines, or bytes are contained in a file? Type % Need to print a manpage? Use - man name_of_manpage | col -bx > lpr + man name_of_manpage | col -bx | lpr -- Dru <genesis@istar.ca> % Need to remove all those ^M characters from a DOS file? Try |