Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 May 2019 16:01:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 237694] route(8) manpage does not render correctly
Message-ID:  <bug-237694-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237694

            Bug ID: 237694
           Summary: route(8) manpage does not render correctly
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: wosch@FreeBSD.org
                CC: doc@FreeBSD.org

If you call the route(8) manpage then some parts of the page are not render=
ed
correctly due a groff issue.

how to reproduce:
$ zcat /usr/share/man/man8/route.8.gz | nroff -man >/dev/null
<standard input>:137: environment stack underflow
<standard input>:137: cannot chop empty macro


The problem is apparently at the line 137

.Cm flush Oc Oo Ar family Oc Op Fl fib Ar number


the expected result is:

     The flush command has the syntax:
           route [-n] flush [family] [-fib number]

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237694-9>