From owner-freebsd-questions@FreeBSD.ORG Mon May 30 01:54:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BFFD1065672 for ; Mon, 30 May 2011 01:54:20 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id AA1FD8FC14 for ; Mon, 30 May 2011 01:54:19 +0000 (UTC) Received: by fxm11 with SMTP id 11so3188719fxm.13 for ; Sun, 29 May 2011 18:54:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=xzykxXEhmugdoE+OyQ6CK19VhAD3aETUkwFKRXngs3Q=; b=Cv7QwQl4JYBhebvgwWh6B1wrX2RJ3VhHqU5y7s67oh3sviXlCiVNThqbuWOWyCyEX6 uwzqfwKWu9OTRarI2z9tKLY0Uf/4cKzadlme6hVGDpklW5mN9+vFnyIHwzMcWWDY8jPC nV6+TwMkpOzwA1fF6a9CZdbb4hoeYaAgzEEek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bA7w9bQqLW9E8b6ldAvU4tnnxIeRcCo+zdPNaUxv1/sJam7JiLUzrL4+Px4fhjijNC MWF6/Xw7x9UuLH6zxbumQNAMxRBVqSa+uBIvZ4lX0cziBiK6jLyfqiYr6LpeVjK2pb6R fTD4yw51/ofUCrxRRvVpmUFEw9JtwAygSIfmU= MIME-Version: 1.0 Received: by 10.223.17.142 with SMTP id s14mr4895337faa.145.1306720458485; Sun, 29 May 2011 18:54:18 -0700 (PDT) Received: by 10.223.118.148 with HTTP; Sun, 29 May 2011 18:54:18 -0700 (PDT) In-Reply-To: <854814211.20110529230803@yandex.ru> References: <1857504788.20110518220129@yandex.ru> <469A67A7-8F08-4A02-8AB2-03019FDE5065@mac.com> <218834106.20110518220711@yandex.ru> <15710232314.20110518222125@yandex.ru> <3D67F8F7-8892-494C-985C-581DDF6CA4AD@mac.com> <120581865.20110518231534@yandex.ru> <936691689.20110528214641@yandex.ru> <4DE14694.1020309@gmx.de> <1678374264.20110528235537@yandex.ru> <854814211.20110529230803@yandex.ru> Date: Sun, 29 May 2011 20:54:18 -0500 Message-ID: From: Adam Vande More To: =?KOI8-R?B?68/O2MvP1yDl18fFzsnK?= Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Lokadamus , freebsd-questions@freebsd.org Subject: Re: Re[4]: How to install doc for 9-CURRENT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 01:54:20 -0000 2011/5/29 =EB=CF=CE=D8=CB=CF=D7 =E5=D7=C7=C5=CE=C9=CA > sorry, but that is not what I am looking for. > > How to install 'man' pages? they are not included in .iso and there are n= ot > on link you advice. > I don't know how to install the man pages from the snapshot cd, but if you have the source for your version you can do: cd /usr/src/share/man make install --=20 Adam Vande More