diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-12-15 04:04:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-14 20:19:58 -0800 |
commit | 2ac2ca7705a585868fc31c1a98969ee4bed5e258 (patch) | |
tree | 8027d0b2e45d81776b4cce57db3946935fcfa575 /subsurface.1 | |
parent | 79c1f64800957e8034fe49fc11d04097308b4704 (diff) | |
download | subsurface-2ac2ca7705a585868fc31c1a98969ee4bed5e258.tar.gz |
Tweaking man page to better reflect current status
Small tweaks to reflect the recent changes in Subsurface.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.1')
-rw-r--r-- | subsurface.1 | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/subsurface.1 b/subsurface.1 index f409b969d..f4f432c75 100644 --- a/subsurface.1 +++ b/subsurface.1 @@ -1,6 +1,6 @@ -.TH subsurface 1 "May 7, 2012" +.TH subsurface 1 "Dec 15, 2013" .SH NAME -subsurface \- a simple dive log program written in C +subsurface \- a logbook program for scuba divers .SH SYNOPSIS .B subsurface [options] [FILE...] [\-import] [FILE...] @@ -8,22 +8,25 @@ subsurface \- a simple dive log program written in C .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. +You can click on 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. +.PP +For full usage information see Subsurface User Manual, available on-line +at http://subsurface.hohndel.org/ and locally under Help menu. .SH OPTIONS .B \-v show more output during processing .PP .B \-\-import all further files should be processed as import, not open +.PP +.B \-\-help +command line usage help +.PP +.B \-\-version +print Subsurface version information .SH BUGS -lots. Tell us if you find some. +If you find bugs, report at http://trac.hohndel.org |