[byzanz] Add manpage for byzanz



commit aae609da39ec5bc5f6ec422c106c14200f18aaab
Author: Benjamin Otte <otte redhat com>
Date:   Wed Oct 10 18:51:36 2012 -0400

    Add manpage for byzanz
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685308

 src/Makefile.am |    2 +-
 src/byzanz.1    |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index d09f357..d57fae2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 noinst_LTLIBRARIES = libbyzanz.la
 bin_PROGRAMS = byzanz-record byzanz-playback
 libexec_PROGRAMS = byzanz-applet
-man_MANS = byzanz-record.1 byzanz-playback.1
+man_MANS = byzanz.1 byzanz-record.1 byzanz-playback.1
 
 BUILT_SOURCES = \
 	byzanzmarshal.h \
diff --git a/src/byzanz.1 b/src/byzanz.1
new file mode 100644
index 0000000..1755616
--- /dev/null
+++ b/src/byzanz.1
@@ -0,0 +1,32 @@
+.\" Manual page for byzanz.
+.\" Written by Markus Koschany <apo gambaru de>
+.\"
+.\" Copyright (C) 2012 Markus Koschany
+.\"
+.\" This manual page 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 3 of the License, or (at your option) any later version.
+.\"
+.\" This manual page 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.
+.TH BYZANZ "1"
+.SH NAME
+byzanz \- small screencast creator
+.SH DESCRIPTION
+\fBByzanz\fP is a small and efficient screencast creator. It records your
+desktop session or parts of it to an animated GIF, OGG Theora or Flash.
+
+Byzanz is implemented as a GNOME applet and can thus be used directly from any
+panel which supports GNOME applets.
+
+Furthermore it consists of two different tools, \fBbyzanz-record\fP, which
+allows you to make recordings from the command line and
+\fBbyzanz-playback\fP, which makes it possible to convert debug recordings
+into other supported formats.
+
+
+.SH SEE ALSO
+\fBbyzanz-record\fR(1), \fBbyzanz-playback\fR(1)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]