diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2012-07-18 16:45:18 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-07-30 23:40:37 -0700 |
commit | 1ab3a0dd5140489bc80edcfd940609fefaec81f1 (patch) | |
tree | 8dc4e4afacc19ea588505afd7d4ffe42f1ed16b6 | |
parent | 6adb4655a15276973f5e74fd79f5c99d3d4b77a0 (diff) |
Avoid referencing something that isn't defined. Bring in the definition from another manual page.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | man/XtAppCreateShell.man | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/XtAppCreateShell.man b/man/XtAppCreateShell.man index 3d09f88..73218e6 100644 --- a/man/XtAppCreateShell.man +++ b/man/XtAppCreateShell.man @@ -137,6 +137,7 @@ Widget XtVaAppCreateShell(String \fIapplication_name\fP, String .SH ARGUMENTS .IP \fIapplication_name\fP 1i Specifies the name of the application instance. +.ds Ac , which usually is the generic name for all instances of this application .IP \fIapplication_class\fP 1i Specifies the class name of this application\*(Ac. .ds Wc \ that the application top-level widget should be |