diff options
author | marha <marha@users.sourceforge.net> | 2013-07-09 11:32:22 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-07-09 11:32:22 +0200 |
commit | f8f0209a691e0d0838d1ef9d602ebacafee2a233 (patch) | |
tree | 591285bbfdecaf92be8bb3fd2291f9f17bc2c822 /libxcb/src | |
parent | ecf91092594b6cd72548f6a675515e84516398ff (diff) | |
parent | c6069c33e3a4a6d48aa059dbe9a78702dabff9cc (diff) | |
download | vcxsrv-f8f0209a691e0d0838d1ef9d602ebacafee2a233.tar.gz vcxsrv-f8f0209a691e0d0838d1ef9d602ebacafee2a233.tar.bz2 vcxsrv-f8f0209a691e0d0838d1ef9d602ebacafee2a233.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
fontconfig libX11 libxcb mesa git update 9 Jul 2013
Diffstat (limited to 'libxcb/src')
-rw-r--r-- | libxcb/src/man/xcb-examples.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxcb/src/man/xcb-examples.3 b/libxcb/src/man/xcb-examples.3 index 291af37d0..c02fc0199 100644 --- a/libxcb/src/man/xcb-examples.3 +++ b/libxcb/src/man/xcb-examples.3 @@ -45,11 +45,11 @@ it on xcb@lists.freedesktop.org. .SH CODING STYLE -Every example uses 4 spaces for indention. +Every example uses 4 spaces for indentation. 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 .BR xcb_connect (3), |