diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 11:15:48 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 11:15:48 -0500 |
commit | 6505a6b2fb2672b543d5b485bc7ac739d1e479f0 (patch) | |
tree | cb50196c58274f4119e171d144649591018010b4 | |
parent | b0c64dd81b9aa4d07a87d811cd2975cc6989adc8 (diff) |
man: remove trailing spaces and tabs
Using s/[ \t]*$//
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | xprop.man | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ .\" Copyright 1988, 1998 The Open Group .\" Copyright \(co 2000 The XFree86 Project, 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 .\" copyright notice and this permission notice appear in supporting .\" documentation. -.\" +.\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. -.\" +.\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -17,7 +17,7 @@ .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR .\" OTHER DEALINGS IN THE SOFTWARE. -.\" +.\" .\" Except as contained in this notice, the name of The Open Group shall .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization @@ -151,7 +151,7 @@ of a font as opposed to a window, the -font argument must be used. Other than the above four arguments and the -help argument for obtaining help, and the -grammar argument for listing the full grammar for the command line, all the other command line arguments are used in specifying both the format -of the properties to be displayed and how to display them. The -len \fIn\fP +of the properties to be displayed and how to display them. The -len \fIn\fP argument specifies that at most \fIn\fP bytes of any given property will be read and displayed. This is useful for example when displaying the cut buffer on the root window which could run to several pages if displayed in full. @@ -279,7 +279,7 @@ This is useful for a property that is a list of values. A ? is used to start a conditional expression, a kind of if-then statement. ?\fIexp\fP(\fItext\fP) will display \fItext\fP if and only if \fIexp\fP evaluates to non-zero. This is useful for two things. First, it allows fields to be -displayed if and only if a flag is set. +displayed if and only if a flag is set. And second, it allows a value such as a state number to be displayed as a name rather than as just a number. The syntax of \fIexp\fP is as follows: |