svn commit: r236350 - stable/8/bin/uuidgen

Warren Block wblock at FreeBSD.org
Thu May 31 02:52:59 UTC 2012


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


More information about the svn-src-all mailing list