[gnumeric] ssdiff: intial man page.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] ssdiff: intial man page.
- Date: Mon, 24 Dec 2012 19:09:13 +0000 (UTC)
commit 5b6d053d3d1968266d9402be763004c53e3e867c
Author: Morten Welinder <terra gnome org>
Date: Mon Dec 24 14:08:56 2012 -0500
ssdiff: intial man page.
doc/C/ChangeLog | 4 +++
doc/C/Makefile.am | 2 +-
doc/C/gnumeric.1 | 1 +
doc/C/ssconvert.1 | 1 +
doc/C/ssdiff.1 | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++
doc/C/ssgrep.1 | 1 +
doc/C/ssindex.1 | 1 +
7 files changed, 82 insertions(+), 1 deletions(-)
---
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 9c206e0..9822739 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-24 Morten Welinder <terra gnome org>
+
+ * ssdiff.1: New file.
+
2012-12-18 Andreas J. Guelzow <aguelzow pyrshep ca>
* figures/toolbars.png: spelling fixes
diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am
index 5cf14b2..bdad476 100644
--- a/doc/C/Makefile.am
+++ b/doc/C/Makefile.am
@@ -76,7 +76,7 @@ figdir = figures
include $(top_srcdir)/doc/gnumeric-doc.make
manpagedir = $(mandir)/man1
-manpage_DATA = gnumeric.1 ssconvert.1 ssindex.1 ssgrep.1
+manpage_DATA = gnumeric.1 ssconvert.1 ssindex.1 ssgrep.1 ssdiff.1
winhelp_DATA =
winhelpdir=$(gnumeric_datadir)/$(subdir)
diff --git a/doc/C/gnumeric.1 b/doc/C/gnumeric.1
index 79c034b..e6f1a9a 100644
--- a/doc/C/gnumeric.1
+++ b/doc/C/gnumeric.1
@@ -165,6 +165,7 @@ please visit \fIhttp://bugzilla.gnome.org\fR.
.SH "SEE ALSO"
\fBssconvert\fR(1),
\fBssindex\fR(1),
+\fBssdiff\fR(1)
\fBssgrep\fR(1)
.TP
.B The Gnumeric Manual
diff --git a/doc/C/ssconvert.1 b/doc/C/ssconvert.1
index 7380d29..54d9ea9 100644
--- a/doc/C/ssconvert.1
+++ b/doc/C/ssconvert.1
@@ -376,6 +376,7 @@ The initial version of this manpage was written by J.H.M. Dassen (Ray)
.SH SEE ALSO
.BR gnumeric(1),
+.BR ssdiff(1),
.BR ssgrep(1),
.BR ssindex(1)
diff --git a/doc/C/ssdiff.1 b/doc/C/ssdiff.1
new file mode 100644
index 0000000..4f52634
--- /dev/null
+++ b/doc/C/ssdiff.1
@@ -0,0 +1,73 @@
+.de URL
+\\$2 \(laURL: \\$1 \(ra\\$3
+..
+.if \n[.g] .mso www.tmac
+.TH SSDIFF 1 "2012-12-24" gnumeric "GNOME"
+.SH NAME
+ssdiff \- compare two spreadsheets
+
+.SH SYNOPSIS
+\fBssdiff \fR [\fIOPTIONS\fR] \fIOLDFILE\fR \fINEWFILE\fR
+
+.SH DESCRIPTION
+This manual page briefly documents the \fBssdiff\fR command.
+
+\fBssdiff\fR is a command line utility to compare two spreadsheets and list their differences
+
+.\".SH "RETURN VALUE"
+.\".SH "EXIT STATUS"
+.\".SH ERRORS
+.SH OPTIONS
+This program follows the usual GNU command line syntax, with single
+letter options starting with a single dash (`-') and longer options
+starting with two dashes (`--').
+
+.SS "Help options"
+.TP
+.B \-V, \-\-version
+Display ssdiff's version
+.TP
+.B \-?, \-\-help
+Display the supported options
+
+.\".SH USAGE
+.SH EXAMPLE
+To compare an old version of a file with a newer file, run:
+.PP
+\fBssdiff\fR \fIold.gnumeric\fR \fInew.gnumeric\fR
+.PP
+
+.\".SH FILES
+.\".SH ENVIRONMENT
+.\".SH DIAGNOSTICS
+.\".SH SECURITY
+.\".SH CONFORMING TO
+.\".SH NOTES
+.\".SH BUGS
+
+.SH LICENSE
+
+\fBssdiff\fR is licensed under the terms of the General Public
+License (GPL), version 2 or 3. For information on this license look at the
+source code that came with the software or see the
+.URL "http://www.gnu.org" "GNU project page" .
+
+.SH COPYRIGHT
+
+The copyright on \fBssdiff\fR and the \fBgnumeric\fR software and source
+code is held by the individual authors as is documented in the source code.
+
+.SH AUTHOR
+
+\fBssdiff\fR's primary author is Morten Welinder <terra gnome org>;
+\fBssdiff\fR builds on the \fBgnumeric\fR codebase.
+
+.SH SEE ALSO
+\fBgnumeric\fR(1),
+\fBssconvert\fR(1),
+\fBssindex\fR(1)
+\fBssgrep\fR(1)
+
+.URL "http://www.gnome.org/projects/gnumeric/" "The Gnumeric Homepage" .
+
+.URL "http://www.gnome.org/" "The GNOME project page" .
diff --git a/doc/C/ssgrep.1 b/doc/C/ssgrep.1
index efda1e7..ca9cce6 100644
--- a/doc/C/ssgrep.1
+++ b/doc/C/ssgrep.1
@@ -128,6 +128,7 @@ The initial version of this manpage was based on ssindex.1 by J.H.M. Dassen
\fBbeagled\fR(1),
\fBgnumeric\fR(1),
\fBssconvert\fR(1),
+\fBssdiff\fR(1)
\fBssindex\fR(1)
.URL "http://www.gnome.org/projects/gnumeric/" "The Gnumeric Homepage" .
diff --git a/doc/C/ssindex.1 b/doc/C/ssindex.1
index d30d012..13a9e0d 100644
--- a/doc/C/ssindex.1
+++ b/doc/C/ssindex.1
@@ -88,6 +88,7 @@ The initial version of this manpage was written by J.H.M. Dassen (Ray)
\fBbeagled\fR(1),
\fBgnumeric\fR(1),
\fBssconvert\fR(1),
+\fBssdiff\fR(1)
\fBssgrep\fR(1)
.URL "http://www.gnome.org/projects/gnumeric/" "The Gnumeric Homepage" .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]