diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 20:01:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 15:43:10 -0700 |
commit | ea96e0e74fca3306c1320a5daf7fb9ff609b3c5a (patch) | |
tree | 4b5121b6bd0ddfd2a0d37ee8b4b7768ca6f2f243 /specs/sect1-9.xml | |
parent | d27f326c976d7da9ea43706bca1c3766f225ee6f (diff) |
specs: Convert troff ``quotes'' to DocBook <quote>quotes</quote>
perl -i -p -e 's{\`\`([^\047]+)\047\047}{<quote>$1</quote>}g' *.xml
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/sect1-9.xml')
-rw-r--r-- | specs/sect1-9.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/specs/sect1-9.xml b/specs/sect1-9.xml index b5d6d6c..361fe27 100644 --- a/specs/sect1-9.xml +++ b/specs/sect1-9.xml @@ -5934,11 +5934,11 @@ This request loads the specified font, if necessary, and associates identifier fid with it. The font name should use the ISO Latin-1 encoding, and uppercase and lowercase do not matter. -When the characters ``?'' and ``*'' are used in a font name, a +When the characters <quote>?</quote> and <quote>*</quote> are used in a font name, a pattern match is performed and any matching font is used. In the pattern, -the ``?'' character (octal value 77) will match any single character, -and the ``*'' character (octal value 52) will match any number +the <quote>?</quote> character (octal value 77) will match any single character, +and the <quote>*</quote> character (octal value 52) will match any number of characters. A structured format for font names is specified in the X.Org standard <emphasis remap='I'>X Logical Font Description Conventions</emphasis>. @@ -6366,8 +6366,8 @@ At most, max-names names will be returned. The pattern should use the ISO Latin-1 encoding, and uppercase and lowercase do not matter. In the pattern, -the ``?'' character (octal value 77) will match any single character, -and the ``*'' character (octal value 52) will match any number +the <quote>?</quote> character (octal value 77) will match any single character, +and the <quote>*</quote> character (octal value 52) will match any number of characters. The returned names are in lowercase. <!-- .sp --> |