diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-16 12:23:22 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-16 13:37:28 -0400 |
commit | fe0f501b0dfb2d69f5879588547d6994d93217c7 (patch) | |
tree | 3b4d8be07ed5312d89bde99c02d3c6fb06c2d438 /man/XtCreateApplicationContext.man | |
parent | 1b2b648dbbc6f10b36e7914de8388b66bc93b45f (diff) |
cleanup undefined macros in manpages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtCreateApplicationContext.man')
-rw-r--r-- | man/XtCreateApplicationContext.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XtCreateApplicationContext.man b/man/XtCreateApplicationContext.man index 3d39202..8ce33df 100644 --- a/man/XtCreateApplicationContext.man +++ b/man/XtCreateApplicationContext.man @@ -82,7 +82,7 @@ void XtToolkitInitialize(void); Specifies the application context. .ds wi that you want the application context for .IP \fIw\fP 1i -Specifies the widget \*(Wi. +Specifies the widget. .SH DESCRIPTION The .ZN XtCreateApplicationContext |