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