Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2011 14:05:48 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225189 - head/etc
Message-ID:  <201108261405.p7QE5mLR057823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Fri Aug 26 14:05:48 2011
New Revision: 225189
URL: http://svn.freebsd.org/changeset/base/225189

Log:
  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)

Modified:
  head/etc/motd

Modified: head/etc/motd
==============================================================================
--- head/etc/motd	Fri Aug 26 10:39:33 2011	(r225188)
+++ head/etc/motd	Fri Aug 26 14:05:48 2011	(r225189)
@@ -10,8 +10,10 @@ o  Security advisories and updated errat
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108261405.p7QE5mLR057823>