Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/uuidgen -s, not -c; add arguments to options; sort o...



details:   https://anonhg.NetBSD.org/src/rev/9e1343d69a40
branches:  trunk
changeset: 569935:9e1343d69a40
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 13 23:44:04 2004 +0000

description:
-s, not -c; add arguments to options; sort options in SYNOPSIS; indent flag descriptions.

diffstat:

 usr.bin/uuidgen/uuidgen.1 |  16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 0011d06d2398 -r 9e1343d69a40 usr.bin/uuidgen/uuidgen.1
--- a/usr.bin/uuidgen/uuidgen.1 Mon Sep 13 23:38:26 2004 +0000
+++ b/usr.bin/uuidgen/uuidgen.1 Mon Sep 13 23:44:04 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uuidgen.1,v 1.1 2004/09/13 23:35:19 thorpej Exp $
+.\"    $NetBSD: uuidgen.1,v 1.2 2004/09/13 23:44:04 wiz Exp $
 .\"
 .\" Copyright (c) 2002 Marcel Moolenaar
 .\" All rights reserved.
@@ -34,10 +34,9 @@
 .Nd generate universally unique identifiers
 .Sh SYNOPSIS
 .Nm
-.Op Fl 1
+.Op Fl 1s
 .Op Fl n Ar count
 .Op Fl o Ar filename
-.Op Fl s
 .Sh DESCRIPTION
 The
 .Nm
@@ -49,21 +48,20 @@
 to stdout.
 The following options can be used to change the behavior of
 .Nm :
-.Bl -tag -width indent
+.Bl -tag -offset indent -width XoXfilenameXX
 .It Fl 1
 This option only has effect if multiple identifiers are to be generated and
 instructs
 .Nm
 to not generate them in batch, but one at a time.
-.It Fl n
+.It Fl n Ar count
 This option controls the number of identifiers generated.
-By default, multiple
-identifiers are generated in batch.
-.It Fl o
+By default, multiple identifiers are generated in batch.
+.It Fl o Ar filename
 Redirect output to
 .Ar filename
 instead of stdout.
-.It Fl c
+.It Fl s
 Output UUIDs as initialized C structures, rather than in the standard
 string format.
 .El



Home | Main Index | Thread Index | Old Index