aboutsummaryrefslogtreecommitdiff
path: root/graphics/bsd-plotutils/files/patch-plot_plot.sh
Commit message (Collapse)AuthorAgeFilesLines
* graphics/bsd-plotutils: Fix manual pageKeith White2025-07-111-0/+11
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. PR: 281715 Approved by: maintainer timeout (8+ months)