fix the SEE ALSO manpage section - ploot - simple plotting tools | |
git clone git://bitreich.org/ploot git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit ec5923ad4e60c2c9ecc25ab91efc9f3312cdaf14 | |
parent 31b46028c927b86c8ba1400fd99554154b709f57 | |
Author: Josuah Demangeon <[email protected]> | |
Date: Wed, 7 Sep 2022 12:41:10 +0200 | |
fix the SEE ALSO manpage section | |
Diffstat: | |
M ploot-braille.1 | 4 +++- | |
M ploot-farbfeld.1 | 4 +++- | |
M ploot-feed.1 | 3 ++- | |
3 files changed, 8 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/ploot-braille.1 b/ploot-braille.1 | |
@@ -59,7 +59,9 @@ $ ploot-braille <sample.txt | |
. | |
.Sh SEE ALSO | |
. | |
-.Xr ploot-braille 1 , | |
+.Xr ploot-farbfeld 1 , | |
+.Xr ploot-feed 1 , | |
+.Xr ploot-text 1 , | |
.Xr ploot-tsv 7 | |
. | |
.Pp | |
diff --git a/ploot-farbfeld.1 b/ploot-farbfeld.1 | |
@@ -61,7 +61,9 @@ $ ploot-farbfeld -t demo -u MB red yellow <sample.txt | |
. | |
.Sh SEE ALSO | |
. | |
-.Xr ploot-farbfeld 1 , | |
+.Xr ploot-braille 1 , | |
+.Xr ploot-feed 1 , | |
+.Xr ploot-text 1 , | |
.Xr ploot-tsv 7 | |
. | |
.Pp | |
diff --git a/ploot-feed.1 b/ploot-feed.1 | |
@@ -60,8 +60,9 @@ $ ploot-feed -w 80 1 1 <sample.txt | |
. | |
.Sh SEE ALSO | |
. | |
-.Xr ploot-farbfeld 1 , | |
.Xr ploot-braille 1 , | |
+.Xr ploot-farbfeld 1 , | |
+.Xr ploot-text 1 , | |
.Xr ploot-tsv 5 | |
. | |
. |