summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-23 23:16:11 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-23 23:16:11 (EDT)
commitacffa245010941848c6c2bd6162533b4a1e33eae (patch)
tree7c4cce440d491e7ec1896fabdebb021b2b724c8c /man
parent8110e807eca17e55df9a549838f0aca97c1595fe (diff)
prokit(1): New manual page
Diffstat (limited to 'man')
-rw-r--r--man/local.mk2
-rw-r--r--man/prokit.1in48
2 files changed, 50 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.