diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 11:15:47 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 11:15:47 -0500 |
commit | 3392e966c444c39bdcb89131dcd9822f1f135667 (patch) | |
tree | b219fe5ea60440ef3f45b0bb2348d6ef401273cd | |
parent | 1c67a45b6d9974469e3cbfc6da06e88d8b11ded2 (diff) |
man: remove trailing spaces and tabs
Using s/[ \t]*$//
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | xdriinfo.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xdriinfo.man b/xdriinfo.man index b48335c..75b9fc0 100644 --- a/xdriinfo.man +++ b/xdriinfo.man @@ -28,11 +28,11 @@ directly then no X connection is needed. .B DISPLAY The default display. .SH "SEE ALSO" -.IR X (__miscmansuffix__), -.IR xdpyinfo (__appmansuffix__), +.IR X (__miscmansuffix__), +.IR xdpyinfo (__appmansuffix__), .IR xwininfo (__appmansuffix__), -.IR xvinfo (__appmansuffix__), -.IR glxinfo (__appmansuffix__), +.IR xvinfo (__appmansuffix__), +.IR glxinfo (__appmansuffix__), .IR xprop (__appmansuffix__) .SH AUTHOR Felix Kuehling |