[Bug 281715] graphics/bsd-portutils plot(1) gives incorrect syntax for -Tterminal

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 25 Sep 2024 16:41:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281715

            Bug ID: 281715
           Summary: graphics/bsd-portutils plot(1)  gives incorrect syntax
                    for -Tterminal
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: kwhite.uottawa@gmail.com

Created attachment 253820
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253820&action=edit
patch for plot(1) and plot.sh

The man page for plot(1) indicates that a space is required between "-T" and
"terminal", this is not the case as it stands.  No space is allowed.

i.e.: "-Tdumb" is correct "-T dumb" is not.

A fix for the manpage, and a patch for plot.sh to support either "-Tterminal"
or "-T terminal" is attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.