https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237694

            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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

If you call the route(8) manpage then some parts of the page are not rendered
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]

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to