summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-08-06 18:13:30 +0000
committerkrion <krion@FreeBSD.org>2005-08-06 18:13:30 +0000
commit0c4a5c08a5ebc90eedb328bc437ed6a96e1d1107 (patch)
tree48b699d57b64722122ff8b5846591e631ae98644 /games
parent5a523760659dee07f955efb61a4021045eddd231 (diff)
downloadFreeBSD-src-0c4a5c08a5ebc90eedb328bc437ed6a96e1d1107.zip
FreeBSD-src-0c4a5c08a5ebc90eedb328bc437ed6a96e1d1107.tar.gz
Fix locations of some links.
Word smithing. PR: conf/81923 Submitted by: Gavin Atkinson <gavin dot atkinson at ury.york.ac.uk>
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/freebsd-tips15
1 files changed, 7 insertions, 8 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index 304d8d6..c3fd333 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -75,7 +75,7 @@ To change an environment variable in /bin/sh use:
%
You can use /etc/make.conf to control the options used to compile software
on this system. Example entries are in
-/usr/share/examples/etc/defaults/make.conf.
+/usr/share/examples/etc/make.conf.
%
To do a fast search for a file, try
@@ -171,9 +171,9 @@ In other words, to get the intro to general commands, type
%
FreeBSD is started up by the program 'init'. The first thing init does when
starting multiuser mode (ie, starting the computer up for normal use) is to
-run the shell script /etc/rc. By reading /etc/rc, you can learn a lot about
-how the system is put together, which again will make you more confident about
-what happens when you do something with it.
+run the shell script /etc/rc. By reading /etc/rc and the /etc/rc.d/ scripts,
+you can learn a lot about how the system is put together, which again will
+make you more confident about what happens when you do something with it.
%
If you want to play CDs with FreeBSD, a utility for this is already included.
Type 'cdcontrol' then 'help' to learn more. (You may need to set the CDROM
@@ -212,7 +212,7 @@ To see the output from when your computer started, run dmesg(8). If it has
been replaced with other messages, look at /var/run/dmesg.boot.
-- Francisco Reyes <lists@natserv.com>
%
-You can use "whereis" to locate standard binary, manual page and source
+You can use "whereis" to search standard binary, manual page and source
directories for the specified programs. This can be particularly handy
when you are trying to find where in the ports tree an application is.
@@ -262,7 +262,7 @@ the section of the manual the man page is in. "man man" will tell you more.
You can often get answers to your questions about FreeBSD by searching in the
FreeBSD mailing list archives at
- http://www.freebsd.org/search.html
+ http://www.freebsd.org/search/search.html
%
You can adjust the volume of various parts of the sound system in your
computer by typing 'mixer <type> <volume>'. To get a list of what you can
@@ -314,8 +314,7 @@ Want to see how much virtual memory you're using? Just type "swapinfo" to
be shown information about the usage of your swap partitions.
%
ports/net/netcat port is useful not only for redirecting input/output
-to TCP or UDP connections, but also for proxying them. See inetd(8) for
-details.
+to TCP or UDP connections, but also for proxying them with inetd(8).
%
If other operating systems have damaged your Master Boot Record, you can
reinstall it either with /stand/sysinstall or with boot0cfg(8). See
OpenPOWER on IntegriCloud