diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:52:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:52:51 -0700 |
commit | 1cd2ab96550b6b7d3abf92f76fe112798af727a4 (patch) | |
tree | 5b01cfca47d272e9b978a8bbb090b6db41abd35a /man | |
parent | cfd6e22a3722514beefb39c73970715e2037b3ea (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/Xss.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/Xss.man b/man/Xss.man index c9b091d..91f0ccf 100644 --- a/man/Xss.man +++ b/man/Xss.man @@ -337,14 +337,14 @@ be activated again, until the client has canceled the suspension. .SH "ERRORS" .B XScreenSaverSelectInput, .B XScreenSaverQueryInfo, -.B XScreenSaverSetAttributes +.B XScreenSaverSetAttributes and -.B XScreenSaverUnsetAttributes +.B XScreenSaverUnsetAttributes will generate a .I BadDrawable error if \fIdrawable\fP is not a valid drawable identifier. If any undefined bits are set in \fIevent-mask\fP, -a BadValue error is generated by +a BadValue error is generated by .B XScreenSaverSelectInput . .PP .SH AVAILABILITY |