- Fix nroff code

('.' may not be the first letter on a row, even after style setting)
- Really minor syntactic improvements  + a typo fix


svn: r5651
This commit is contained in:
Eero Tamminen 2006-01-01 15:14:53 +00:00
parent 99ea089639
commit 210b05e2c4

View File

@ -44,8 +44,8 @@ wide by almost all other genealogy software.
.BI gramps " FILE" .BI gramps " FILE"
When \fIFILE\fR is given (without any flags) then it is When \fIFILE\fR is given (without any flags) then it is
opened and an interactive session is started. The rest of the options opened and an interactive session is started. The rest of the options
is ignored. This way of launching is suitable for using gramps are ignored. This way of launching is suitable for using gramps
as a handler for genealogical data in e.g. web browsers. This invokation as a handler for genealogical data in e.g. web browsers. This invocation
can accept any data format native to gramps, see below. can accept any data format native to gramps, see below.
.br .br
@ -58,9 +58,10 @@ the format of that file is guessed according to its extension.
.br .br
Formats Formats
available for opening are \fBgrdb\fR (guessed if \fIFILE\fR ends with available for opening are \fBgrdb\fR (guessed if \fIFILE\fR ends
\fB.grdb\fR), \fBgramps\-xml\fR (guessed if \fIFILE\fR ends with with \fB.grdb\fR), \fBgramps\-xml\fR (guessed if \fIFILE\fR ends
\fB.gramps\fR), and \fBgedcom\fR (guessed if \fIFILE\fR ends with \fB.ged\fR). with \fB.gramps\fR), and \fBgedcom\fR (guessed if \fIFILE\fR ends
with \fB.ged\fR).
.br .br
Formats Formats
@ -71,7 +72,7 @@ available for import are \fBgrdb\fR, \fBgramps\-xml\fR, \fBgedcom\fR,
Formats available for export are \fBgrdb\fR, \fBgramps\-xml\fR, \fBgedcom\fR, Formats available for export are \fBgrdb\fR, \fBgramps\-xml\fR, \fBgedcom\fR,
\fBgramps\-pkg\fR, \fBwft\fR (guessed if \fIFILE\fR ends with \fB.wft\fR), \fBgramps\-pkg\fR, \fBwft\fR (guessed if \fIFILE\fR ends with \fB.wft\fR),
\fBgeneweb\fR, and \fBiso\fR (never guessed, always specify with \fBgeneweb\fR, and \fBiso\fR (never guessed, always specified with
\fB\-f\fR option). \fB\-f\fR option).
.TP .TP
@ -159,8 +160,8 @@ by \fB\-a\fR flag. The actions are performed one by one, in the specified order.
.br .br
If the first argument on the command line does not start with dash (i.e. no If the first argument on the command line does not start with dash (i.e. no
flag), gramps will attempt to open the file with the name given by the first flag), gramps will attempt to open the file with the name given by the first
argument and start interactive session, ignoring the rest of the command line argument and start an interactive session, ignoring the rest of the command
arguments. line arguments.
.LP .LP
If the \fB\-O\fR flag is given, then gramps will try opening If the \fB\-O\fR flag is given, then gramps will try opening
@ -179,8 +180,8 @@ actual order always is: all imports (if any) -> all actions (if any)
.LP .LP
If no \fB\-O\fR or \fB\-i\fR option is given, gramps will launch its main If no \fB\-O\fR or \fB\-i\fR option is given, gramps will launch its main
window and start the usual interactive session with the empty database, window and start the usual interactive session with the empty database
since there is no data to process, anyway. anyway, since there is no data to process.
.LP .LP
If no \fB\-o\fR or \fB\-a\fR options are given, gramps will launch its main If no \fB\-o\fR or \fB\-a\fR options are given, gramps will launch its main