Skip to content

Commit

Permalink
Merge pull request #24 from ldorau/Print-titles-of-manuals-to-stdout
Browse files Browse the repository at this point in the history
Print names of manuals to stdout
  • Loading branch information
mvertes authored Jun 3, 2020
2 parents 990329a + ff00dd4 commit 5c9ef7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src2man
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ $1 == "/**" && $2 ~ /^[0-9]/ {
}
}
}
print title "." sect > "/dev/stderr"
print title "." sect > "/dev/stdout"
if (nogen) {
name = synop = desc = sect = ""
next
Expand Down

0 comments on commit 5c9ef7b

Please sign in to comment.