From ebbe6c853e179221f5f9eeb9f091fcb5b6a3f260 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 8 Sep 2009 13:48:43 -0400 Subject: [PATCH] upkg: Add a simple man page. --- Makefile.am | 2 ++ doc/man/upkg.1 | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 doc/man/upkg.1 diff --git a/Makefile.am b/Makefile.am index 7f206b7..2b9c072 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,8 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = m4/gnulib-cache.m4 +dist_man_MANS = doc/man/upkg.1 + DIST_SUBDIRS = libltdl lib src SUBDIRS = lib diff --git a/doc/man/upkg.1 b/doc/man/upkg.1 new file mode 100644 index 0000000..172c972 --- /dev/null +++ b/doc/man/upkg.1 @@ -0,0 +1,26 @@ +.Dd September 8, 2009 +.Os libuobject +.Dt UPKG \&1 "UObject Reference Manual" +.Sh NAME +.Nm upkg +.Nd manipulate UObject packages +.Sh SYNOPSIS +.Nm +.Op Fl i Ns | Ns Fl x +.Op Fl v +.Ar package +.Sh OPTIONS +.Bl -tag -width indent +.It Fl i , -info +Display information about a package. More information is displayed at higher +verbosity levels. +.It Fl x , -export +Export all exportable objects from a package. +.It Fl v , -verbose +Increase the amount of information printed to standard output. This option can +be specified multiple times for increased effect. +.It Fl V , -version +Print a version message and exit. +.It Fl H , -help +Print a help message and exit. +.El -- 2.43.0