Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.groff.bug > #1927
| From | Ingo Schwarze <INVALID.NOREPLY@gnu.org> |
|---|---|
| Newsgroups | gnu.groff.bug |
| Subject | [bug #43532] [PATCH] man: put titles on separate lines when parts too wide, instead of overlapping them |
| Date | 2020-07-25 07:22 -0400 |
| Message-ID | <mailman.33.1595676131.2739.bug-groff@gnu.org> (permalink) |
| References | (1 earlier) <20141105-122618.sv90212.57910@savannah.gnu.org> <20141201-085138.sv97315.66370@savannah.gnu.org> <20180216-215348.sv97361.44749@savannah.gnu.org> <20200725-071811.sv108747.8732@savannah.gnu.org> <20200725-112209.sv97361.83248@savannah.gnu.org> |
Follow-up Comment #3, bug #43532 (project groff):
For comparison, here is what mandoc does:
$ mandoc
.TH CosNotifyChannelAdmin_StructuredProxyPushSupplier 3erl "cosNotification
1.1.18" "Ericsson AB" "Erlang Module Definition"
CosNotifyChannelAdmin_StructuredProxyPushSupplier(3erl)
Erlang Module
Definition
Ericsson AB cosNotification 1.1.18
CosNotifyChannelAdmin_StructuredProxyPushSupplier(3erl)
$
Note that
* CosNotify... is left justified on line 1
* Erlang Module Definition is right justified on line 2
* Ericsson AB is left justified
* cosNotification 1.1.18 is centered
* CosNotify... is right justified on the last line
I did not inspect the patch yet.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?43532>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
Back to gnu.groff.bug | Previous | Next | Find similar
[bug #43532] [PATCH] man: put titles on separate lines when parts too wide, instead of overlapping them Ingo Schwarze <INVALID.NOREPLY@gnu.org> - 2020-07-25 07:22 -0400
csiph-web