From owner-svn-src-head@freebsd.org Sun Dec 27 21:52:04 2015 Return-Path: Delivered-To: svn-src-head@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 35F50A52643; Sun, 27 Dec 2015 21:52:04 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) (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 D088A1126; Sun, 27 Dec 2015 21:52:03 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-lf0-x233.google.com with SMTP id z124so185729245lfa.3; Sun, 27 Dec 2015 13:52:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=XoWL28MqSVyemzAxGWA/7ojbJpLj7BZGLxSQPm8Blv4=; b=oCVkFKRCYj7qacnIy45FTiTtMIAmMGukyNA9U+/AyF6CdkiRKn0l4JfKUvYp7HovB3 oWYiQW78S4eKieIioRScXPsRHIvry8SH2Arklk+q5XbWbttPcenN/GOpABbwjvDdZhzy mpfZHYusr1u6q6YEQ7wpS/tJTcul+ShfP4gUdHWRJW9Fsf+c68hHVEHwClUQ3Vqz7l0x Zeli10efwXMmDIigqwo+0CUdVgSYhiZ9Gu7qTKqzdZ0RHpi0aRhBMR9kxD7Vss/gz2SI GjbIVqh+Or8cYKBWM8DccXVAIoog8GSBgzHwr1pi2IlKFZI8ff76PRb4L8p5a16k3Jql WzQA== X-Received: by 10.25.134.2 with SMTP id i2mr18772865lfd.68.1451253120623; Sun, 27 Dec 2015 13:52:00 -0800 (PST) Received: from [10.0.1.2] (broadband-5-228-251-240.nationalcablenetworks.ru. [5.228.251.240]) by smtp.gmail.com with ESMTPSA id e9sm9958696lbs.13.2015.12.27.13.51.59 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 Dec 2015 13:51:59 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: svn commit: r292788 - in head/sys: geom/part sys From: Dmitry Sivachenko In-Reply-To: <201512271812.tBRICD3A044563@repo.freebsd.org> Date: Mon, 28 Dec 2015 00:51:58 +0300 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201512271812.tBRICD3A044563@repo.freebsd.org> To: Allan Jude X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 27 Dec 2015 21:52:04 -0000 > On 27 Dec 2015, at 21:12, Allan Jude wrote: > > Author: allanjude > Date: Sun Dec 27 18:12:13 2015 > New Revision: 292788 > URL: https://svnweb.freebsd.org/changeset/base/292788 > > Log: > Add some additional GPT partition types <...> May be list these in man page too?