diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index dc4ff475f1e0..ea4fd0d21569 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -439,7 +439,7 @@ 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 is you've installed a certain port or not? Try "pkg_info | +Can't remember if you've installed a certain port or not? Try "pkg_info | grep port_name". -- Dru % @@ -449,7 +449,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 ": > filename". -- Dru % To see all of the directories on your FreeBSD system, type @@ -466,10 +466,6 @@ To see the MAC addresses of the NICs on your system, type ifconfig -a -- Dru % -You can save your kernel startup configuration with kget(8). The -Configuration can be edited at boot time with 'boot -c' command in loader. -See boot(8), loader(8) for details. -% 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. %