From: Kern Sibbald Date: Tue, 24 Apr 2007 15:47:01 +0000 (+0000) Subject: Update manpages X-Git-Tag: Release-7.0.0~6511 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7236cf764d46cbf8aa002475fc183018ca55b358;p=bacula%2Fbacula Update manpages git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4617 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/manpages/Makefile.in b/bacula/manpages/Makefile.in index 2e0d4c58fb..7a85308d24 100644 --- a/bacula/manpages/Makefile.in +++ b/bacula/manpages/Makefile.in @@ -8,8 +8,8 @@ MAN8 = bacula.8 bacula-dir.8 bacula-fd.8 bacula-sd.8 \ bconsole.8 bcopy.8 bextract.8 bls.8 bscan.8 btape.8 \ btraceback.8 dbcheck.8 -MAN1 = bacula-console-gnome.1 bacula-tray-monitor.1 \ - bacula-wxconsole.1 bsmtp.1 +MAN1 = bacula-bgnome-console.1 bacula-tray-monitor.1 \ + bacula-bwxconsole.1 bsmtp.1 bat.1 all: diff --git a/bacula/manpages/bacula-bat.1 b/bacula/manpages/bacula-bat.1 new file mode 100644 index 0000000000..06bf6a117a --- /dev/null +++ b/bacula/manpages/bacula-bat.1 @@ -0,0 +1,46 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH BWX-CONSOLE 1 "24 April 2007" "Kern Sibbald" "Network backup, recovery and verification" +.\" Please adjust this date whenever revising the manpage. +.\" +.SH NAME + bat \- Bacula Administration Tool Console +.SH SYNOPSIS +.B bat +.RI [options] +.br +.SH DESCRIPTION +This manual page documents briefly the +.B bat +command, the Qt4 version of the Bacula Administration Tool console. +This is a GUI program that has similar features to the bconsole program, +but it is graphical oriented. +.PP +.SH OPTIONS +bat [\-s] [\-c config_file] [\-d debug_level] [-t] +.TP +.B \-c +Specify configuration file. Default is bat.conf. +.TP +.B \-d +Set debug level to \fInn\fP. +.TP +.B \-s +No signals. Used in debugging only. +.TP +.B \-t +Test config mode: read configuration and exit. +.TP +.B \-? +Show version and usage of program. +.SH SEE ALSO +.BR bacula-dir (8), +.BR bacula-bgnome-console (1) +.BR bacula-bwx-console (1) +.BR bls (1), +.BR bextract (1). +.br +.SH AUTHOR +This manual page was written by Kern Sibbald. diff --git a/bacula/manpages/bacula-bgnome-console.1 b/bacula/manpages/bacula-bgnome-console.1 new file mode 100644 index 0000000000..daf85c6c83 --- /dev/null +++ b/bacula/manpages/bacula-bgnome-console.1 @@ -0,0 +1,45 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH BGNOME\-CONSOLE 1 "April 24, 2007" "Kern Sibbald" "Network backup, recovery and verification" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME + bgnome\-console \- Bacula's management Console, GUI version. +.br +.SH DESCRIPTION +This manual page documents briefly the +.B bgnome\-console +command, the Gnome GUI version of the Bacula administration console. +.sp 2 +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invoke bold face and italics, +.\" respectively. +The Console allows the administrator or user to communicate with the +Bacula Director. This is the Gnome version. It will also run under KDE. +.PP +This Gnome GUI interface is for the moment far from complete but is quite +functional, having all the capabilities of the shell Console plus a number +of GUI extensions that make interaction easier with point and click. +.BR +.SH SEE ALSO +.BR bacula\-dir (8), +.BR bls (1), +.BR bextract (1). +.br +.SH AUTHOR +This manual page was written by Jose Luis Tallon +.nh +. diff --git a/bacula/manpages/bacula-bwxconsole.1 b/bacula/manpages/bacula-bwxconsole.1 new file mode 100644 index 0000000000..e4ad3b5194 --- /dev/null +++ b/bacula/manpages/bacula-bwxconsole.1 @@ -0,0 +1,45 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH BWX-CONSOLE 1 "24 April 2007" "Kern Sibbald" "Network backup, recovery and verification" +.\" Please adjust this date whenever revising the manpage. +.\" +.SH NAME + bwx-console \- Bacula's management Console +.SH SYNOPSIS +.B bwx-console +.RI [options] +.br +.SH DESCRIPTION +This manual page documents briefly the +.B bwx-console +command, the wxWidgets version of the Bacula administration console. +.PP +.SH OPTIONS +bwx-console [\-s] [\-c config_file] [\-d debug_level] [-t] +.TP +.B \-c +Specify configuration file. +.TP +.B \-d +Set debug level to \fInn\fP. +.TP +.B \-s +No signals. +.TP +.B \-t +Test config mode: read configuration and exit. +.TP +.B \-? +Show version and usage of program. +.SH SEE ALSO +.BR bacula-dir (8), +.BR bacula-bgnome-console (1) +.BR bls (1), +.BR bextract (1). +.br +.SH AUTHOR +This manual page was written by Jose Luis Tallon +.nh +. diff --git a/bacula/manpages/bacula-console-gnome.1 b/bacula/manpages/bacula-console-gnome.1 deleted file mode 100644 index 42edb44690..0000000000 --- a/bacula/manpages/bacula-console-gnome.1 +++ /dev/null @@ -1,45 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH GNOME\-CONSOLE 1 "Oct 24, 2003" "Kern Sibbald" "Network backup, recovery and verification" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME - gnome\-console \- Bacula's management Console, GUI version. -.br -.SH DESCRIPTION -This manual page documents briefly the -.B gnome\-console -command, the Gnome GUI version of the Bacula administration console. -.sp 2 -.PP -.\" TeX users may be more comfortable with the \fB\fP and -.\" \fI\fP escape sequences to invoke bold face and italics, -.\" respectively. -The Console allows the administrator or user to communicate with the -Bacula Director. This is the Gnome version. It will also run under KDE. -.PP -This Gnome GUI interface is for the moment far from complete but is quite -functional, having all the capabilities of the shell Console plus a number -of GUI extensions that make interaction easier with point and click. -.BR -.SH SEE ALSO -.BR bacula\-dir (8), -.BR bls (1), -.BR bextract (1). -.br -.SH AUTHOR -This manual page was written by Jose Luis Tallon -.nh -. diff --git a/bacula/manpages/bacula-wxconsole.1 b/bacula/manpages/bacula-wxconsole.1 deleted file mode 100644 index 959e5132c7..0000000000 --- a/bacula/manpages/bacula-wxconsole.1 +++ /dev/null @@ -1,45 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH WX-CONSOLE 1 "26 May, 2006" "Kern Sibbald" "Network backup, recovery and verification" -.\" Please adjust this date whenever revising the manpage. -.\" -.SH NAME - wx-console \- Bacula's management Console -.SH SYNOPSIS -.B wx-console -.RI [options] -.br -.SH DESCRIPTION -This manual page documents briefly the -.B wx-console -command, the wxWidgets version of the Bacula administration console. -.PP -.SH OPTIONS -wx-console [\-s] [\-c config_file] [\-d debug_level] [-t] -.TP -.B \-c -Specify configuration file. -.TP -.B \-d -Set debug level to \fInn\fP. -.TP -.B \-s -No signals. -.TP -.B \-t -Test config mode: read configuration and exit. -.TP -.B \-? -Show version and usage of program. -.SH SEE ALSO -.BR bacula-dir (8), -.BR bacula-console-gnome (1) -.BR bls (1), -.BR bextract (1). -.br -.SH AUTHOR -This manual page was written by Jose Luis Tallon -.nh -.