From 8511d4fa57aa3bdfede95aa9fbe170cd60d8f6fe Mon Sep 17 00:00:00 2001 From: Keith White Date: Fri, 11 Jul 2025 19:11:41 +0200 Subject: graphics/bsd-plotutils: Fix manual page 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) --- graphics/bsd-plotutils/files/patch-plot_plot.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/bsd-plotutils/files/patch-plot_plot.1 (limited to 'graphics/bsd-plotutils/files/patch-plot_plot.1') diff --git a/graphics/bsd-plotutils/files/patch-plot_plot.1 b/graphics/bsd-plotutils/files/patch-plot_plot.1 new file mode 100644 index 000000000000..d1fa77263b52 --- /dev/null +++ b/graphics/bsd-plotutils/files/patch-plot_plot.1 @@ -0,0 +1,11 @@ +--- plot/plot.1.orig 2019-02-09 03:42:21 UTC ++++ plot/plot.1 +@@ -13,7 +13,7 @@ + .Sh SYNOPSIS + .Nm plot + .Oo +-.Op Fl T Ar terminal ++.Op Fl T Ns Ar terminal + .Oo + .Ar + .Sh DESCRIPTION -- cgit v1.2.3