From acffa245010941848c6c2bd6162533b4a1e33eae Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 23 Aug 2014 23:16:11 -0400 Subject: prokit(1): New manual page --- (limited to 'man') diff --git a/man/local.mk b/man/local.mk new file mode 100644 index 0000000..11b63d9 --- /dev/null +++ b/man/local.mk @@ -0,0 +1,2 @@ +man1_sources = \ + man/prokit.1in diff --git a/man/prokit.1in b/man/prokit.1in new file mode 100644 index 0000000..3760dc4 --- /dev/null +++ b/man/prokit.1in @@ -0,0 +1,48 @@ +.TH prokit 1 \ +"2014-08-23" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@" + +.SH NAME +prokit \- ProteanOS Development Kit + +.SH SYNOPSIS +.B prokit +.RB [ -h ] +.RB [ -V ] + +.SH DESCRIPTION +.B prokit +can install a ProteanOS system and run a ProteanOS shell within an isolated file +system environment using the chroot utility. It is similar in function to the +debootstrap program of Debian and derivatives. + +.SH OPTIONS +.TP +.BI \-h +Print help information +.TP +.BI \-V +Print version information + +.SH PROKIT COMMANDS +.TP +.BR prokit-install (1) +Install a ProteanOS system into a directory +.TP +.BR prokit-shell (1) +Enter a ProteanOS shell + +.SH COPYRIGHT +Copyright (C) 2014 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