diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-08-26 14:05:48 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-08-26 14:05:48 +0000 |
commit | 5d358aac624b2462feb612b5f7c85101ede957e5 (patch) | |
tree | 533bffc72e48353a2b9eb743acb19385cb56f5b9 /etc | |
parent | de5b6920cc9ac8cd6aeb9d55a80b1f2d590c1fc6 (diff) | |
download | FreeBSD-src-5d358aac624b2462feb612b5f7c85101ede957e5.zip FreeBSD-src-5d358aac624b2462feb612b5f7c85101ede957e5.tar.gz |
Fix path to the handbook and provide a hint about how to install it if it
was not added at installation time.
Approved by: re (blackend)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/motd | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,8 +10,10 @@ o Security advisories and updated errata information for all releases are o The Handbook and FAQ documents are at http://www.FreeBSD.org/ and, along with the mailing lists, can be searched by going to - http://www.FreeBSD.org/search/. If the doc distribution has - been installed, they're also available formatted in /usr/share/doc. + http://www.FreeBSD.org/search/. If the doc package has been installed + (or fetched via pkg_add -r lang-freebsd-doc, where lang is the + 2-letter language code, e.g. en), they are also available formatted + in /usr/local/share/doc/freebsd. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it |