diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:54:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-03 09:33:55 -0700 |
commit | 5691187ced24b16a951e2b8308bcc2b65dd36eee (patch) | |
tree | f58463620ce3d96873b3bf094a9e313e2841f7f6 /man/XtSetArg.man | |
parent | 6c0b44caa9b424c7e05327e8ddc9273b87a0f81f (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/XtSetArg.man')
-rw-r--r-- | man/XtSetArg.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtSetArg.man b/man/XtSetArg.man index 83eb201..1d2a8ed 100644 --- a/man/XtSetArg.man +++ b/man/XtSetArg.man @@ -128,10 +128,10 @@ XtSetArg, XtMergeArgLists \- set and merge ArgLists .SH SYNTAX .HP -int XtSetArg(Arg \fIarg\fP, String \fIname\fP, XtArgVal \fIvalue\fP); +int XtSetArg(Arg \fIarg\fP, String \fIname\fP, XtArgVal \fIvalue\fP); .HP ArgList XtMergeArgLists(ArgList \fIargs1\fP, Cardinal \fInum_args1\fP, ArgList -\fIargs2\fP, Cardinal \fInum_args2\fP); +\fIargs2\fP, Cardinal \fInum_args2\fP); .SH ARGUMENTS .IP \fIarg\fP 1i Specifies the name-value pair to set. @@ -139,7 +139,7 @@ Specifies the name-value pair to set. Specifies the first .ZN ArgList . .IP \fIargs2\fP 1i -Specifies the second +Specifies the second .ZN ArgList . .IP \fInum_args1\fP 1i Specifies the number of arguments in the first argument list. @@ -149,7 +149,7 @@ Specifies the number of arguments in the second argument list. Specifies the name of the resource. .IP \fIvalue\fP 1i Specifies the value of the resource if it will fit in an -.ZN XtArgVal +.ZN XtArgVal or the address. .SH DESCRIPTION The |