diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-03-03 16:01:56 +0100 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-04-01 03:22:19 +0200 |
commit | d0b9b06d2d0b85da3eb89adf4abd973b092201df (patch) | |
tree | e8644d6e61fbe57906b135c8b787f18d074e4c5d | |
parent | cf351e133c71fdae77c961373e01258404a5ff7f (diff) |
Xrandr.man: Fix missing closing parenthesis.
Also fix the closing tag (\fP instead of \fI).
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 8ecea23..b7a0383 100644 --- a/man/Xrandr.man +++ b/man/Xrandr.man @@ -287,7 +287,7 @@ will fail until the client has an up to date timestamp. .PP .B XRRRootToScreen returns the screen number given a root window (for example, from -an \fBXRRScreenChangeNotifyEvent\fI. +an \fBXRRScreenChangeNotifyEvent\fP). .PP The rest of the functions will fail if applied to screens not implementing the RandR extension. |