Use full name of function to match help file

This commit is contained in:
Steven Ward
2023-10-09 21:27:23 -04:00
parent 79964338d1
commit c1882e2ea0
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ NAME
matfill - fill a matrix with specified value or values
SYNOPSIS
mat(m, x [, y])
matfill(m, x [, y])
TYPES
m matrix

View File

@@ -2,7 +2,7 @@ NAME
mattrans - matrix transpose
SYNOPSIS
matdim(m)
mattrans(m)
TYPES
m 2-dimensional matrix

View File

@@ -1,5 +1,5 @@
NAME
randbit - Blum-Blum-Shub pseudo-random number generator
randombit - Blum-Blum-Shub pseudo-random number generator
SYNOPSIS
randombit([x])