From owner-svn-src-stable@FreeBSD.ORG Thu May 31 02:52:59 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1A2D1065673; Thu, 31 May 2012 02:52:59 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9BF508FC14; Thu, 31 May 2012 02:52:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4V2qxeD006780; Thu, 31 May 2012 02:52:59 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4V2qxut006778; Thu, 31 May 2012 02:52:59 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201205310252.q4V2qxut006778@svn.freebsd.org> From: Warren Block Date: Thu, 31 May 2012 02:52:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236350 - stable/8/bin/uuidgen X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 02:52:59 -0000 Author: wblock (doc committer) Date: Thu May 31 02:52:59 2012 New Revision: 236350 URL: http://svn.freebsd.org/changeset/base/236350 Log: MFC r235842 Mention the upper hard limit for -n option. Patch slightly modified from PR version. PR: 168255 Submitted by: Andy Kosela Approved by: gjb (mentor) Modified: stable/8/bin/uuidgen/uuidgen.1 Directory Properties: stable/8/bin/uuidgen/ (props changed) Modified: stable/8/bin/uuidgen/uuidgen.1 ============================================================================== --- stable/8/bin/uuidgen/uuidgen.1 Thu May 31 02:51:54 2012 (r236349) +++ stable/8/bin/uuidgen/uuidgen.1 Thu May 31 02:52:59 2012 (r236350) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 7, 2005 +.Dd May 23, 2012 .Dt UUIDGEN 1 .Os .Sh NAME @@ -52,8 +52,11 @@ instructs to not generate them in batch, but one at a time. .It Fl n This option controls the number of identifiers generated. -By default, multiple -identifiers are generated in batch. +By default, multiple identifiers are generated in batch. +The upper hard limit is 2048 +.Po see +.Xr uuidgen 2 +.Pc . .It Fl o Redirect output to .Ar filename