From 2f25a31d2ca269d18c3d220ba1d2c7bfa201e841 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 09 Sep 2013 23:01:52 -0400 Subject: pro-archman(1): New file. --- (limited to 'man') 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 . -- cgit v0.9.1