--- doc/datatypes/fpgmodule.xml.in.orig 2019-02-08 14:08:05.000000000 -0700 +++ doc/datatypes/fpgmodule.xml.in 2019-06-12 11:07:54.793396219 -0600 @@ -320,7 +320,7 @@ gap> DisplayBlocks(V); semi-echelon reduced and the rows with heads in the middle block kept. The third generator can be ignored. Finally, the intersection of U'_\mathbb{F} and V'_\mathbb{F} can found using, for example, - . + .

This algorithm, implemented in the function , will (for modules --- doc/datatypes/fpgmodule.xml.orig 2019-02-08 14:08:05.000000000 -0700 +++ doc/datatypes/fpgmodule.xml 2019-06-12 11:08:09.253116181 -0600 @@ -320,7 +320,7 @@ gap> DisplayBlocks(V); semi-echelon reduced and the rows with heads in the middle block kept. The third generator can be ignored. Finally, the intersection of U'_\mathbb{F} and V'_\mathbb{F} can found using, for example, - . + .

This algorithm, implemented in the function , will (for modules --- doc/datatypes/GAPfunctions.xml.in.orig 2019-02-08 14:08:05.000000000 -0700 +++ doc/datatypes/GAPfunctions.xml.in 2019-06-11 14:32:29.871654832 -0600 @@ -69,7 +69,7 @@ gap> PrintDimensionsMat(V); Groups Small groups in ⪆ can be indexed by their small groups library number - . An alternative indexing scheme, + . An alternative indexing scheme, the Hall-Senior number, is used by Jon Carlson to publish his cohomology ring calculations at http://www.math.uga.edu/~lvalero/cohointro.html. To allow --- doc/datatypes/GAPfunctions.xml.orig 2019-02-08 14:08:05.000000000 -0700 +++ doc/datatypes/GAPfunctions.xml 2019-06-11 14:06:09.449871297 -0600 @@ -73,7 +73,7 @@ gap> PrintDimensionsMat(V); Groups Small groups in ⪆ can be indexed by their small groups library number - . An alternative indexing scheme, + . An alternative indexing scheme, the Hall-Senior number, is used by Jon Carlson to publish his cohomology ring calculations at http://www.math.uga.edu/~lvalero/cohointro.html. To allow --- lib/groups.gi.orig 2019-02-08 14:08:05.000000000 -0700 +++ lib/groups.gi 2019-06-11 13:00:16.718511522 -0600 @@ -41,8 +41,8 @@ ## ## Returns the Hall-Senior number for a small group (of order 8, 16, 32 or 64). ## The group can be specified an order, i pair from the -## ⪆ library, or as a group -## G, in which case is +## ⪆ library, or as a group +## G, in which case is ## used to identify the group. ## ## --- lib/happrime.gi.orig 2019-06-11 09:36:22.877590812 -0600 +++ lib/happrime.gi 2019-06-11 14:20:39.668356246 -0600 @@ -137,7 +137,7 @@ InstallGlobalFunction(MakeHAPprimeDoc, ["-c", Concatenation("../includesourcedoc.sh ", i, ".xml.in ", i, ".xml")])); if not testexamples then MakeGAPDocDoc(userguidedir, "userguide.xml", sourcefiles, - "HAPprime", "../..");; + "HAPprime", "../../../..");; examples := ManualExamples(userguidedir, "userguide.xml", sourcefiles, "Single"); stream := OutputTextFile(Filename(tstdir, "userguideexamples.tst"), false); SetPrintFormattingStatus(stream, false);