~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to man/xkb/XkbAddGeomDoodad.man

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-12-04 11:43:54 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091204114354-0lik4mbb1bv1a8nw
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add 100_latin_locale_alias.diff (LP 379785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
XkbAddGeomDoodad \- Add one doodad to a section of a keyboard geometry or to the 
32
32
top-level geometry
33
33
.SH SYNOPSIS
 
34
.HP
34
35
.B XkbDoodadPtr XkbAddGeomDoodad
35
 
(
36
 
.I geom ,
37
 
.I section,
38
 
.I name
39
 
)
40
 
.br
41
 
      XkbGeometryPtr \fIgeom\fP\^;
42
 
.br
43
 
      XkbSectionPtr \fIsection\fP\^;
44
 
.br
45
 
      Atom \fIname\fP\^;
 
36
.BI "(\^XkbGeometryPtr " "geom" "\^,"
 
37
.BI "XkbSectionPtr " "section" "\^,"
 
38
.BI "Atom " "name" "\^);"
46
39
.if n .ti +5n
47
40
.if t .ti +.5i
48
41
.SH ARGUMENTS