summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 11:45:03 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 11:45:03 -0700
commit047e49cad119109378c97436f2fe77b93e747376 (patch)
treef2fd7d5baa5114742fb10395157f9b4f94252bcf
parent0be4a12c29687e26a5fd77a6f8df2d6eca5fea20 (diff)
Add -xcf option to man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xsetroot.man6
1 files changed, 5 insertions, 1 deletions
diff --git a/xsetroot.man b/xsetroot.man
index cc6b654..ef8bd65 100644
--- a/xsetroot.man
+++ b/xsetroot.man
@@ -30,6 +30,7 @@ xsetroot \- root window parameter setting utility for X
[-help] [-def] [-display \fIdisplay\fP]
[-cursor \fIcursorfile maskfile\fP]
[-cursor_name \fIcursorname\fP]
+[-xcf \fIcursorfile\fP \fIcursorsize\fP]
[-bitmap \fIfilename\fP]
[-mod \fIx y\fP] [-gray] [-grey] [-fg \fIcolor\fP] [-bg \fIcolor\fP] [-rv]
[-solid \fIcolor\fP] [-name \fIstring\fP]
@@ -71,6 +72,9 @@ get used to the way masks work.
This lets you change the pointer cursor to one of the standard
cursors from the cursor font. Refer to appendix B of the X protocol for
the names (except that the XC_ prefix is elided for this option).
+.IP "\fB-xcf\fP \fIcursorfile\fP \fIcursorsize\fP"
+This lets you change the pointer cursor to one loaded from an Xcursor file
+as defined by libXcursor, at the specified size.
.IP "\fB-bitmap\fP \fIfilename\fP"
Use the bitmap specified in the file to set the window pattern. You can
make your own bitmap files (little pictures) using the
@@ -104,6 +108,6 @@ This option is unused since you can't iconify the background.
.IP "\fB-display\fP \fIdisplay\fP"
Specifies the server to connect to; see \fIX(__miscmansuffix__)\fP.
.SH "SEE ALSO"
-X(__miscmansuffix__), xset(1), xrdb(1)
+X(__miscmansuffix__), xset(1), xrdb(1), Xcursor(__libmansuffix__)
.SH AUTHOR
Mark Lillibridge, MIT Project Athena