diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:19:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:19:59 -0700 |
commit | ca7b0066fe6f315d2499338cd133e5b1e9d11236 (patch) | |
tree | 4d7686bc7114f4c0e46be9952d2d7c263105ac76 /man | |
parent | 54926675a9bbb732d3317316db4958e22922ea3f (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xfixes.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Xfixes.man b/man/Xfixes.man index 075b78f..754ee72 100644 --- a/man/Xfixes.man +++ b/man/Xfixes.man @@ -31,9 +31,9 @@ XFixes \- Augmented versions of core protocol requests .SH SYNTAX \&#include <X11/extensions/Xfixes.h> -.nf +.nf .sp -Bool XFixesQueryExtension \^(\^Display *\fIdpy\fP, +Bool XFixesQueryExtension \^(\^Display *\fIdpy\fP, int *\fIevent_base_return\fP, int *\fIerror_base_return\fP\^); .sp Status XFixesQueryVersion \^(\^Display *\fIdpy\fP, |