diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:58:12 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:58:12 -0700 |
commit | 78b0baf7872234c7e0e5753be76a662e34d87984 (patch) | |
tree | 38ab407611c6e844bc8ce868ac264b045d7d118d /man | |
parent | ad5a4792e35b63c5b193f09303bcc41b322750d0 (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/XF86VM.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XF86VM.man b/man/XF86VM.man index 63fb76c..97431b1 100644 --- a/man/XF86VM.man +++ b/man/XF86VM.man @@ -1,6 +1,6 @@ .\" .\" Copyright (c) 1996 Joe Moss, The XFree86 Project -.\" +.\" .de ZN .ie t \fB\^\\$1\^\fR\\$2 .el \fI\^\\$1\^\fP\\$2 @@ -252,7 +252,7 @@ Applications that use these functions must be linked with The .ZN XF86VidModeGetModeLine function is used to query the settings for the currently selected -video mode. The calling program should pass a pointer to a +video mode. The calling program should pass a pointer to a .ZN XF86VidModeModeLine structure that it has already allocated. The function fills in the fields of the structure. @@ -346,13 +346,13 @@ or functions or from one of the mode switch key sequences. .PP .RB Note: -Because of the asynchronous nature of the X protocol, a call to +Because of the asynchronous nature of the X protocol, a call to .ZN XFlush is needed if the application wants to see the mode change immediately. To be informed of the execution status of the request, a custom error handler should be installed using .ZN XSetErrorHandler -before calling the mode switching function. +before calling the mode switching function. .SS "MONITOR FUNCTIONS" Information known to the server about the monitor is returned by the .ZN XF86VidModeGetMonitor |