From nobody@FreeBSD.org  Wed May 23 13:00:19 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B649D106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 May 2012 13:00:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 6327C8FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 May 2012 13:00:19 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4ND0IHE020352
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 May 2012 13:00:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q4ND0I7C020351;
	Wed, 23 May 2012 13:00:18 GMT
	(envelope-from nobody)
Message-Id: <201205231300.q4ND0I7C020351@red.freebsd.org>
Date: Wed, 23 May 2012 13:00:18 GMT
From: Andy Kosela <akosela@andykosela.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] uuidgen(1): mention the upper hard limit for -n option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168255
>Category:       docs
>Synopsis:       [patch] uuidgen(1): mention the upper hard limit for -n option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wblock
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 13:10:02 UTC 2012
>Closed-Date:    Wed May 23 16:59:53 UTC 2012
>Last-Modified:  Thu May 31 03:00:21 UTC 2012
>Originator:     Andy Kosela
>Release:        -CURRENT
>Organization:
>Environment:
>Description:
uuidgen(1): mention the upper hard limit for -n option.  The maximum number is 2048.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: bin/uuidgen/uuidgen.1
===================================================================
--- bin/uuidgen/uuidgen.1	(revision 235828)
+++ bin/uuidgen/uuidgen.1	(working copy)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 7, 2005
+.Dd May 23, 2012
 .Dt UUIDGEN 1
 .Os
 .Sh NAME
@@ -52,8 +52,8 @@
 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.
 .It Fl o
 Redirect output to
 .Ar filename


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->wblock 
Responsible-Changed-By: wblock 
Responsible-Changed-When: Wed May 23 14:14:26 UTC 2012 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168255 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/168255: commit references a PR
Date: Wed, 23 May 2012 16:19:30 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Wed May 23 16:19:19 2012
 New Revision: 235842
 URL: http://svn.freebsd.org/changeset/base/235842
 
 Log:
   Mention the upper hard limit for -n option.  Patch slightly modified
   from PR version.
   
   PR:		168255
   Submitted by:	Andy Kosela
   Approved by:	gjb
   MFC after:	3 days
 
 Modified:
   head/bin/uuidgen/uuidgen.1
 
 Modified: head/bin/uuidgen/uuidgen.1
 ==============================================================================
 --- head/bin/uuidgen/uuidgen.1	Wed May 23 15:47:07 2012	(r235841)
 +++ head/bin/uuidgen/uuidgen.1	Wed May 23 16:19:19 2012	(r235842)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wblock 
State-Changed-When: Wed May 23 16:59:18 UTC 2012 
State-Changed-Why:  
Slightly-modified version of patch committed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168255 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/168255: commit references a PR
Date: Thu, 31 May 2012 02:52:06 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Thu May 31 02:51:54 2012
 New Revision: 236349
 URL: http://svn.freebsd.org/changeset/base/236349
 
 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/9/bin/uuidgen/uuidgen.1
 Directory Properties:
   stable/9/bin/uuidgen/   (props changed)
 
 Modified: stable/9/bin/uuidgen/uuidgen.1
 ==============================================================================
 --- stable/9/bin/uuidgen/uuidgen.1	Thu May 31 02:36:30 2012	(r236348)
 +++ stable/9/bin/uuidgen/uuidgen.1	Thu May 31 02:51:54 2012	(r236349)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/168255: commit references a PR
Date: Thu, 31 May 2012 02:53:18 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/168255: commit references a PR
Date: Thu, 31 May 2012 02:53:43 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Thu May 31 02:53:28 2012
 New Revision: 236351
 URL: http://svn.freebsd.org/changeset/base/236351
 
 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/7/bin/uuidgen/uuidgen.1
 Directory Properties:
   stable/7/bin/uuidgen/   (props changed)
 
 Modified: stable/7/bin/uuidgen/uuidgen.1
 ==============================================================================
 --- stable/7/bin/uuidgen/uuidgen.1	Thu May 31 02:52:59 2012	(r236350)
 +++ stable/7/bin/uuidgen/uuidgen.1	Thu May 31 02:53:28 2012	(r236351)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
