bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #60615] [mdoc] doesn't output header on first page if not continuou


From: G. Branden Robinson
Subject: [bug #60615] [mdoc] doesn't output header on first page if not continuously rendering
Date: Sat, 19 Jun 2021 16:40:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #60615 (project groff):

                  Status:                    None => Invalid                
             Assigned to:                    None => gbranden               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

This appears to be invalid.  The problem is manifest on a Debian buster system
with groff 1.22.4, however testing the 1.22.4 tag in our Git repository does
not reproduce it.

The problem was complicated by some bugs in header trap management that
cropped up and were subsequently fixed in Git, making it appear to me that
this bug was also present more recently when it was not, according to the
bisect I've done.

So, this report should be disregarded.  Closing.


$ groff --version
GNU groff version 1.22.4
Copyright (C) 2018 Free Software Foundation, Inc.
GNU groff comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of groff and its subprograms
under the terms of the GNU General Public License.
For more information about these matters, see the file
named COPYING.

called subprograms:

GNU grops (groff) version 1.22.4
GNU troff (groff) version 1.22.4
$ groff -Tutf8 -man -rcR=0 ./build/tmac/groff_mdoc.7 | head

NAME
     groff_mdoc — reference for groff's mdoc implementation

SYNOPSIS
     groff -mdoc file ...

DESCRIPTION
     A complete reference for writing UNIX manual pages with the -mdoc macro
     package; a content-based and domain-based formatting package for GNU



$ git show | head -n 5
commit cc292790528abb8985c8b743ac3887f7f393cd7a
Author: Bertrand Garrigues <bertrand.garrigues@laposte.net>
Date:   Sun Dec 23 15:28:21 2018 +0100

    Fix copyright year displayed with 'groff --version'
$ (cd build/tmac; ln -s . mdoc); ./build/test-groff -Tutf8 -t -M ./build/tmac
-man -rcR=0 ./build/tmac/groff_mdoc.7 |head; rm build/tmac/mdoc



GROFF_MDOC(7)        BSD Miscellaneous Information Manual       
GROFF_MDOC(7)



NAME
     groff_mdoc — reference for groff's mdoc implementation




$ git show | head -n 5
commit 1276643049b9e297651a1a6403f3463daa797713
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
Date:   Sat Jun 19 23:25:02 2021 +1000

    [mdoc]: Set usekeeps register used by tbl(1).
$ ./build/test-groff -Tutf8 -t -man -rcR=0 ./build/tmac/groff_mdoc.7 |head

groff_mdoc(7)        BSD Miscellaneous Information Manual       
groff_mdoc(7)

Name
     groff_mdoc — compose BSD-style manual (man) pages with GNU roff

Synopsis
     groff -mdoc file ...

Description


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60615>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]