diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:06:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:06:15 -0700 |
commit | 19bea63b9b39d83da9b4aa277cc1db967a4928bd (patch) | |
tree | 9012c94dafae8f0ae7fcac1f35642ea6fae7f1bb /man | |
parent | 1ab0d436ceac0acef0cd97d8b280727b02062cc8 (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/DMXGetInputAttributes.man | 2 | ||||
-rw-r--r-- | man/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/DMXGetInputAttributes.man b/man/DMXGetInputAttributes.man index 43c7e27..4a0b1cf 100644 --- a/man/DMXGetInputAttributes.man +++ b/man/DMXGetInputAttributes.man @@ -74,7 +74,7 @@ For local devices, all other fields returned, except .I isCore " and " sendsCore , are invalid. .PP -For console devices, +For console devices, .I physicalScreen " and " physicalID will be invalid, and .I name diff --git a/man/Makefile.am b/man/Makefile.am index c1027c0..c2129c9 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,5 +1,5 @@ # Copyright 2005 Red Hat, Inc. -# +# # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that # the above copyright notice appear in all copies and that both that @@ -9,7 +9,7 @@ # specific, written prior permission. Red Hat makes no representations about # the suitability of this software for any purpose. It is provided "as is" without # express or implied warranty. -# +# # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO # EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR |