xorg-libx11/specs
Alan Coopersmith bfbb58b767 specs/XKB: normalize <emphasis> layout in xml files
- Stop placing <emphasis> on empty space, commas, and periods.
- Move periods & commas after closing </emphasis> tag
- move <emphasis> open & close tags to same line, instead of mirroring
  nroff layout.

Simplifies automating further transformations of these tags.

Performed via:
 perl -i -0 -p \
    -e 's{<emphasis>(\s*)</emphasis>}{}msg;' \
    -e 's{<emphasis>([\s\.,]*)</emphasis>\s*}{\1}msg;' \
    -e 's{\n([\.,])\s*}{\1\n}msg;' \
    -e 's{([^\.])([\.,])\s*</emphasis>}{\1</emphasis>\2}msg;' \
    -e 's{\s*<emphasis>\n\s*}{\n<emphasis>}msg;' *xml

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-07-19 13:56:51 -07:00
..
i18n Drop X_LOCALE fallback for OS'es without setlocale() 2013-11-22 22:02:17 -08:00
libX11 specs/libX11: disengender a user reference 2014-07-18 22:56:40 -07:00
XIM informaltable & table cleanup 2012-01-21 17:59:51 -07:00
XKB specs/XKB: normalize <emphasis> layout in xml files 2014-07-19 13:56:51 -07:00
.gitignore Documentation: add Docbook external references support 2011-03-30 20:18:35 -04:00
Makefile.am specs: convert XKBlib spec from Framemaker to DocBook.xml 2010-11-30 10:52:55 -05:00