Skip to content

Commit

Permalink
man: add horizontal space after description
Browse files Browse the repository at this point in the history
By default, there is no horizontal space after a description block. This
results in the next paragraph not being visually separated from the
description.

Fixes #8
  • Loading branch information
jschlatow authored and nfeske committed Jun 13, 2023
1 parent af9ae1e commit 99408ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man.gosh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ proc process_description_man {txtblock} {
puts ".RS 0.0"
handle_txtblock description $txtblock
puts ".RE"
# puts ""
puts ".sp"
}

### DESCRIPTION ITEM ###
Expand Down

0 comments on commit 99408ea

Please sign in to comment.