Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.groff.bug > #1927
| Path | csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| 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 | Sat, 25 Jul 2020 07:22:09 -0400 (EDT) |
| Lines | 41 |
| Approved | bug-groff@gnu.org |
| Message-ID | <mailman.33.1595676131.2739.bug-groff@gnu.org> (permalink) |
| References | <20141105-060918.sv97315.45211@savannah.gnu.org> <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> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain;charset=UTF-8 |
| X-Trace | usenet.stanford.edu 1595676132 18044 209.51.188.17 (25 Jul 2020 11:22:12 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | "G. Branden Robinson" <g.branden.robinson@gmail.com>, Deri James <deri@chuzzlewit.myzen.co.uk>, Osamu Sayama <osamu.sayama@oracle.com>, Ingo Schwarze <schwarze@usta.de>, bug-groff@gnu.org |
| Envelope-to | bug-groff@gnu.org |
| X-PHP-Originating-Script | 1001:sendmail.php |
| X-Savane-Server | savannah.gnu.org:443 [209.51.188.72] |
| X-Savane-Project | groff |
| X-Savane-Tracker | bugs |
| X-Savane-Item-ID | 43532 |
| User-Agent | Mozilla/5.0 (X11; OpenBSD amd64; rv:77.0) Gecko/20100101 Firefox/77.0 |
| X-Apparently-From | 84.177.228.66 (Savane authenticated user schwarze) |
| In-Reply-To | <20200725-071811.sv108747.8732@savannah.gnu.org> |
| X-BeenThere | bug-groff@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | "Bug reports for the GNU version of nroff, troff et al" <bug-groff.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-groff>, <mailto:bug-groff-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-groff> |
| List-Post | <mailto:bug-groff@gnu.org> |
| List-Help | <mailto:bug-groff-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-groff>, <mailto:bug-groff-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <20200725-112209.sv97361.83248@savannah.gnu.org> |
| X-Mailman-Original-References | <20141105-060918.sv97315.45211@savannah.gnu.org> <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> |
| Xref | csiph.com gnu.groff.bug:1927 |
Show key headers only | View raw
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