From owner-freebsd-stable@freebsd.org Sat Jul 16 02:47:41 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6225B9AE20; Sat, 16 Jul 2016 02:47:41 +0000 (UTC) (envelope-from nathan.bosley@gmail.com) Received: from mail-yw0-x22e.google.com (mail-yw0-x22e.google.com [IPv6:2607:f8b0:4002:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A07D514AE; Sat, 16 Jul 2016 02:47:41 +0000 (UTC) (envelope-from nathan.bosley@gmail.com) Received: by mail-yw0-x22e.google.com with SMTP id w127so118906817ywf.3; Fri, 15 Jul 2016 19:47:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=epGyUwcpRR2JJHDG8Z4Ew1hrlhNpn5KMO1g0kEYjB40=; b=CpBIjTgo8MBNt1nzDNB0dfW+ei9cU93cyli/CYfya5iUyDpFOU70ycaWLA/THRCOfF sE5RbMPEJrLQJ8s0amjvhw5ptGRR19YdgjPV5fltANMAIn9GIY7F4d8UJfBF0lQtJFCd EDOBUP6J7Y6tCvWd1GntziPkE0QA45kfQMvKGVxU8aU4NP2rgtpUsFSVawMOfos60wPN uqf93fl63qjr6OL7C1KUZQ61dP/8b16lta3V28ia20xwD/a8LgrG4xapQJ5he3pUew+g yTyzdklWrUw2G8SQ85fFPIKv6QspHgd4EquhYYWHiDL4QQkxWrD80mwDgr+gvOKnu1xO 301w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=epGyUwcpRR2JJHDG8Z4Ew1hrlhNpn5KMO1g0kEYjB40=; b=dl3K0HNOycoLVRxw06uKhYGZFZNCvCrwha9F7kp9NvfP/cKUIWlkg1aEz6uNRXbGIf 6TnfYgEICCFVhwLeJLLJRp7JfuXkB/XRqhiYgk2D2O9S+UF3oTIq6Gl6JU/Ih8ZBVRKS cE9PApGyODsQEZsmaYpOpXAEkeTOs6rQMgD/xWg8XzPE3WvYgJ6Nkv7K64SjiL+dZ//A dQu08SPawj1lhycDMwYdfMzyMZFHZ4K0ssqp0o9mjfJAxq2UgHBemAu9iwXbEanIGkMT EVl83eY2SiHh8R/jeKYkhN7zUR+Bj6gWueo0bzwW+OTsJP6rd6EYwGOlxoFrLpL9ykan enBw== X-Gm-Message-State: ALyK8tJfjQZ94EmiX8Rj62jQLE1AmMsEVmPeVrohldaEmDk6pCLMfHGkGsTkTyJVem9YWHK6Hr693NBJ3MQd9Q== X-Received: by 10.37.204.72 with SMTP id l69mr15129729ybf.133.1468637260694; Fri, 15 Jul 2016 19:47:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.97.11 with HTTP; Fri, 15 Jul 2016 19:47:40 -0700 (PDT) From: Nathan Bosley Date: Fri, 15 Jul 2016 22:47:40 -0400 Message-ID: Subject: Missing links on 10.3 Installation Instructions page To: freebsd-doc@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2016 02:47:42 -0000 Hello, I had a glance at https://www.freebsd.org/releases/10.3R/installation.html. I believe this line is missing a couple of links: "The procedure for doing a source code based update is described in and ." My guess is that that line should be: "The procedure for doing a source code based update is described in Synchronizing Source and Rebuilding world ." Thanks.