From e39b409ec6863ade2e070f7ed2236cee0ca46180 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Sun, 19 May 2013 21:07:02 +0800 Subject: util/pb-console: Packaging updates In preparation for packaging add a man page, a help option, and some comments to the script. Signed-off-by: Geoff Levand --- man/Makefile.am | 2 +- man/pb-console.8 | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 man/pb-console.8 (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 4d4301b..75a6bc3 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -12,6 +12,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -dist_man_MANS = pb-discover.8 pb-event.8 petitboot-nc.8 petitboot-twin.8 pb-udhcpc.8 petitboot.8 +dist_man_MANS = pb-console.8 pb-discover.8 pb-event.8 petitboot-nc.8 petitboot-twin.8 pb-udhcpc.8 petitboot.8 MAINTAINERCLEANFILES = Makefile.in diff --git a/man/pb-console.8 b/man/pb-console.8 new file mode 100644 index 0000000..1430f22 --- /dev/null +++ b/man/pb-console.8 @@ -0,0 +1,36 @@ +.\" Copyright Geoff Levand +.\" +.\" 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; version 2 of the License. +.\" +.\" 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 moZZre details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program; if not, write to the Free Software +.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +.\" +.Dd "" +.Dt pb-console 8 +.Os +.\" +.Sh NAME +.\" ==== +.Nm pb-console +.Nd Petitboot console utility script +.\" +.Sh DESCRIPTION +.\" =========== +Petitboot utility script for running a petitboot UI program +on a console tty. +.\" +.Sh SEE ALSO +.\" ======== +.Xr petitboot 8 +.\" +.Sh REPORTING BUGS +.\" ============== +Send bug reports to Geoff Levand -- cgit v1.2.1