diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-03-03 16:17:51 +0100 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-04-01 03:22:19 +0200 |
commit | 7613d6e70c4af791bdb3e005a6231f1d4d14745c (patch) | |
tree | f78b5f3e2026ea2836fbf240f2fd78a9ee1fcc07 | |
parent | d0b9b06d2d0b85da3eb89adf4abd973b092201df (diff) |
Xrandr.man: Fix parenthesis escaping.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
-rw-r--r-- | man/Xrandr.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Xrandr.man b/man/Xrandr.man index b7a0383..0f1ff44 100644 --- a/man/Xrandr.man +++ b/man/Xrandr.man @@ -94,7 +94,7 @@ void XRRSelectInput\^(\^Display *\fIdpy\fP, Window \fIwindow\fP, int \fImask\fP\ * ConfigureNotify \^(\^\fIon the root window\fP\^) * returns 1 if it is an event type it understands, 0 if not */ -int XRRUpdateConfiguration\^(\^XEvent *\fIevent\fP^); +int XRRUpdateConfiguration\^(\^XEvent *\fIevent\fP\^); .sp /\(** * the following are always safe to call, even if RandR is |