summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-09 23:01:52 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-09 23:01:52 (EDT)
commit2f25a31d2ca269d18c3d220ba1d2c7bfa201e841 (patch)
treec97c9b4f54add96de819ed830ff0261c7cb4b5b6 /man
parent06655753b2a04c1ee50f16d9cf9d09f883d2535d (diff)
pro-archman(1): New file.
Diffstat (limited to 'man')
-rw-r--r--man/local.mk3
-rw-r--r--man/pro-archman.1in51
2 files changed, 53 insertions, 1 deletions
diff --git a/man/local.mk b/man/local.mk
index 1839566..9cc9528 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -1,4 +1,5 @@
# pro-archman
# man/local.mk
-man1_srcs =
+man1_srcs = \
+ man/pro-archman.1in
diff --git a/man/pro-archman.1in b/man/pro-archman.1in
new file mode 100644
index 0000000..8f7da4b
--- /dev/null
+++ b/man/pro-archman.1in
@@ -0,0 +1,51 @@
+.TH PRO-ARCHMAN "1" \
+"2013-09-09" "@@PACKAGE_NAME@@ @@PACKAGE_VERSION@@" "@@PACKAGE_DESCRIPTION@@"
+
+.SH NAME
+pro-archman \- ProteanOS Archive Manager
+
+.SH SYNOPSIS
+.B pro-archman
+.I command
+.RI [ arg
+.R \&...]
+
+.SH DESCRIPTION
+.B pro-archman
+.R manages packages in an archive.
+
+.SH COMMANDS
+.TP
+.B help
+Print a help message.
+.TP
+.B include \fIchanges\fP \fR...\fP
+Include packages described in changes files.
+.TP
+.B process-incoming
+Include packages in incoming.
+.TP
+.B remove
+Remove packages from a suite.
+.TP
+.B copy-suite \fIsource-suite\fP \fIdestination-suite\fP
+Copy packages from one suite to another.
+.TP
+.B remove-suite \fIsuite\fP
+Remove a suite.
+
+.SH COPYRIGHT
+Copyright (C) 2013 Patrick "P. J." McDermott
+.sp
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+.sp
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+.sp
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.