mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
cf475114f6
commit
1a2fde2677
1 changed files with 5 additions and 5 deletions
10
subsurface.1
10
subsurface.1
|
@ -1,9 +1,9 @@
|
||||||
.TH subsurface 1 2011/10/12
|
.TH subsurface 1 "May 7, 2012"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
subsurface
|
subsurface \- a simple dive log program written in C
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B subsurface
|
.B subsurface
|
||||||
[options] [FILE...] [-import] [FILE...]
|
[options] [FILE...] [\-import] [FILE...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B subsurface
|
.B subsurface
|
||||||
allows you to manage your dive logs that you can download from your dive computer or import from existing XML files.
|
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
|
don't already have numbers, are after all currently stored dives and
|
||||||
the last of those dives is numbered.
|
the last of those dives is numbered.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.B -v
|
.B \-v
|
||||||
show more output during processing
|
show more output during processing
|
||||||
.PP
|
.PP
|
||||||
.B --import
|
.B \-\-import
|
||||||
all further files should be processed as import, not open
|
all further files should be processed as import, not open
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
lots. Tell us if you find some.
|
lots. Tell us if you find some.
|
||||||
|
|
Loading…
Add table
Reference in a new issue