Fix "indention" typos in xcb-examples.3 man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
8b6bb1a719
commit
a1e67b141a
|
@ -45,11 +45,11 @@ it on xcb@lists.freedesktop.org.
|
||||||
|
|
||||||
.SH CODING STYLE
|
.SH CODING STYLE
|
||||||
|
|
||||||
Every example uses 4 spaces for indention.
|
Every example uses 4 spaces for indentation.
|
||||||
|
|
||||||
Comments are in asterisks, like /* this */.
|
Comments are in asterisks, like /* this */.
|
||||||
|
|
||||||
No line is longer than 80 characters (including indention).
|
No line is longer than 80 characters (including indentation).
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR xcb_connect (3),
|
.BR xcb_connect (3),
|
||||||
|
|
Loading…
Reference in New Issue