diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man1/ssindex.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/ssindex.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/ssindex.1 | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/ssindex.1 b/upstream/opensuse-leap-15-6/man1/ssindex.1 new file mode 100644 index 00000000..58f1ac2b --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/ssindex.1 @@ -0,0 +1,88 @@ +.de URL +\\$2 \(laURL: \\$1 \(ra\\$3 +.. +.if \n[.g] .mso www.tmac +.TH SSINDEX 1 "2009-02-08" gnumeric "GNOME" +.SH NAME +ssindex \- generate index data for spreadsheet files + +.SH SYNOPSIS +\fBssindex \fR [\fIOPTIONS\fR] [\fIFILES\fR] + +.SH DESCRIPTION +This manual page briefly documents the \fBssindex\fR command. + +\fBssindex\fR is a command line utility to generate index data for +various spreadsheet file formats. It is primarily used by the \fBBeagle\fR +indexing sub-system and search aggregator. + +.\".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 "Main options" +.TP +.B \-E, \-\-import\-encoding=\fIENCODING\fR +Specify an encoding for imported content +.TP +.B \-i, \-\-index +Index the given files +.TP +.B \-m, \-\-list\-mime\-types +List the MIME types which ssindex is able to read + +.SS "Help options" +.TP +.B \-v, \-\-version +Display ssindex's version +.TP +.B \-?, \-\-help +Display the supported options +.TP +.B \-\-usage +Display a brief usage message + +.\".SH USAGE +.\".SH EXAMPLES +.\".SH FILES +.\".SH ENVIRONMENT +.\".SH DIAGNOSTICS +.\".SH SECURITY +.\".SH CONFORMING TO +.\".SH NOTES +.\".SH BUGS + +.SH LICENSE + +\fBssindex\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 \fBssindex\fR and the \fBgnumeric\fR software and source +code is held by the individual authors as is documented in the source code. + +.SH AUTHOR + +\fBssindex\fR's primary author is Jody Goldberg <jody@gnome.org>; +\fBssindex\fR builds on the \fBgnumeric\fR codebase. + +The initial version of this manpage was written by J.H.M. Dassen (Ray) +<jdassen@debian.org>. + +.SH SEE ALSO +\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" . + +.URL "http://www.gnome.org/" "The GNOME project page" . |