summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-02-15 14:54:50 -0800
committerGeoff Levand <geoff@infradead.org>2012-02-24 12:37:42 -0800
commit561f7df61d193d63c07fe41e5612b243e928f336 (patch)
tree702127c4783f7d92300a41bab54805acf9f4d601 /man
parentbd0c684c9941c24ee4191f4550ec966d5b1fa8ab (diff)
downloadtalos-petitboot-561f7df61d193d63c07fe41e5612b243e928f336.tar.gz
talos-petitboot-561f7df61d193d63c07fe41e5612b243e928f336.zip
Cleanup man pages
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rw-r--r--man/pb-discover.82
-rw-r--r--man/pb-event.82
-rw-r--r--man/pb-nc.8 (renamed from man/pb-cui.8)14
-rw-r--r--man/pb-twin.868
-rw-r--r--man/pb-udhcpc.838
-rw-r--r--man/petitboot.82
7 files changed, 117 insertions, 11 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index acba1fa..ed81c99 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-cui.8 pb-discover.8 pb-event.8 petitboot.8
+dist_man_MANS = pb-discover.8 pb-event.8 pb-nc.8 pb-twin.8 pb-udhcpc.8 petitboot.8
MAINTAINERCLEANFILES = Makefile.in
diff --git a/man/pb-discover.8 b/man/pb-discover.8
index a9b6633..6b7be18 100644
--- a/man/pb-discover.8
+++ b/man/pb-discover.8
@@ -41,7 +41,7 @@ pb-discover daemon and receive boot option information.
.\"
.Sh SEE ALSO
.\" ========
-.Xr petitboot 8 , Xr pb-cui 8 , Xr pb-event 8
+.Xr petitboot 8 , Xr pb-nc 8 , Xr pb-twin 8 , Xr pb-event 8
.\"
.Sh REPORTING BUGS
.\" ==============
diff --git a/man/pb-event.8 b/man/pb-event.8
index d198b22..d762ace 100644
--- a/man/pb-event.8
+++ b/man/pb-event.8
@@ -40,7 +40,7 @@ petitboot device discovery daemon.
.\"
.Sh SEE ALSO
.\" ========
-.Xr petitboot 8 , Xr pb-cui 8 , Xr pb-discover 8
+.Xr petitboot 8 , Xr pb-nc 8 , Xr pb-twin 8 , Xr pb-discover 8
.\"
.Sh REPORTING BUGS
.\" ==============
diff --git a/man/pb-cui.8 b/man/pb-nc.8
index fbe9b13..16ee654 100644
--- a/man/pb-cui.8
+++ b/man/pb-nc.8
@@ -17,16 +17,16 @@
.\" Maintainer's Notes:
.\" * For syntax help see the man pages for 'mdoc' and 'mdoc.samples'.
.\" * To check syntax use this:
-.\" 'groff -C -mtty-char -Tutf8 -man pb-cui.8'.
-.\" * To check format use this: 'less pb-cui.8'.
+.\" 'groff -C -mtty-char -Tutf8 -man pb-nc.8'.
+.\" * To check format use this: 'less pb-nc.8'.
.\"
.Dd ""
-.Dt pb-cui 8
+.Dt pb-nc 8
.Os
.\"
.Sh NAME
.\" ====
-.Nm pb-cui
+.Nm pb-nc
.Nd Petitboot ncurses bootloader UI
.\"
.Sh SYNOPSIS
@@ -38,7 +38,7 @@
.\"
.Sh DESCRIPTION
.\" ===========
-pb-cui is an ncurses based interface to the Petitboot bootloader.
+pb-nc is an ncurses based interface to the Petitboot bootloader.
.Pp
Petitboot is a Linux kexec based bootloader that supports loading Linux
kernel and initrd images from any device that can be mounted by Linux.
@@ -56,7 +56,7 @@ Print a help message.
.It Fl l, -log Ar log-file
Log messages to the file
.Ar log-file .
-The default log is a file pb-cui.log in the directory where pb-cui
+The default log is a file pb-nc.log in the directory where pb-nc
is started. New messages are appended to an existing log file.
.\"
.It Fl V, -version
@@ -64,7 +64,7 @@ Display the program version number.
.El
.Sh SEE ALSO
.\" ========
-.Xr petitboot 8 , Xr pb-discover 8 , Xr pb-event 8
+.Xr petitboot 8 , Xr pb-twin 8 , Xr pb-discover 8 , Xr pb-event 8
.\"
.Sh REPORTING BUGS
.\" ==============
diff --git a/man/pb-twin.8 b/man/pb-twin.8
new file mode 100644
index 0000000..fe4265c
--- /dev/null
+++ b/man/pb-twin.8
@@ -0,0 +1,68 @@
+.\" Copyright (C) 2009 Sony Computer Entertainment Inc.
+.\" Copyright 2009 Sony Corp.
+.\"
+.\" 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 more 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-twin 8
+.Os
+.\"
+.Sh NAME
+.\" ====
+.Nm pb-twin
+.Nd Petitboot twin bootloader UI
+.\"
+.Sh SYNOPSIS
+.\" ========
+.Nm
+.Op Fl h, -help
+.Op Fl l, -log Ar log-file
+.Op Fl V, -version
+.Op Fl V, -version
+.Op Fl f, -fbdev
+.Op Fl x, -x11
+.\"
+.Sh DESCRIPTION
+.\" ===========
+pb-twin is a twin based interface to the Petitboot bootloader.
+.Pp
+Petitboot is a Linux kexec based bootloader that supports loading Linux
+kernel and initrd images from any device that can be mounted by Linux.
+It can also load images from the network using the
+HTTP, HTTPS, NFS, SFTP, and TFTP
+protocols.
+.\"
+.Sh OPTIONS
+.\" =======
+.Bl -tag -width indent
+.\"
+.It Fl h, -help
+Print a help message.
+.\"
+.It Fl l, -log Ar log-file
+Log messages to the file
+.Ar log-file .
+The default log is a file pb-twin.log in the directory where pb-twin
+is started. New messages are appended to an existing log file.
+.\"
+.It Fl V, -version
+Display the program version number.
+.El
+.Sh SEE ALSO
+.\" ========
+.Xr petitboot 8 , Xr pb-twin 8 , Xr pb-discover 8 , Xr pb-event 8
+.\"
+.Sh REPORTING BUGS
+.\" ==============
+Send bug reports to Geoff Levand <geoff @ infradead.org>
diff --git a/man/pb-udhcpc.8 b/man/pb-udhcpc.8
new file mode 100644
index 0000000..8a0eb6b
--- /dev/null
+++ b/man/pb-udhcpc.8
@@ -0,0 +1,38 @@
+.\" Copyright Geoff Levand <geoff@infradead.org>
+.\"
+.\" 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 more 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-udhcpc 8
+.Os
+.\"
+.Sh NAME
+.\" ====
+.Nm pb-udhcpc
+.Nd Petitboot udhcpc user script
+.\"
+.Sh DESCRIPTION
+.\" ===========
+Petitboot udhcpc user script. Should be run by udhcpc when
+there is a change in the dhcp configuration. For more info
+see the udhcpc man page and the Linux kernel source file
+Documentation/filesystems/nfsroot.txt.
+.\"
+.Sh SEE ALSO
+.\" ========
+.Xr petitboot 8 , Xr pb-nc 8 , Xr pb-twin 8 , Xr pb-discover 8 , Xr pb-event 8
+.\"
+.Sh REPORTING BUGS
+.\" ==============
+Send bug reports to Geoff Levand <geoff @ infradead.org>
diff --git a/man/petitboot.8 b/man/petitboot.8
index 653ee9d..8ace468 100644
--- a/man/petitboot.8
+++ b/man/petitboot.8
@@ -44,7 +44,7 @@ from a DHCP server.
.\"
.Sh SEE ALSO
.\" ========
-.Xr pb-cui 8 , Xr pb-discover 8 , Xr pb-event 8
+.Xr pb-nc 8 , Xr pb-twin 8 , Xr pb-discover 8 , Xr pb-event 8
.\"
.Sh REPORTING BUGS
.\" ==============
OpenPOWER on IntegriCloud