package: liblapack-doc severity: wishlist tags: patch Beta is misaligned in the man page of zggev.
I have just cook a patch. I know it is obvious but it ease the reading. Other man page of the serie has the same problem Bastien
diff --git a/zggev.l b/zggev.l index 4cc6309..e3f8f6e 100644 --- a/zggev.l +++ b/zggev.l @@ -77,6 +77,7 @@ LDB (input) INTEGER The leading dimension of B. LDB >= max(1,N). .TP 8 ALPHA (output) COMPLEX*16 array, dimension (N) +.TQ 8 BETA (output) COMPLEX*16 array, dimension (N) On exit, ALPHA(j)/BETA(j), j=1,...,N, will be the generalized eigenvalues.