3ed98e8
--- doc/ref/function.xml.orig	2018-11-01 16:56:12.000000000 -0600
3ed98e8
+++ doc/ref/function.xml	2019-01-25 07:45:01.081185307 -0700
3ed98e8
@@ -34,10 +34,8 @@ functions.
3ed98e8
 
3ed98e8
 
3ed98e8
 
3ed98e8
-
3ed98e8
-several arguments">
3ed98e8
-<Heading>Calling a function with a list argument that is interpreted as
3ed98e8
-several arguments</Heading>
3ed98e8
+<Section Label="Calling a function with a list argument that is interpreted as several arguments">
3ed98e8
+<Heading>Calling a function with a list argument that is interpreted as several arguments</Heading>
3ed98e8
 
3ed98e8
 <#Include Label="CallFuncList">
3ed98e8
 
3ed98e8
--- doc/ref/pperm.xml.orig	2018-11-01 16:56:12.000000000 -0600
3ed98e8
+++ doc/ref/pperm.xml	2019-01-24 16:06:33.538234336 -0700
3ed98e8
@@ -441,8 +441,7 @@ gap> EmptyPartialPerm();
3ed98e8
 
3ed98e8
   <ManSection><Heading>RandomPartialPerm</Heading>
3ed98e8
     <Func Name="RandomPartialPerm" Arg="n" Label="for a positive integer"/>
3ed98e8
-    
3ed98e8
-      integers"/>
3ed98e8
+    <Func Name="RandomPartialPerm" Arg="set" Label="for a set of positive integers"/>
3ed98e8
     <Func Name="RandomPartialPerm" Arg="dom, img" Label="for domain and image"/>
3ed98e8
     <Returns>A random partial permutation.</Returns>
3ed98e8
     <Description>
3ed98e8
@@ -1013,8 +1012,7 @@ gap> MultiplicativeZero(f);
3ed98e8
   in &GA;; into partial permutations. 
3ed98e8
   
3ed98e8
   <ManSection>
3ed98e8
-  
3ed98e8
-    positive integers"/>
3ed98e8
+  <Oper Name="AsPartialPerm" Arg="f, set" Label="for a permutation and a set of positive integers"/>
3ed98e8
   <Meth Name="AsPartialPerm" Arg="f" Label="for a permutation"/>
3ed98e8
   <Meth Name="AsPartialPerm" Arg="f, n" Label="for a permutation and a positive integer"/>
3ed98e8
   <Returns>A partial permutation.</Returns>
3ed98e8
@@ -1165,8 +1163,7 @@ gap> AsPartialPerm(f, [ 2 .. 4 ] );
3ed98e8
     
3ed98e8
     <Mark><C>LQUO(g, f)</C></Mark>
3ed98e8
     <Item>
3ed98e8
-      
3ed98e8
-        and partial permutation"><C>LQUO</C></Index>
3ed98e8
+      <Index Key="LQUO" Subkey="for a permutation or partial permutation and partial permutation"><C>LQUO</C></Index>
3ed98e8
       returns <C>g^-1*f</C>
3ed98e8
       when f is a partial permutation and
3ed98e8
       g is a permutation or partial permutation.