From 050a00c8f260c4319cc668bfb91243ffe248232a Mon Sep 17 00:00:00 2001 From: Thomas Nikolajsen Date: Fri, 24 Jul 2009 21:40:24 +0200 Subject: [PATCH] dragonfly-tips: Add missing spaces --- games/fortune/datfiles/dragonfly-tips | 54 +++++++++++++-------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/games/fortune/datfiles/dragonfly-tips b/games/fortune/datfiles/dragonfly-tips index 74ebfca34a..7dab1ac9e0 100644 --- a/games/fortune/datfiles/dragonfly-tips +++ b/games/fortune/datfiles/dragonfly-tips @@ -1,4 +1,4 @@ -Having trouble using fetch through a firewall? Try setting the environment +Having trouble using fetch through a firewall? Try setting the environment variable FTP_PASSIVE_MODE to yes, and see fetch(3) for more details. % By pressing "Scroll Lock" you can use the arrow keys to scroll backward @@ -203,7 +203,7 @@ been replaced with other messages, look at /var/run/dmesg.boot. -- Francisco Reyes % You can use "whereis" to locate standard binary, manual page and source -directories for the specified programs. This can be particularly handy +directories for the specified programs. This can be particularly handy when you are trying to find where in the pkgsrc tree an application is. Try "whereis netscape" and "whereis whereis". @@ -226,7 +226,7 @@ modes. -- Konstantinos Konstantinidis % Any user that is a member of the wheel group can use "su -" to simulate -a root login. You can add a user to the wheel group by editing /etc/group. +a root login. You can add a user to the wheel group by editing /etc/group. -- Konstantinos Konstantinidis % Over quota? "du -s * | sort -n " will give you a sorted list of your @@ -268,28 +268,28 @@ You can make a log of your terminal session with script(1). "man security" gives very good advice on how to tune the security of your DragonFly BSD system. % -Want to see how much virtual memory you're using? Just type "swapinfo" to +Want to see how much virtual memory you're using? Just type "swapinfo" to be shown information about the usage of your swap partitions. % pkgsrc/net/netcat package is useful not only for redirecting input/output -to TCP or UDP connections, but also for proxying them. See inetd(8) for +to TCP or UDP connections, but also for proxying them. See inetd(8) for details. % If other operating systems have damaged your Master Boot Record, you can -reinstall it with boot0cfg(8). See "man boot0cfg" for details. +reinstall it with boot0cfg(8). See "man boot0cfg" for details. % -Need to see the calendar for this month? Simply type "cal". To see the +Need to see the calendar for this month? Simply type "cal". To see the whole year, type "cal -y". -- Dru % -Need to quickly return to your home directory? Type "cd". +Need to quickly return to your home directory? Type "cd". -- Dru % To see the last time that you logged in, use lastlogin(8). -- Dru % -To clear the screen, use "clear". To re-display your screen buffer, press -the scroll lock key and use your page up button. When you're finished, +To clear the screen, use "clear". To re-display your screen buffer, press +the scroll lock key and use your page up button. When you're finished, press the scroll lock key again to get your prompt back. -- Dru % @@ -317,24 +317,24 @@ of file, use file filename -- Dru % -Time to change your password? Type "passwd" and follow the prompts. +Time to change your password? Type "passwd" and follow the prompts. -- Dru % -Want to know how many words, lines, or bytes are contained in a file? Type +Want to know how many words, lines, or bytes are contained in a file? Type "wc filename". -- Dru % -Need to print a manpage? Use +Need to print a manpage? Use man name_of_manpage | col -bx | lpr -- Dru % -Need to remove all those ^M characters from a DOS file? Try +Need to remove all those ^M characters from a DOS file? Try col -bx < dosfile > newfile -- Dru % -Forget what directory you are in? Type "pwd". +Forget what directory you are in? Type "pwd". -- Dru % If you are in the C shell and have just installed a new program, you won't @@ -342,19 +342,19 @@ be able to run it unless you first type "rehash". -- Dru % Need to leave your terminal for a few minutes and don't want to logout? -Use "lock -p". When you return, use your password as the key to unlock the +Use "lock -p". When you return, use your password as the key to unlock the terminal. -- Dru % -Need to find the location of a program? Use "locate program_name". +Need to find the location of a program? Use "locate program_name". -- Dru % -Forget how to spell a word or a variation of a word? Use +Forget how to spell a word or a variation of a word? Use look portion_of_word_you_know -- Dru % -To see the last 10 lines of a long file, use "tail filename". To see the +To see the last 10 lines of a long file, use "tail filename". To see the first 10 lines, use "head filename". -- Dru % @@ -380,27 +380,27 @@ If you need a reminder to leave your terminal, type "leave +hhmm" where "hhmm" represents in how many hours and minutes you need to leave. -- Dru % -Need to do a search in a manpage or in a file you've sent to a pager? Use -"/search_word". To repeat the same search, type "n" for next. +Need to do a search in a manpage or in a file you've sent to a pager? Use +"/search_word". To repeat the same search, type "n" for next. -- Dru % -Forget when Easter is? Try "ncal -e". If you need the date for Orthodox +Forget when Easter is? Try "ncal -e". If you need the date for Orthodox Easter, use "ncal -o" instead. -- Dru % -Need to see your routing table? Type "netstat -rn". The entry with the G +Need to see your routing table? Type "netstat -rn". The entry with the G flag is your gateway. -- Dru % -Need to see which daemons are listening for connection requests? Use +Need to see which daemons are listening for connection requests? Use "sockstat -4l" for IPv4, and "sockstat -l" for IPv4 and IPv6. -- Dru % -Can't remember if you've installed a certain package or not? Try "pkg_info | +Can't remember if you've installed a certain package or not? Try "pkg_info | grep package_name". -- Dru % -Got some time to kill? Try typing "hangman". +Got some time to kill? Try typing "hangman". -- Dru % To erase a line you've written at the command prompt, use "Ctrl-U". @@ -409,7 +409,7 @@ To erase a line you've written at the command prompt, use "Ctrl-U". To repeat the last command in the C shell, type "!!". -- Dru % -Need to quickly empty a file? Use "echo > filename". +Need to quickly empty a file? Use "echo > filename". -- Dru % To see all directories on a DragonFly BSD system, type -- 2.41.0