summaryrefslogtreecommitdiffstats
path: root/subsurface.1
diff options
context:
space:
mode:
authorGravatar Khalid El Fathi <khalid@elfathi.fr>2012-05-07 19:08:39 +0200
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-05-07 10:49:20 -0700
commit1a2fde26778b194305cc4b4537abed40ebc788d8 (patch)
treeeb9afd2604be92179046114418b4a1bdf7e60a7e /subsurface.1
parentcf475114f6fc1720444fcc1da66cf664b018c3f4 (diff)
downloadsubsurface-1a2fde26778b194305cc4b4537abed40ebc788d8.tar.gz
Fix subsurface manpage - missing description and parsing problem
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>
Diffstat (limited to 'subsurface.1')
-rw-r--r--subsurface.110
1 files changed, 5 insertions, 5 deletions
diff --git a/subsurface.1 b/subsurface.1
index 1e636f275..f409b969d 100644
--- a/subsurface.1
+++ b/subsurface.1
@@ -1,9 +1,9 @@
-.TH subsurface 1 2011/10/12
+.TH subsurface 1 "May 7, 2012"
.SH NAME
-subsurface
+subsurface \- a simple dive log program written in C
.SH SYNOPSIS
.B subsurface
-[options] [FILE...] [-import] [FILE...]
+[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.
@@ -20,10 +20,10 @@ 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
+.B \-v
show more output during processing
.PP
-.B --import
+.B \-\-import
all further files should be processed as import, not open
.SH BUGS
lots. Tell us if you find some.