Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
8d7eeeae
Commit
8d7eeeae
authored
Aug 26, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #215 from ellert/brief-misplaced
Bug 651859 - Brief description misplaced in man page output
parents
7b7bdb98
379e3b95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
mangen.cpp
src/mangen.cpp
+1
-6
No files found.
src/mangen.cpp
View file @
8d7eeeae
...
@@ -194,6 +194,7 @@ void ManGenerator::endTitleHead(const char *,const char *name)
...
@@ -194,6 +194,7 @@ void ManGenerator::endTitleHead(const char *,const char *name)
t
<<
".SH NAME"
<<
endl
;
t
<<
".SH NAME"
<<
endl
;
t
<<
name
<<
"
\\
- "
;
t
<<
name
<<
"
\\
- "
;
firstCol
=
FALSE
;
firstCol
=
FALSE
;
paragraph
=
TRUE
;
inHeader
=
TRUE
;
inHeader
=
TRUE
;
}
}
...
@@ -828,10 +829,4 @@ void ManGenerator::endLabels()
...
@@ -828,10 +829,4 @@ void ManGenerator::endLabels()
void
ManGenerator
::
endHeaderSection
()
void
ManGenerator
::
endHeaderSection
()
{
{
if
(
!
firstCol
)
{
t
<<
endl
;
firstCol
=
TRUE
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment