mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
1a2fde2677
It's missing a brief description. The "NAME" section is parsed by lexgrog and used to generate a database that's queried by commands like apropos and whatis. Replacement a hyphen by a minus sign. Signed-off-by: Khalid El Fathi <khalid@elfathi.fr> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
29 lines
867 B
Groff
29 lines
867 B
Groff
.TH subsurface 1 "May 7, 2012"
|
|
.SH NAME
|
|
subsurface \- a simple dive log program written in C
|
|
.SH SYNOPSIS
|
|
.B subsurface
|
|
[options] [FILE...] [\-import] [FILE...]
|
|
.SH DESCRIPTION
|
|
.B subsurface
|
|
allows you to manage your dive logs that you can download from your dive computer or import from existing XML files.
|
|
.PP
|
|
The
|
|
.B Dive Profile
|
|
and
|
|
.B Dive List
|
|
tabs can be ripped off from the notebook to create up to three independent windows.
|
|
.PP
|
|
You can click on the the column headings to sort the dives based on this column.
|
|
.PP
|
|
Additional dives that get imported will be assigned numbers if they
|
|
don't already have numbers, are after all currently stored dives and
|
|
the last of those dives is numbered.
|
|
.SH OPTIONS
|
|
.B \-v
|
|
show more output during processing
|
|
.PP
|
|
.B \-\-import
|
|
all further files should be processed as import, not open
|
|
.SH BUGS
|
|
lots. Tell us if you find some.
|