blind-multiply-matrices.1: reference -transpose, -flip, -flop, and -rotate-* - … | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit fc3bad11b3628c3b77df97327f1cdaf19d96aa9e | |
parent 1d6f31b2f6092e05056dc6a3d97b03a251f110e1 | |
Author: Mattias Andrée <[email protected]> | |
Date: Fri, 14 Jul 2017 17:41:14 +0200 | |
blind-multiply-matrices.1: reference -transpose, -flip, -flop, and -rotate-* | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M man/blind-multiply-matrices.1 | 8 +++++++- | |
1 file changed, 7 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/man/blind-multiply-matrices.1 b/man/blind-multiply-matrices.1 | |
@@ -37,7 +37,13 @@ in reverse order. | |
.BR blind-matrix-scale (1), | |
.BR blind-matrix-shear (1), | |
.BR blind-matrix-translate (1), | |
-.BR blind-matrix-transpose (1) | |
+.BR blind-matrix-transpose (1), | |
+.BR blind-transpose (1), | |
+.BR blind-flip (1), | |
+.BR blind-flop (1), | |
+.BR blind-rotate-90 (1), | |
+.BR blind-rotate-180 (1), | |
+.BR blind-rotate-270 (1) | |
.SH AUTHORS | |
Mattias Andrée | |
.RI < [email protected] > |