From owner-freebsd-doc@FreeBSD.ORG Tue Nov 25 04:27:01 2008 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3045E106567A for ; Tue, 25 Nov 2008 04:27:01 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id AAA3A8FC19 for ; Tue, 25 Nov 2008 04:27:00 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1159367nfh.33 for ; Mon, 24 Nov 2008 20:26:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=wklpIJys32G5rUJIkcsSq8HYypH/sxrq43cITUAPA7k=; b=O82Q/BZkY/1QaBamtG9d3onr6hOP53i0eEUZF0m72sbsU12MMqsA//k4WmTpXbkQ8d iFyoHhFfqpRtg5NZ1ovfE+oaL+nX+YWQh1B3KouXu/QGgSDupC1r5gjqYV19WEFo194a iVxx8/qCIceJC+lmJpAXXjJDtFSo5lbyZxlaw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Pg3u4Q64oXXBxbg6As0D4j3WD60wPPYFk2pwWntP6IQ+pBn2eG7QUePOy8YzlU9Mh3 v7AER4SM0kOMRlRkKohwNfTU9SiqjfSNl0GgB5ZxJW2/OyMWceqkCFTtoBzxqo878JA/ oIhVlmOWw4UhwaOLXVlqYNUVbTi5BqnvhlAb4= Received: by 10.210.21.13 with SMTP id 13mr4336632ebu.95.1227587219308; Mon, 24 Nov 2008 20:26:59 -0800 (PST) Received: from atlantis.dyndns.org (athedsl-70133.home.otenet.gr [87.203.155.67]) by mx.google.com with ESMTPS id c4sm591632nfi.13.2008.11.24.20.26.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Nov 2008 20:26:58 -0800 (PST) Message-ID: <492B7E8E.4070508@gmail.com> Date: Tue, 25 Nov 2008 06:26:54 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.17 (X11/20081011) MIME-Version: 1.0 To: Hiroki Sato References: <20081124153358.7a539e67.trhodes@FreeBSD.org> <492B2D8C.4090807@gmail.com> <20081125.102512.193370295.hrs@allbsd.org> In-Reply-To: <20081125.102512.193370295.hrs@allbsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: trhodes@FreeBSD.org, doc@FreeBSD.org, pgj@FreeBSD.org, gabor@kovesdan.org, keramida@FreeBSD.org, remko@FreeBSD.org Subject: Re: A patch for the 'geom' chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2008 04:27:01 -0000 Hiroki Sato wrote: > Manolis Kiagias wrote > in <492B2D8C.4090807@gmail.com>: > > so> After our discussion, here again is the "second take" of this patch: > so> > so> http://people.freebsd.org/~manolis/geom.txt > > One thing: > > + Permanent labels can be created with the tunefs > + or newfs commands. They will then be created > > I think the &man.tunefs.8; and &man.newfs.8; are better than > foo here. > > -- > | Hiroki SATO > True, will change these. Thanks!