From owner-svn-src-head@FreeBSD.ORG Thu May 20 18:39:33 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61B5A1065674; Thu, 20 May 2010 18:39:33 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 51ADF8FC0C; Thu, 20 May 2010 18:39:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4KIdXvB076725; Thu, 20 May 2010 18:39:33 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4KIdX8u076723; Thu, 20 May 2010 18:39:33 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201005201839.o4KIdX8u076723@svn.freebsd.org> From: Wesley Shields Date: Thu, 20 May 2010 18:39:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208357 - head/share/man/man8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2010 18:39:33 -0000 Author: wxs (ports committer) Date: Thu May 20 18:39:33 2010 New Revision: 208357 URL: http://svn.freebsd.org/changeset/base/208357 Log: Document NANO_ARCH which is no longer hard coded as of r205980. Approved by: imp@ Modified: head/share/man/man8/nanobsd.8 Modified: head/share/man/man8/nanobsd.8 ============================================================================== --- head/share/man/man8/nanobsd.8 Thu May 20 18:22:45 2010 (r208356) +++ head/share/man/man8/nanobsd.8 Thu May 20 18:39:33 2010 (r208357) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 16, 2009 +.Dd May 20, 2010 .Dt NANOBSD 8 .Os .Sh NAME @@ -203,6 +203,9 @@ Build name (used to construct the workin Path to the source tree used to build the image. .It Va NANO_KERNEL Name of the kernel configuration file used to build the kernel. +.It Va NANO_ARCH +Machine processor architecture to build. Defaults to output of +.Cm uname -p . .It Va NANO_BOOT0CFG Controls the options passed to .Xr boot0cfg 8 ;