From owner-svn-doc-head@FreeBSD.ORG Mon Dec 1 19:56:50 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A49CBDE; Mon, 1 Dec 2014 19:56:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 664CDEC3; Mon, 1 Dec 2014 19:56:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB1Juod9024447; Mon, 1 Dec 2014 19:56:50 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB1JuoWe024446; Mon, 1 Dec 2014 19:56:50 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201412011956.sB1JuoWe024446@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 1 Dec 2014 19:56:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46040 - head/en_US.ISO8859-1/books/fdp-primer/overview X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 19:56:50 -0000 Author: jgh Date: Mon Dec 1 19:56:49 2014 New Revision: 46040 URL: https://svnweb.freebsd.org/changeset/doc/46040 Log: - fix svn command and mention svnweb interface PR: 195295 (based on) Differential Revision: https://reviews.freebsd.org/D1222 Submitted by: pt307@cam.ac.uk Approved by: wblock (mentor) Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Mon Dec 1 19:33:38 2014 (r46039) +++ head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Mon Dec 1 19:56:49 2014 (r46040) @@ -123,6 +123,10 @@ svn log. Commit messages are also archived at &a.svn-doc-all.url;. + Web frontends to both of these repositories are available at and . + Many people have written tutorials or how-to articles about &os;. Some are stored as part of the FDP files. In other cases, the author has decided to keep the @@ -156,7 +160,7 @@ ~/doc (see ). - &prompt.user; svn checkout https://svn.FreeBSD.org/doc/head ~/doc + &prompt.user; svn checkout https://svn0.us-west.FreeBSD.org/doc/head ~/doc