diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 21:26:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 21:26:17 -0700 |
commit | e086eb1bf49f2a8c270eaebd5beb595c1dc2973e (patch) | |
tree | de1657f6ac030ecd56593c67bfb04fda43258049 /man | |
parent | d79ddc01e4b247ae95af3581b93aef2b93e76888 (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{\s+$}{\n}'
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/Xcursor.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Xcursor.man b/man/Xcursor.man index a16a7c1..4f01c7e 100644 --- a/man/Xcursor.man +++ b/man/Xcursor.man @@ -276,7 +276,7 @@ XcursorBool XcursorXcFileLoad (XcursorFile *file, XcursorComments **commentsp, X XcursorBool XcursorXcFileSave (XcursorFile *file, const XcursorComments *comments, const XcursorImages *images) These read and write cursors from an XcursorFile handle. After reading, the file pointer will be left at some random place in the file. - + .TP XcursorImage *XcursorFileLoadImage (FILE *file, int size) .TQ @@ -372,7 +372,7 @@ Gets the current theme name. .SH "ENVIRONMENT VARIABLES" .TP 15 .B XCURSOR_PATH -This variable sets the list of paths to look for cursors in. +This variable sets the list of paths to look for cursors in. Directories in this path are separated by colons (:). .SH RESTRICTIONS |