Skip to content

Commit

Permalink
Fixed unresolved cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konovalov committed Feb 6, 2017
1 parent f51a365 commit c5272cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions doc/ref/grplib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ mentioned below may not be available on your installation.
for example in using a classification to determine that groups must be
isomorphic, based on agreement of properties; or to determine maximal
subgroups or subgroup maximality. This will be indicated by an info message
of level 2 in the info class
<Ref Func="InfoPerformance"/>.
of level 2 in the info class <C>InfoPerformance</C>.

If the calculation is to be independent of such data library use, for
example if it is used to verify the data library, functions can be called
Expand Down
8 changes: 4 additions & 4 deletions doc/ref/pperm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1064,10 +1064,10 @@ gap> AsPartialPerm(f, [ 1, 2, 3 ] );
<!-- *************************************************************** -->

<ManSection>
<Oper Name="AsPartialPerm" Arg="f, set" Label="for a transformation and a
set of positive integer"/>
<Meth Name="AsPartialPerm" Arg="f, n" Label="for a transformation and a
positive integer"/>
<Oper Name="AsPartialPerm" Arg="f, set"
Label="for a transformation and a set of positive integer"/>
<Meth Name="AsPartialPerm" Arg="f, n"
Label="for a transformation and a positive integer"/>
<Returns>A partial permutation or <K>fail</K>.</Returns>
<Description>
A transformation <A>f</A> defines a partial permutation when it is
Expand Down
4 changes: 2 additions & 2 deletions doc/ref/trans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,8 @@ Transformation( [ 4, 4, 4, 4, 4, 4 ] )
represented as a transformation.
<P/>

The operations <Ref Oper="AsPermutation"/> and <Ref
Oper="AsPartialPerm" Label="for a transformation"/> can be used to
The operations <Ref Oper="AsPermutation"/> and <Ref Oper="AsPartialPerm"
Label="for a transformation and a positive integer"/> can be used to
convert transformations into permutations or partial permutations,
where appropriate. In this section we describe functions for
converting other types of objects into transformations.
Expand Down

0 comments on commit c5272cb

Please sign in to comment.