diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 19:54:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 15:43:10 -0700 |
commit | d27f326c976d7da9ea43706bca1c3766f225ee6f (patch) | |
tree | a54f9bc6f9a1476acacb60362c7b590327f4e07e /specs/sect1-9.xml | |
parent | 34b099b7b6e72ceaf8edcbf0ca351af410c3b2fb (diff) |
specs: Convert .IN troff tags to <indexterm> DocBook Tags
Many of the .IN tags seem to have been lost in translation before this.
Converted those still in comments with:
perl -i -p -e 's{\<\!-- \.IN "([^"]+)" "" "\@DEF\@" --\>}{<indexterm significance="preferred"><primary>$1</primary></indexterm>}' *.xml
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/sect1-9.xml')
-rw-r--r-- | specs/sect1-9.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/specs/sect1-9.xml b/specs/sect1-9.xml index 1cd3889..b5d6d6c 100644 --- a/specs/sect1-9.xml +++ b/specs/sect1-9.xml @@ -12446,25 +12446,25 @@ can both be used to modify the active grab. <tbody> <row rowsep='0'> <entry> -<!-- .IN "KeyRelease" "" "@DEF@" --> +<indexterm significance="preferred"><primary>KeyRelease</primary></indexterm> <emphasis role='bold'>KeyRelease</emphasis> </entry> </row> <row rowsep='0'> <entry> -<!-- .IN "ButtonPress" "" "@DEF@" --> +<indexterm significance="preferred"><primary>ButtonPress</primary></indexterm> <emphasis role='bold'>ButtonPress</emphasis> </entry> </row> <row rowsep='0'> <entry> -<!-- .IN "ButtonRelease" "" "@DEF@" --> +<indexterm significance="preferred"><primary>ButtonRelease</primary></indexterm> <emphasis role='bold'>ButtonRelease</emphasis> </entry> </row> <row rowsep='0'> <entry> -<!-- .IN "MotionNotify" "" "@DEF@" --> +<indexterm significance="preferred"><primary>MotionNotify</primary></indexterm> <emphasis role='bold'>MotionNotify</emphasis> </entry> </row> @@ -12635,7 +12635,7 @@ request. <tbody> <row rowsep='0'> <entry> -<!-- .IN "LeaveNotify" "" "@DEF@" --> +<indexterm significance="preferred"><primary>LeaveNotify</primary></indexterm> <emphasis role='bold'>LeaveNotify</emphasis> </entry> </row> @@ -12984,7 +12984,7 @@ and final positions for the events. <para> <emphasis role='bold'>FocusIn</emphasis> </para> -<!-- .IN "FocusOut" "" "@DEF@" --> +<indexterm significance="preferred"><primary>FocusOut</primary></indexterm> <para> <emphasis role='bold'>FocusOut</emphasis> </para> |